html, body {
	height: 100%;
	min-width: 1200px;
}

body {
	background: url(../images/login_bg.png) center center no-repeat;
}

.login_body {
	height: inherit;
	position: relative;
	margin: 0 auto;
}

.login_wrap {
	width: 800px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -400px;
}

.login_title {
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(6, 31, 68, 0.3);
	letter-spacing: 5px;
}

.login_box {
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 16px 21px 0px rgba(20, 36, 62, 0.3);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 320px;
	height: 260px;
	padding: 40px;
	margin: -170px 0 0 -200px;
}

.login_box .title {
	font-size: 20px;
	color: #3C8A7A;
	margin-bottom: 5px;
}

.login_box .alink {
	overflow: hidden;
	margin-top: 14px;
	padding: 0 26px;
}

.login_box .alink a {
	float: right;
	color: #3C8A7A;
}

.login_box .alink a:hover {
	color: #085444;
}

.login_input {
	margin-top: 30px;
	border-radius: 4px;
	/*box-shadow:inset 0px 0px 2px 0px rgba(212, 212, 212, 1);*/
	border: 1px solid #d4d4d4;
	padding: 10px;
	height: 20px;
	position: relative;
}

.login_input input {
	border: 0;
	position: absolute;
	left: 28px;
	width: 260px;
	outline: none;
}
/* .login_input.user_name{background:#fafafa url(../images/icon_username.png) 14px center no-repeat;}
.login_input.pass_word{background:#fafafa url(../images/icon_password.png) 14px center no-repeat;} */
.login_btn {
	border-radius: 4px;
	background-color: #3C8A7A;
	box-shadow: inset 0px 0px 2px 0px rgba(159, 159, 159, 0.25);
	width: 100%;
	height: 42px;
	margin-top: 14px;
}

.login_btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	line-height: 42px;
	font-size: 18px;
}

.copy_right {
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}