/* CSS Document */

body {
	background: url(../images/login_bg.png) no-repeat center top;
	background-size:cover;
}
@media screen and (max-width:1919px) {
	body {
		background-size:auto;
	}
}
.logo {
	margin: 0 30px 0 0;
	padding-right: 30px;
	width: 174px;
	border-right: 1px solid #d7d7d7;
}
.table {
	display: table;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.table .tr {
	display: table-cell;
	vertical-align: middle;
}
.loginbox {
	padding-top: 50px;
	height: 806px;
	background: url(../images/login_box.png) no-repeat center center;
}
.logincon {
	padding: 0 70px 0 30px;
	margin: 0 auto;
	width: 1200px;
}
.title {
	height: 60px;
	margin-bottom: 100px;
}
.title strong {
	display: block;
	color: #666666;
	font-size: 20px;
}
.title em {
	display: block;
	margin-top: 10px;
	color: #999999;
	font-size: 16px;
	font-style: normal;
}
.limg {
	float: left;
	margin-left: 70px;
}
.lform {
	float: right;
	margin-right: 70px;
	width: 360px;
}
.lform h2 {
	color: #333333;
	font-size: 30px;
}
.lform .ipt {
	margin: 0 0 36px ;
	height: 60px;
	border-bottom: 1px solid #d7d7d7;
	background: no-repeat 5px center;
}
.lform .ipt.user {
	background-image: url(../images/ico_username.png);
}
.lform .ipt.pwd {
	background-image: url(../images/ico_password.png);
}
.lform .ipt input {
	color: #333;
	font-size: 18px;
	margin-left: 53px;
	width: 307px;
	height: 59px;
}
.lform button {
	margin-top: 20px;
	width: 170px;
	height: 60px;
	border-radius: 10px;
	border: 2px solid #ff3d3d;
	background-color: #fff;
	color: #ff3d3d;
	font-size: 18px;
	cursor: pointer;
}
.lform button:nth-child(2) {
	float: right;
	background-color: #ff3d3d;
	color: #fff;
}
.lform button:hover {
	border-color: #ff5757;
	color: #ff5757;
}
.lform button:nth-child(2):hover {
	background-color: #ff5757;
	color: #fff;
}
.lform button:active {
	border-color: #dd3939;
	color: #dd3939;
}
.lform button:nth-child(2):active {
	background-color: #dd3939;
	color: #fff;
}