@charset "utf-8";
/* -----------H-ui前端框架-------------
* H-ui.login.css v2.2.1	后台登录页样式
*/
html, body{ height:100%}
body{font-size:14px}

.header,.footer{ position:absolute; left:0; right:0; width:100%; z-index:99}
.header{top:0; height:60px; background:#426374 url(../images/logo.png) no-repeat 0 center}

.loginWraper{ width:100%; height: 100%; z-index:1; background:#3283AC url(../images/bg.png) no-repeat center;background-size: cover;overflow: hidden;}
.loginBox{width: 420px;height: 420px;background: url(../images/admin-loginform-bg.png) no-repeat center;background-size: cover;overflow: hidden;box-sizing: border-box;padding: 40px;border-radius: 4px;position: absolute;left: 50%;top: 50%;margin-left: -210px;margin-top: -210px;}
@media (max-width:640px) {
	.loginBox{ width:100%;height:100%; position:static; padding: 40px 15px; margin-top:0; margin-left:0;}
    .loginBox .input-text{ width:100%;}
    .form-horizontal{height: 340px;position: absolute;top: 50%;margin-top: -190px;padding: 0 15px;left: 0;right: 0;}
}
.loginBox .row{margin-top:20px;}
.loginBox .row .form-label .Hui-iconfont{ font-size:24px}
.loginBox .input-text{ width:100%;}
.yzm a{ color:#426374; font-size:12px;}
#span_msg{ font-size:14px; color:Red; line-height:40px; height:40px; margin-left:10px; width:160px;; float:left}
.hd_msg{font-size:12px; color:#fff; height:30px; z-index:100;position: absolute; padding-left:50px; padding-top:5px}
.hd_msg a{ color:#fff}
.hd_msg a:hover{ color:#fff; text-decoration:underline}

.footer{ height:46px; line-height:46px; bottom:0; text-align:center; color:#fff; font-size:12px; background-color:#426374}

/*google验证器输入code窗口的样式*/
.verification_box {padding: 30px 40px}
.verification_box .ver_title {text-align: center;font-size: 21px;color: #444;height: 40px;margin-bottom: 15px;overflow: hidden}
.verification_box .ver_btn input {width: 100%;height: 40px;font-size: 15px;background: #5a98de;background: linear-gradient(#5a98de, #5a98de);box-shadow: inset 0 1px 2px #5a98de;color: #fff;text-shadow: #5a98de 0 -1px 0;border: 1px solid #5a98de;text-align: center;border-radius: 3px;cursor: pointer}
.verification_box .ver_input input {width: 100%;height: 40px;line-height: 30px;border: #d1d1d1 1px solid;padding: 4px 10px;z-index: 1;box-shadow: 0 3px 5px -4px rgba(0, 0, 0, .4) inset, -1px 0 3px -2px rgba(0, 0, 0, .1) inset;border-radius: 3px;outline: 0;box-sizing: border-box}
.verification_box .ver_input {margin-bottom: 15px}
.verification_box .ver_tips {color: #777;font-size: 13px;margin-top: 18px}
