@charset "utf-8";
/* -----------H-ui前端框架-------------
* H-ui.login.css v2.2.2	后台登录页样式
* http://www.h-ui.net/
* Created & Modified by guojunhui
* Date modified 2017.11.14
*
* Copyright 2013-2017 北京颖杰联创科技有限公司 All rights reserved.
* Licensed under MIT license.
* http://opensource.org/licenses/MIT
*
*/
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{ 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: 90vw;       /* 宽度为视口宽度的90% */
    max-width: 617px;  /* 最大不超过桌面设计宽度 */
    height: auto;      /* 自动高度，内容撑开 */
    /*background: url(../images/admin-loginform-bg.png) no-repeat center center;*/
    background-size: contain;  /* 让背景图适应元素大小 */
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);  /* 用transform替代负margin居中 */
    padding-top: 38px;
    box-sizing: border-box;
}
	@media (max-width:617px) {
		.loginbox{ width:100%; position:static; margin-top:0; margin-left:0;}
	}
	.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}
.footer{ height:46px; line-height:46px; bottom:0; text-align:center; color:#fff; font-size:12px; background-color:#426374}