html {
	height: 100%;
	background: url(images/dlbgre.png) repeat-x left center;
	overflow: hidden;
}

body {
	height: 100%;
	background: url(images/dlbjfw.png) no-repeat center center;
}

.box {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
}

.login-box {
	width: 100%;
	max-width: 500px;
	height: 400px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
}

@media screen and (min-width:500px) {
	.login-box {
		left: 50%;
		/*���ø�ֵ��ΪҪ��λ�Ӻ��ӵ�һ����*/
		margin-left: -250px;
	}
}

.form {
	width: 100%;
	max-width: 500px;
	height: 275px;
	margin: 25px auto 0px auto;
	padding-top: 25px;
}

.login-content {
	height: 300px;
	width: 100%;
	max-width: 500px;
	float: left;
}

.input-group {
	margin: 0px 0px 30px 0px !important;
}

.form-control, .input-group {
	height: 40px !important;
}

.form-group {
	margin-bottom: 0px !important;
}

.login-title {
	padding: 30px 10px;
}

.login-title h1 {
	margin-top: 10px !important;
}

.login-title small {
	color: #fff;
}

.link p {
	line-height: 20px;
	margin-top: 30px;
}

.btn-sm {
	padding: 8px 24px !important;
	font-size: 16px !important;
}
.box .verifyInfo{float:left;display:block;width:428px;padding:0;margin:0;margin-bottom:20px;margin-left:10px;font-size:12px;color:#F00;font-family:"΢���ź�","����";text-align:center;}


