﻿@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-2015 北京颖杰联创科技有限公司 All rights reserved.
* Licensed under MIT license.
* http://opensource.org/licenses/MIT
*
*/
body{font-size:14px;height:100%; width:100%;
            -webkit-font-smoothing: antialiased;
            overflow: hidden;}
.jh_login_container{
        padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background-size: 100% 100%;
    background-image: url(/Common/images/c_bg.png);
    background-repeat: no-repeat;
    background-position: center;}
.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;}
.loginBox h3{    font-size: 26px;
    color: #3e9fe1;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    height: 60px;
    line-height: 60px;
    padding-left: 38px;
    font-family: "微软雅黑";
    font-weight: normal;}
.loginBox{ position:absolute; width:437px; height:355px;  box-shadow: 0 0 8px rgba(38, 131, 212, 0.8);
    background: #fff;right: 16%;
    top: 50%;
    margin-top: -150px;}
@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:90%}
@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:26px; line-height:26px; bottom:0; text-align:center; color:#000; font-size:12px; border:0;}

#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}