.login{
    width: 100%;
    height: 918px;
    background: url(../img/loginBg.jpg) no-repeat center -30px;
    position: relative;
}
.loginCon{
    width: 482px;
    position: absolute;
    top: 160px;
    right: 8%;
}
.wechatRegister{
    display: block;
    margin: 20px auto;
    width: 185px;
    font-size: 14px;
    line-height: 20px;
    border-left: 2px solid #1465c1;
    padding-left: 6px;
    background: url(../img/wechatLogo.png) no-repeat right center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.loginMsg{
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #f1f2f2;
    padding-bottom: 20px;
}
.loginMsg input{
    display: block;
    width: 94%;
    border-bottom: 1px solid #f1f2f2;
    font-size: 14px;
    line-height: 18px;
    padding: 23px 3%;
}
.assistanceSubmit{
    display: block;
    margin: 20px auto;
    width: 287px;
    line-height: 52px;
    font-size: 14px;
    background: #0059bd;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}
.loginHelp{
    font-size: 14px;
    line-height: 16px;
}
.registerBtn{
    float: left;
    margin-left: 68px;
}
.registerBtn a:hover{
    color: #ff8000;
}
.findPassword{
    float: right;
    margin-right: 68px;
    color: #ff8000;
}
footer{
    margin: 0;
}

.forget{
	 width: 100%;
    height: 918px;
    background: url(../img/loginBg.jpg) no-repeat center -30px;
    position: relative;
	
	
}

.forgetCon{
	  width: 482px;
    position: absolute;
    top: 160px;
    right: 30%;
	 
}
.forgetbox{
	 background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #f1f2f2;
    padding-bottom: 20px;	
	
}

.forgetTitle{
	display: block;
    margin: 20px auto;
    width: 185px;
    font-size: 14px;
    line-height: 20px;
    border-left: 2px solid #1465c1;
    padding-left: 6px;
     
}

.forgetCon input{
    display: block;
    width: 94%;
    border-bottom: 1px solid #f1f2f2;
    font-size: 14px;
    line-height: 18px;
    padding: 23px 3%;
}

.forgetbtn{
	display: block;
    margin: 20px auto;
    width: 287px;
    line-height: 52px;
    font-size: 14px;
    background: #0059bd;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
	cursor:pointer;
	
}









