html,body {
	height: 100%;
	padding:0;
	margin:0;
}
.gray{
	background: #F1F1F1;
}
.imaage-wrapper{
	background:center no-repeat url('../common/img/41.jpg');
	height:150px;
}
.wrapper{
	border-radius:1px;
	border:1px solid #D9D9D9;
	height:480px;
	width:450px;
	background:#FFFFFF;
	position:absolute;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left:-225px;
	
}

.logo{
	vertical-align:sub;width:60px;height:60px;float:left;
}
.logo-wrapper{
	font-weight:600;line-height:60px;border-bottom:1px solid #F7F7F7;background:#F7F7F7;font-size:16px
}

.login-form{
	width:80%;
	margin-left:10%;
}
.login-form:after{
	content:'';
	clear:both;
	display: block;
	visibility: hidden;
}
.form-control,
.input-group {
	height: 40px;
}
.input-group {
	margin: 0px 0px 30px 0px !important;
}
.form-group {
	margin-bottom: 0px !important;
}
.mt-40px{
	margin-top: 40px;
}
.mt-30px{
	margin-top: 30px;
}
.bg-white{
	background:#FFFFFF;
}
.btn-login-set{
	color:#FFFFFF;
	background-color: #1A73B3;
	border-color: #1A73B3;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.center-80-percent{
	margin-left:10%;
	width:80%;
}
.btn-x{
	padding:8px 15px;
}
.item-tip{
	height:30px;
	display:block;
	color:red;
}
.check-label{
font-size:15px;font-weight: 400	
}
.record-number{
	text-align: center;position:absolute;bottom:20px;width:100%;
}
@media screen and (max-height:650px){
	.record-number{
		display:none;
	}
}