.all{
	width: 100%;height: 100%;padding-top:20px;box-sizing: border-box;
	background-image: linear-gradient(#81d6cf, #82baf8)!important;position: relative;
}
.login{
	width: 700px;height:500px;position: absolute;left:50%;top:50%;margin-left: -350px;margin-top: -250px;
}
.login_cont{
	width:100%;height:450px;
}
.loginContent{
	width: 100%;height: 450px;border-radius:20px;margin-top:20px;
	overflow: hidden;background: #FFFFFF;/*box-shadow:1px 2px 3px #CCCCCC ;*/
}
.loginContentLeft{
	width: 52%;height:100%;overflow: hidden;border-radius:20px;
	background-image: linear-gradient(#5fcdc7, #3f94dc)!important;
}
.logoStudy{
	width: 150px;height:110px;margin:80px auto 60px auto;
}
.logoStudy img{
	display: block;width: 100%;
}
.loginContentLeft h1,.loginContentLeft h2{
	color: #FFFFFF;text-align: center;line-height: 40px;letter-spacing: 0.2rem;
}
/*表单*/
.loginContentRight{
	width:48%;height: 100%;background:#FFFFFF;padding-top:40px;box-sizing: border-box;border-radius:20px;
}
.loginContentRight form{
	width:90%;margin: 0 5%;
}
.loginContentRight form h2{
	color: #00000;text-align: center;letter-spacing: 0.2rem;margin-bottom: 40px;
}
.loginContentRight form .zh{
	margin-bottom: 10px;
	color: #666666;
}
.loginContentRight form input{
	padding-left: 10px;
	width: 95%;height:35px;line-height: 35px;/*margin-bottom: 40px;*/
	border:none;border-bottom:1px solid #CCCCCC;
}
.loginBtn{
	display:block;width:100%;height:50px;background: #46aadc;color:#FFFFFF;text-align: center;line-height: 50px;
	font-size: 1.2rem;letter-spacing: 0.2rem;border-radius: 5px;
}
.loginBtn:hover{
	color: #FFFFFF;
}
#hint,#hint2{
	color:red;margin-bottom:40px;
}
/*表单 end*/
.login_bottom{
	width:100%;height:35px;background:#adadad;margin-top:1.5rem;line-height:35px;
}
.login_bottom a{
	display:inline-block; width:100%; color:#FFFFFF; text-align: center;float: left;font-size: 1rem;
}

/*忘记密码*/
.forgetPass{
	float: right; padding-top:1.2rem; color: #666666;
	font-size: 13px;
}
.forgetPass:hover{
	color: #666666;
}
/*忘记密码end*/

