@charset "utf-8";
.login-box{
	margin: 120px auto 0 auto;
	text-align: center;
}
.login-logo{
	width: 110px;
	height: 120px;
	margin: 0 auto;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.login-title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	letter-spacing: 5px;
}
.login-error{
	font-size: 14px;
	text-align: center;
	width: 100%;
	color: red;
	margin-top: 20px;
}
.login-box .input{
	width: 370px;
	height: 40px;
	border-radius: 5px;
	margin-top: 20px;
	padding: 0 5px 0 5px;
	font-size: 14px;
	color: #a6a6a6;
}
.login-box .btn{
	width: 370px;
	height: 40px;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.applybg{
	position: fixed;
	background: #000000;
	opacity:0.6;
	filter:alpha(opacity=60); 
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
.applybox{
	width: 350px;
	height: 380px;
	border-radius: 5px;
	position: absolute;	 
	top: 0px;
	z-index: 200;
	background: #FFFFFF;
	display: none;
}
.applytitle{
	height: 40px;
	width: 100%;
	text-align: left;
	padding: 10px 25px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 15px;
}
.applyitem{
	text-align: left;
	font-size: 12px;
	padding: 5px 25px;
	font-weight: bold;
}
.applyitem .input{
	text-align: left;
	font-size: 12px;
	width: 100%;
	height: 30px;
	margin-top: 0px;
	padding: 0px 5px;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
}
.applyitem .btn{
	width: 135px;
	height: 25px;
	border-radius: 2px;
	margin-top: 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}
.applyitem .btn.rf {
	float: right;
}