@charset "utf-8";
/*signUp.html CSS Document */

			html, body {
 				 color: #444;
 				 font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
 				 font-size: 14px;
 				 font-style: normal;
 				 font-weight: 400;
				 line-height: 1.4;
				}
		
			#logBody {
					background:url(../img/background.png) repeat-x scroll center top #2c4762;
					color: #444;
					font-family: "Helvetica Neue","HelveticaNeue","Helvetica,Arial,sans-serif";
					font-size: 14px;
					font-style: normal;
					font-weight: lighter;
					line-height: 1.4;
					border: 0 none;
					font: inherit;
					margin: 0;
					padding: 0;
					vertical-align: baseline;
				}
				
				#fullscreen_bg {
					background-position: 100% 50%;
					background-size:cover;
					bottom: 0;
					left: 0;
					position: fixed;
					right: 0;
					top: 0;
					}
				
				#fullscreen_bg:after {
					background:url(../img/maoboli.png) repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    				bottom: 0;
				    content: "";
				    left: 0;
				    opacity: 0.6;
				    position: fixed;
				    right: 0;
				    top: 0;
					
					}
					
				#formlog {
					padding: 20px 30px 30px;
					margin: 100px auto ;
					position: relative;
					top: 50%;
					width: 400px;
					z-index: 5;
					}
					
				#form-head {
					margin-bottom: 14px;
					}
					
				#logo_anchor {
					pointer-events: none;
					background-image:url(../img/logo1.png);
					background-repeat: no-repeat;
   				    display: block;
    				height: 100%;
    				overflow: hidden;
    				text-indent: -999em;
					}
				
				#logo {
					margin: auto;
					height: 70px;
					width: 250px;
					overflow: hidden;
					}
					
				#footer {
						background-color: rgba(0, 0, 0, 0);
						bottom: 0;
						left: 0;
						position: fixed;
						right: 0;
						text-rendering: optimizelegibility;
						top: auto;
					}
					
				#footerinner {
					height: 120px;
					}

				#footerlink {
					left: 0;
					bottom: 0;
   				    position: absolute;
					color: #fff;
    				opacity: 1;
					padding: 0 20px 50px 20px;					
					}
				.btn {
					border-radius:2px;
					}
					
				#subheading {
					color: #fff;
					font-size: 16px;
					left: 50%;
					margin: 10px 0 16px -258px;
					position: relative;
					text-align: center;
					width: 517px;
					}	
				.login-form {
					border-radius:2px;
					}
				.form-control{
					border-radius:2px;
					}	
					
					
				#signup {
						margin-top:20px;
					}
					
				#login-pwd {
					 border-radius:0;
					 border-bottom:solid;
					 border-top:solid;
					 border-width:1px;
					 border-bottom-color:#E3E3E3;
					 border-top-color:#E3E3E3;	
					}	
				
				#eye {
					position:absolute;
					top:70px;	
					right:33px;
					transition: all 0.25s ease 0s;
					}
					
				#alertMessage {
					background-color:#FFFFFF;
					margin:10px auto;
					opacity:0.9;
					border-radius:3px;
					color:#48C9B0;
					}

