@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);

body {
  background:#094f5f;
  color: #666666;
  font-family: 'opensans', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin:150px 0;
}

#emsg{
	color: #f00;
}

/*.form-module .toggle {
    background: #33b5e5 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: -5px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%	;
}*/


.form-module .toggle {
    bottom: 0;
    color: #777777;
    cursor: pointer;
    font-size: 14px;
    height: 21px;
    line-height: 30px;
/*    margin: -5px 0 0;*/
    position: relative;
    right: 0;
 /*   text-align: center;*/
    width: 150px;
}

.form-module .toggle .tooltip {
    display: block;
	opacity:1;
    font-size: 13px;
    line-height: 1;
    padding: 5px;
    position: arelative;
    width: auto;
}

.form-module {
    background: #ffffff none repeat scroll 0 0;
    border-top: 5px solid #007ac9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 320px;
    position: relative;
    width: 100%;
	    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.form-module .form:nth-child(1) {
    display: block;
}

.form-module .form {
    display: none;
    padding: 40px;
}

.form-module h2 {
    color: #007ac9;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
}


.form-module input[type="text"]{margin-right:10px;}

.form-module input[type="text"], .form-module input[type="password"], .forgotpassScrn input[type="email"]{
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    display: block;
    /* margin: 0 0 20px; */
    outline: medium none;
    padding: 10px 15px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.form-group{margin:	20px 0 0 0 !important}
 
.form-module button {
    background: #007ac9 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.back{color: #999;}

.marginBtm20{margin-bottom:20px;}
.marginBtm30{margin-bottom:30px;}