html,body{
    width: 100%;
    min-width: 1300px;
    min-height: 100%;
}

.register-form{
    width: 1278px;
    background-color: #fff;
    margin: 0 auto 100px auto;
    padding: 0 40px;
    border-radius: 10px;
}
.form-title{
    font-size: 20px;
    border-bottom: 1px solid #a0dba3;
}
.form-title ul{
    margin: 0;
    padding: 0;
}
.form-title-left{
    padding: 26px 0;
}
.form-title-right{
    padding: 16px 0;
    font-size: 16px;
    color: #999;
}
.form-title-right .link-btn{
    color: #a0dba3;
    border: 1px solid #a0dba3;
    display: inline-block;
    padding: 12px 52px;
    border-radius: 30px;
    margin-left: 15px;
}
.form-title-right .link-btn:hover{
    color: #fff;
    background-color: #a0dba3;
    text-decoration: none;
}
.form-content{
    width: 500px;
    margin: 0 auto;
    padding-top: 50px;
}
.control-label{
    text-align: left !important;
    font-weight: normal;
    line-height: 38px;
}
.email-input-box{
    position: relative;
}
.send-code-link{
    position: absolute;
    right: -74px;
    top: 10px;
    color: #666;
    text-decoration: underline;
}
.send-code-link:hover{
    color: #a0dba3;
}

.link{
    color: #a0dba3;
    text-decoration: underline;
}
.link:hover{
    color: #67c49a;
}
.agree-text{
    padding-left: 10px;
}
.btn-box{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 46px;
}

.forgot-form-content{
    width: 600px;
}
.complete-change-psd{
    width: 123px;
    height: 141px;
    background: url(../images/forgotPassword/complete-success-icon.png) no-repeat;
    margin: 80px auto 50px;
    display: block;
}
.header-phone{
    padding: 29px 0;
}
.header-phone i{
    color: #a0dba3;
    vertical-align: middle;
}
.form-nav{
    background-color: #fafafa;
    line-height: 58px;
    margin: 16px 0 0 0;
    padding: 0;
}
/* .form-nav .form-nav-item{
    text-align: center;
    float: right;
    background-image: url("../images/forgotPassword/nav-bg.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding:0;
} */
.form-nav .form-nav-item{
    position: relative;
    text-align: center;
    float: right;
    background-image: url("../images/forgotPassword/nav-bg.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding:0;
}
.form-nav .form-nav-item .step-left-arrow{
    position: absolute;
    width:22px;
    height:58px;
    top:0;
    right:0;
    background-image: url("../images/forgotPassword/step-arrow-1.png");
}
.form-nav .form-nav-item .step-right-arrow{
    position: absolute;
    width:22px;
    height:58px;
    top:0;
    right:0;
    background-image: url("../images/forgotPassword/step-left-arrow.png");
}
.form-nav .form-nav-item.active{
    color:#fff;
    background-color: #a0dba3;
    background-image: url("../images/forgotPassword/step-left-arrow.png");
}
.form-nav .form-nav-item.next{
    background-image: url("../images/forgotPassword/step-arrow-1.png");
}
.form-nav .form-nav-item.active ~.form-nav-item{
    background-color: #a0dba3;
}
.form-nav .form-nav-item:first-child{
    background-image: none;
}
.code-input{
    width: 230px;
}
.code-img{
    width: 150px;
    height: 48px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}