body{
	background-color: #f2f2f2;
}
.body-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height:100vh;
}
.header-box{
	border-bottom: solid 1px #ddd !important;
}

.main-box{
	display: flex;
	justify-content: center;
	background-color: #fff;
	width: 100%;
	flex: 1;
}
.form-box{
	display: flex;
	flex-direction: column;
	padding: 100px 0 0 0;
}
.title{
	color: #999;
	margin-bottom: 20px;
	font-size: 18px;
}
.row{
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}
.row .error{
	margin-left: 10px;
	color: #999;
}
.inp{
	border: solid 1px #ddd;
	outline: 0;
	padding: 0 5px 0 5px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	width: 300px;
}
.inp:focus{
	border: 1px solid #2aafff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    color: #333
}
.inp::-webkit-input-placeholder{
    color: #ccc
}
.inp:-moz-placeholder{
    color: #ccc
}
.inp:-ms-input-placeholder{
    color: #ccc
}
.sub-btn{
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    background: #ff7729;
    color: #fff;
    width: 250px;
    height: 35px;
    line-height: 35px;
    margin: 30px 0 0 20px;
}
.sub-btn:hover {
    background: #e27729;
    color: #fff
}
.get-sms-captcha-btn{
	border: solid 1px #ff7729;
	border-left: 0;
	outline: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background: #ff7729;
	color: #fff;
	padding: 0 3px 0 3px;
}
.sms-captcha{
	width: 220px;
	
}
.img-captcha{
	width: 120px;
}
.refresh_captcha{
	cursor: pointer;
}