@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}

.header,.footer{ position:absolute; left:0; right:0; width:100%; z-index:99}
.header{top:0; height:60px; background:#851F1A;}
.header .header_title{
	width: 500px;
	height: 60px;
	line-height: 60px;
	margin-left: 150px;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	/* border: 1px solid yellow; */
}
.loginWraper{
	 
	width:100%;
	height: 100%;
	z-index:1;
	background:#3283AC url(../images/admin-login-bg.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loginBox{ 
	width:20%;
	height:45%;
	min-width: 300px;
	min-height: 320px;
	background:#fff;
	box-shadow: 0px 6px 27px 0px rgba(255,255,255,0.5);
	border-radius: 12px;
	padding-top:25px;
	/* display:flex;
	align-items: flex-start; */
}
.logintitle{
	width: 100%;
	font-family: PingFangSC-Medium;
	font-size: 35px;
	color: #3B3333;
	text-align: center;
	font-weight: 500;
	margin-bottom: 2%;
}
.form{
	height: 75%;
}
.userbox{
	width: 75%;
	height: 95%;
	/* border: 1px solid red; */
	margin: 0 auto;
	
}
#user{
	width: 100%;
	height: 80%;
	/* display: flex;
	flex-direction:column; */
	/* border: 1px solid blue; */
	
}
.userbox #user .loginlabel{
	display: block;
	width: 100%;
	height: 12%;
	font-family: PingFangSC-Medium;
	font-size: 20px;
	color: #7E7979;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 4%;

}
.userbox  .logininput{
	width: 100%;
	height: 15%;
	min-height: 8%;
	border: 1.37px solid rgba(157,153,153,1);
	border-radius: 3px;	
	font-size: 18px;
}
.userbox  .logininput a{
	font-size: 15px;
}
.userbox #user .divborder{
	border: none;
}
.userbox #user .inputname{
	width: 32%;
	height: 100%;
	

}
.btncolor{
    display: block;
    height: 18%;
    min-height: 8%;
    background: #C20F06;
    border-radius: 3px;
    border: none;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-top: 15%;

}
.userbox #user .loginlabel{
    display: block;
    width: 100%;
    height: 12%;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #7E7979;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 4%;
}
@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:100%}
@media (max-width:617px) {
	.loginBox .input-text{ width:80%}
}
	.yzm a{ color:#426374; font-size:12px;
	}

#span_msg{ font-size:14px; color:rgb(24, 23, 23); 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:#851F1A;font-family: PingFangSC-Semibold;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 600;}

#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}