@charset "utf-8";
/* -----------H-ui前端框架-------------
* H-ui.main.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}

.footer{ position:absolute; left:0; right:0; width:100%; z-index:99}

.loginWraper{ position:absolute;width:100%; left:0; top:0; bottom:0; right:0; z-index:1; background:#3283AC url(../images/admin-login-bg.jpg) no-repeat center}
.loginBox{ position:absolute; width:529px; height:626px; background:url(../images/login-box.png) no-repeat; left:50%; top:50%; margin-left:-50px; margin-top:-325px; padding-top: 65px}
.txtColorFont{color:#3894DB; font-weight: bold; font-size: 18px; margin-top: 35px}
.leftMargin{margin-left: 70px}
.inputStyle{width:380px; height:49px; background:#A7CAF1; border-radius:6px; border: 1px solid #3283AC; font-size: 18px; padding-left: 8px}
#loginBtn{width: 385px; height: 53px; background:#1A88E7; margin-left:72px; margin-top: 50px; font-size: 24px; color: white}
.footer{ height:46px; line-height:46px; bottom:0; text-align:center; color:#fff; font-size:12px; background-color:#426374}
#ie6-warning a {text-decoration:none}