html,body{
	background: #f2f3f5;
}
.repass-body{
	position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: flex;display: -webkit-flex;
	justify-content: center;align-items: center;
}
.repass-main{
	width: 550px;box-sizing: border-box;background: white;padding: 50px 56px 60px;
}
.repass-main .main-title{
	font-weight: 500;font-size: 26px;color: #323233;
}
.repass-main .main-form{
	margin: 30px 0;
}
.repass-main .main-form .account-input{
	position: relative;display: -ms-flexbox;display: flex;padding-top: 30px;
}
.repass-main .main-form .account-input__input{
	position: relative;-ms-flex: 1;flex: 1;height: 48px;max-height: 48px;line-height: 48px;
    border: 0;outline: 0;box-sizing: border-box;display: -ms-flexbox;display: flex;
}
.repass-main .main-form .account-input__input .falv_input{
    font-size: 16px;
    color: #323232;
    border-bottom: 1px solid #dcdee0;
    -ms-flex: 1;
    flex: 1;
    min-width: 80px;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.repass-main .main-form .account-input__input .falv_input:focus{
	border-bottom: 1px solid #155bd4;
}
.repass-main .main-form .account-captcha__btn{
	position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #155bd4;
    cursor: pointer;
}
.repass-main .main-form .account-captcha__btn--disable{
	color: #969799;cursor: not-allowed;
}
.repass-main .main-form .account-submit-main{
	margin: 70px auto 16px;
}
.repass-main .main-form .getpass_submit{
	height: 48px;line-height: 46px;background: #155bd4;font-size: 18px;
	border-radius: 2px;font-family: inherit;color: white;
    border: 1px solid #bbb;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
	display: block;
    width: 100%;
    padding: 0;
}
.repass-main .main-form .account-form-link{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.repass-main .main-form .form-link-actions{
	font-size: 14px;
}
.repass-main .main-form .form-link-actions .goto-login-btn{
	color: #155bd4;
}