.main{
	width:100%;
	margin:auto;
	background-color:#FFF;
}

.father 
{ 
width:1200px;
background-color:#FFF; 
margin:0px auto; 
position:relative; 
overflow:hidden;
zoom:1;
} 
.login-center{
	margin-top: 10%;
	overflow: hidden;
	zoom:1;
}
.login-center-left{
	float:left;
	margin-left:54px;
}
.loginCenter{
	margin-top:20px;
	font-size: 14px;
	color: #333;
	margin-bottom: 14px;
}
.loginTitle{
	font-size: 12px;
	color: #999;
}
.loginTitles{
    font-size: 24px;
    color: #3499DA;
    	
}
.login-center-img{
	float:left;
}
.children 
{ 
	margin-left:40px;
	float:left;
/* position:absolute;  */
	width:460px;  
/* left:370px;  */
/* top:100px;  */
	background-color:white; 
    box-shadow:0px 0px 5px #cccccc;
    margin-top: 5px;
} 
.login-text{
	margin-top:30px;
	margin-left:30px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#1E1E1E;
	float:left;
}
.login-righttext{
	margin-top:30px;
	margin-right:30px;
	margin-bottom:10px;
	float:right;
	font-size:12px;
	color:#34495E;
	
}
.login-righttext a{
	color:#3499DA;
	
}
.email{
	margin-left:30px;
	width:400px;
	height:64px;
	float:left;
	
}
.email-image img{
	width:20px;
	height:20px;
	float:left;
	margin-top:24px;
	
}
.email {
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #E9ECEE;
	position: relative;
/* 	border-left: 5px solid color:#E9ECEE; */
}
.allTip{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fcab2b;
	display: none;
	overflow: hidden;
	zoom:1;
	height: 20px;
}
.allTip span{
	display:block;
	height:20px;
	float:left;
	line-height: 20px;
	margin-right: 5px;
	margin-left: 1px;
}
.icon-exclamation-circle{
	padding-top: 2px;
}


.tipsWord{
	display:none;
	position: absolute;	
	left:50%;
	top:50%;
	margin-left:-150px;
	
	width:300px;	
	height:50px;		
	background: #323232;
	text-align: center;
	line-height: 50px;
}
.tipsWord span {
	color: #fff;
}
.email-text{

	width:380px;
	overflow:hidden;
	zoom:1;
/* 	border-bottom:1px solid color:#E9ECEE; */
	
}
.email-text input{
	float:left;
	width:348px;
	height:60px;
	margin-top:3px;
	border:0px;
	margin-left:12px;
}
/* .email-botmlines hr{ */
/* 	margin-left:0px; */
/* 	width:400px; */
/* 	color:#E9ECEE; */
	
/* } */
.login-button button{
	width:400px;
	height:48px;
	background-color:#3499DA;
	margin-top:12px;
	margin-bottom:20px;
	margin-left:30px;
	color:white;
	border:0px;
	border-radius:5px; 
	
}
.forget-password a{
	margin-top:-20px;
	margin-bottom:20px;
	margin-right:30px;
	float:right;
	color:#CE888D;
	font-size:14px;
	
}
.forget-password a:hover{
	color:#3499DA;
}

.remindPassword{
	float: left;
	margin-left: 30px;
    width: 400px;
    height: 30px;
    padding-top: 20px;
}
.remindPassword span{
	padding-left: 10px;
	
}

.clearFloat{
	clear:both;
}


