@charset "utf-8";

/* -----------H-ui前端框架-----------------------
H-ui.login.css v2.2.1
Copyright H-ui Inc.
http://www.H-ui.net
date:2015.6.5
Created & Modified by guojunhui.
----------------------------------------------*/

body {
	font-size: 14px
}

.header,
.footer {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99
}

.header {
	top: 0;
	height: 60px;
	background: #30b0ff url(../images/logo.png) no-repeat 0 center
}

.can {
	display: none
}

.loginWraper {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #fff url(../images/admin-login-bg.jpg) no-repeat center;
	min-width: 1100px;
}

.login-left {
	width: 40%;
	color: #fff;
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -200px;
}

.login-left h1 {
	font-weight: bold
}

.login-left p {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 40px
}

.login-left a {
	padding: 10px 16px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
}

.loginBox {
	position: absolute;
	width: 25%;
	right: 14%;
	top: 50%;
	margin-top: -295px;
	background: #fff;
	padding-bottom: 20px;
	min-width: 400px
}

.login-top {
	text-align: center;
	width: 100%;
	height: 63px;
	line-height: 63px;
	color: #fff;
	background: url(../images/login-top_03.png) repeat-x;
}

.cla {
	font-size: 20px;
	color: #125FB2;
}

.pass label {
	line-height: 41px;
	font-size: 18px;
	color: #125FB2;
	height: 41px;
	font-size: 14px
}

.login-bot {
	text-align: center;
	font-size: 16px;
	color: #125fb2;
}

.bott {
	height: 60px;
	line-height: 60px;
}

.jian {
	width: 100%;
	height: 4px;
}

.jian-left {
	height: 4px;
	background: -moz-linear-gradient( right, #189bff, #fff);
	background: -webkit-linear-gradient(right, #189bff, #fff);
	background: -ms-linear-gradient( right, #189bff, #fff);
	background: -o-linear-gradient(right, #189bff, #fff);
}

.jian-right {
	height: 4px;
	background: -moz-linear-gradient( left, #189bff, #fff);
	background: -webkit-linear-gradient(left, #189bff, #fff);
	background: -ms-linear-gradient( left, #189bff, #fff);
	background: -o-linear-gradient(left, #189bff, #fff);
}

.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: 46px;
	line-height: 46px;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background-color: #30b0ff
}

#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
}