html{ width: 100%; height: 100%;}
body{background: url(../images/bg.jpg) no-repeat; background-size: cover; width: 100%;}

.login-hd{ width: 431px; height: 162px; background: url(../images/logo.png) no-repeat; margin:0 auto; margin-top: 130px;}
.login-box{ width: 1000px; height:438px; margin-top: 54px; background: url(../images/loginbg.png); position: absolute; left:50%; transform: translateX(-50%); box-shadow: 0 0 38px rgba(10,36,78,0.7);}
.login-logo{ width: 574px; height: 100%; background: #d0e8fb url(../images/printer.png) no-repeat center center;}
.login-bd{ width: 426px; height: 100%; background: #ffffff;}
.login-bd .login-form{ padding:65px 50px;}
.login-bd .login-form h3{ color: #707e89; font-size: 26px; font-weight: normal; height: 50px;}
.login-bd .login-form .form-group{ position: relative; margin-top:30px;}
.login-bd .login-form .form-group .textinput{ width: 100%; height: 48px; background: #f4f7f7; border:1px solid #e9eeef; color:#a1b1bd;}
.login-bd .login-form .form-group .textinput:focus{color:#626a70;border:1px solid #539ed5;  box-shadow:0 0 5px rgba(36,126,192,0.4) inset;}
.login-bd .login-form .form-group .UserName{background:#f4f7f7 url(../images/login1.png) no-repeat 18px center; padding-left:55px;}
.login-bd .login-form .form-group .password{background:#f4f7f7 url(../images/login2.png) no-repeat 20px center; padding-left:55px;}
.login-bd .login-form .checkbox{ margin-top:20px; position: relative; color: #a7a7a7;}
input[type=checkbox]{height: 18px; width: 18px; }
.login-bd .login-form .checkbox .mima{ position: absolute; right: 0; color: #2d88cb;}


.regsubmit{width:100%;height:40px;border:1px solid #2b60b8; border-radius: 4px; background:#3e7adc; cursor:pointer;font-size:16px;color:#fff;margin-top:30px;}
.regsubmit:hover{background:#3e7adc;box-shadow: 0 0 8px rgba(10,36,78,0.4);-webkit-transition:0.3s; transition:0.3s;}

.copy{ width: 100%; position: absolute; bottom: 40px; text-align: center; color: #fff;}

.warn{ margin-top: 10px; color: #f00; text-align: center;}
#login-tips{ display: none;}
