body {
	background:url(../images/fore/login-bg2.png) no-repeat center 0;
}
.login-content {
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin-top:72px;
}

/*-----------------------------*/

.login-header {
	height:80px;
	line-height:76px;
	color:#FFF;
	text-align:center;
	font-size:28px;
	font-weight:700;
	letter-spacing:0.35em;
	border-bottom:1px solid #103747;
	background:#164A5F;
}
.login-footer {
	line-height:24px;
	color:#666;
	text-align:center;
	font-size:14px;
	padding:20px 0;
}

/*-----------------------------*/

.login-body {
	height:520px;
	background:url(../images/fore/login-bg.jpg) no-repeat center 0;
	background-size:100% auto;
}
.login-box {
	position:relative;
	top:64px;
	width:560px;
	height:320px;
	margin:0 auto;
	opacity:0.9;
	border-radius:15px;
	box-shadow:0 10px 10px RGBA(0, 0, 0, 0.1);
	background:#F9F9F9;
}
.login-box .hd {
	height:52px;
	line-height:52px;
	color:#164A5F;
	font-size:18px;
	margin:0 40px;
	border-bottom:1px solid #EEE;
}
.login-box .hd li {
	position:relative;
	float:left;
	width:50%;
	color:#666;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	border-bottom:1px solid #DDD;
}
.login-box .hd li.on {
	color:#E44535;
	font-size:18px;
	margin-bottom:-1px;
	border-bottom:2px solid #E44535;
}

.login-logo {
	margin:30px 0 0 40px;
}

/*-----------------------------*/

.login-form {
	padding:0 50px 0 0;
}
.login-form p {
	position:relative;
	margin-bottom:10px;
}
.login-form .text, .login-form .code {
	width:300px;
	height:28px;
	line-height:28px;
	color:#101010;
	font-size:14px;
	font-family:Microsoft Yahei;
	box-sizing:content-box;
	padding:5px 5px 5px 32px;
	border:1px solid #CCC;
	border-radius:5px;
}

.login-form .user .text, .login-form .password .text {
	box-shadow:5px 5px 5px RGBA(0, 0, 0, 0.025);
	background:url(../images/fore/login-icon.png) no-repeat 7px 9px;
}
.login-form .password .text {
	background-position:7px -40px;
}

.login-form .recode {
	height:21px;
	line-height:21px;
	color:#666;
}
.login-form .recode input {
	position:relative;
	top:2px;
	width:13px;
	height:13px;
	margin-right:5px;
}

/*-----------------------------*/

.login-btn {
	line-height:0;
	margin-top:20px;
}
.login-btn .btn {
	display:inline-block;
	width:338px;
	height:40px;
	color:#FFF;
	text-align:center;
	font-size:16px;
	font-family:Microsoft Yahei;
	cursor:pointer;
	vertical-align:middle;
	border:0;
	border-radius:5px;
	box-shadow:5px 5px 5px RGBA(0, 0, 0, 0.075);
	/*background:url(../images/fore/login-btn.png) repeat-x center 0;*/
	background:#09C;
}
.login-btn a.btn {
	line-height:28px;
	text-decoration:none;
}
.login-btn .btn:hover {
	background:#E44535;
}

/*-----------------------------*/

.login-tips {
	width:200px;
	height:18px;
	line-height:18px;
	margin:10px 0;
}
.login-tips .error {
	color:#E00;
	white-space:nowrap;
}


