@charset "utf-8";
/* -----------H-ui前端框架-------------
* H-ui.login.css v2.2.1	后台登录页样式
* http://www.h-ui.net/
* Created & Modified by guojunhui
* Date modified 2015.6.5
*
* Copyright 2013-2017 北京颖杰联创科技有限公司 All rights reserved.
* Licensed under MIT license.
* http://opensource.org/licenses/MIT
*
*/
html, body{ height:100%}
body{font-size:14px;background:#3283AC url(../images/admin-login-bg.jpg) repeat-y center;background-size: cover;}

.header,.footer {position: fixed;}
.header, .loginWraper,.footer{width: 100%;display: block;clear: both;}

.header{height:60px;overflow: hidden;background-color: #426374;top: 0;}
.header .logo {float: left;width: 600px;height: 60px;background: url(../images/logo.png) no-repeat 0 center;}
.footer {bottom: 0;}
.loginWraper{margin: 80px auto;}
.loginBox{width:617px; height:330px; background:url(../images/admin-loginform-bg.png) no-repeat; margin: 0 auto; padding-top:38px}
.reginBox{ width:617px; height:auto; background:url(../images/admin-loginform-bg.png) no-repeat; margin: 0 auto 10px; padding-top:38px;background-size:100% 100%;padding-bottom: 10px;}

.regform label, .regform input, .btn {border-radius: 3px;}
.regform label, .regform input::-webkit-input-placeholder {font-size: 12px;}

.input-text.size-L, .btn.size-L {height: 36px;}

.to-login {line-height: 32px;float: right;margin-right: 79px;font-size: 12px;color: #fff;}

@media (max-width:617px) {
	.loginbox{ width:100%; position:static; margin-top:0; margin-left:0;}
}
.reginBox .row .form-label .Hui-iconfont{ font-size:24px}
.reginBox .input-text{ width:360px}
@media (max-width:617px) {
	.reginBox .input-text{ width:80%}
}

.loginBox .row{margin-top:20px;}
.loginBox .row .form-label .Hui-iconfont{ font-size:24px}
.loginBox .input-text{ width:360px}
@media (max-width:617px) {
	.loginBox .input-text{ width:80%}
}
	.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}

#ie6-warning{background:#fff url(/jscss/demoimg/201006/warning.gif) no-repeat 3px center;position:absolute;top:0;left:0;font-size:12px;color:#333;width:97%;padding: 2px 15px 2px 23px;text-align:left}
#ie6-warning a {text-decoration:none}
