@charset "utf-8";

html,body {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	float:left;
}

body {
	font: 14px/1.5 Arial;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	float: left;
	margin: 0;
	padding: 0;
	z-index: -999999;
}

.logo {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 340px;
	height: 162px;
}

.login {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	border-radius: 10px;
	background: #FFFFFF;
	margin-left: -150px;
	margin-top: -220px;
}
.login strong {
	text-align: center;
	float: left;
	width: calc(100% - 52px);
	height: 80px;
	line-height: 80px;
	font-size: 16pt;
	color: #777777;
	background-image: url(../image/login/login.png);
	background-repeat: no-repeat;
	background-position: 90px 20px;
	padding-left: 52px;
}
.login input {
	float: left;
	font-size: 13pt;
	border: 1px solid #E1E1E1;
}

#usercode {
	padding: 10px 10px 10px 35px;
    width: calc(100% - 67px);
    margin: 0 10px 15px;
    background: url(../image/login/username.png) 10px 10px no-repeat;
}

#password {
	padding: 10px 10px 10px 35px;
    width: calc(100% - 67px);
    margin: 0 10px 15px;
    background: url(../image/login/password.png) 10px 10px no-repeat;
}

#yzm {
	padding: 10px 10px 10px 35px;
    width: calc(100% - 160px);
    margin: 0 10px 15px;
    background: url(../image/login/verifycode.png) 10px 10px no-repeat;
}

.captcha {
	float: left;
}
.captcha a img {
	margin: 11px;
}

#btnsubmit {
	float: left;
	width: calc(100% - 20px);
	border-radius: 5px;
	border: 0;
	background: #4196F3;
	padding: 12px 0px 10px;
	margin: 0 10px 15px;
	font-size: 16pt;
	color: #FFFFFF;
	cursor: pointer;
}

.footer {
	position: absolute;
	top: 100%;
	left: 0;
	height: 40px;
	line-height: 40px;
	margin-top: -40px;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	background: #333333;
}
