
body {
    font-family: '微软雅黑';
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

.form-box {
	margin: 55px auto;
	width:500px;
	box-shadow: 10px 10px 5px #888888;
}

.form-top{
	overflow: hidden;
	height: 200px;
	background:url("../images/topback.png?0129");

}

.form-top-logo{
	padding-top: 30px;
}

.form-top-logo img{
	width: 80px;
	height:80px;
}

.form-top-title h3{
	color: #fff;
}

.form-bottom {
	padding: 0 25px 30px 25px;
	height: 280px;
	background: #fff;
	text-align: left;
}

.form-bottom .form-bottom-group{
	margin: 0 auto;
	width: 386px;
	height: 63px;
	border-bottom:solid 1px #dee2ed;
}

.form-bottom .form-bottom-group img{
	margin-bottom: 5px;
	height: 30px;
	width: 30px;
}
.form-bottom .form-bottom-group label{
	padding:0 10px 0 5px;
	margin-top:25px;
	font-size: 16px;
	color:#5b70a7;
}
.form-bottom .form-bottom-group input{
	border-radius: 10px;
	width: 50%;
	border: 0px;
    padding: 0 10px;
    font-size: 14px;
}
.form-bottom .form-bottom-group .input-error {
	border: solid 1px #d9534f;
}

.form-bottom .form-bottom-btn a{
	margin: 30px 70px;
	text-align: center;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

	.inner-bg { padding: 60px 0 110px 0; }

}

@media (max-width: 415px) {

	h1, h2 { font-size: 32px; }

}

