body{overflow:hidden;}
.login_background{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:90; background-color:rgba(0,0,0,0.5); }
.login{ height:380px;width:260px;padding: 20px;background-color:rgba(0,0,0,0.5);border-radius: 4px;position:absolute;left: 50%;top: 50%; margin-top:-210px;margin-left:calc(-150px);z-index:99;}
.login h1{ text-align:center; color:#fff; font-size:24px; margin-bottom:20px; }
.form_code{ position:relative; }
.form_code .code{ position:absolute; right:0; top:1px; cursor:pointer; }
.login_btn{ width:100%; background-color:#999;}
.login_error_msg{color: red;}

/*自定义*/
.field-login-verifycode{
	margin-bottom:25px;height:40px;align-items:center;
}
#login-verifycode-image{
	height:38px;
	width:40%;
}
#login-verifycode{
	height:34px;
	width:35%;
	padding-left:10px;
}
.self-row{
	flex-direction:row;margin-bottom:15px;height:55px;display:flex;
}
.self-sms{
	height:38px;padding:0 10px;
}
#sms_ok{
	margin-bottom:10px;margin-top:-25px;height:15px;
}
