html,body{
    width: 100%;
    height: 100%;
}
.exam_forget{
    width:100%;
    height:100%;
    background:#f9fbff;
}
#exforget_header{
    width:100%;
    height:70px;
    /* border:1px solid #e7e9eb; */
    box-shadow: 0px 2px 8px 2px #c0c1c3;
    padding:10px 0;
    padding-left: 10%;
    background:#fff;
}
#exforget_header img{
    width:183px;
    height:48px;
}
#exforget_step{
    width:530px;
    height:65px;
    margin:0 auto;
    margin-top: 50px;
    display: flex;
}
#exforget_step .exforget_step_num{
    width:62px;
    color:#333333;
    font-size: 14px;
    text-align: center;
}
.exforget_step_num .exforget_step_nums{
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    border-radius: 50%;
    color:#fff;
    font-size: 16px;
    background:#cfcfcf;
    margin-bottom: 8px;
}
.exforget_step_num p{
    margin:0;
}
#exforget_step .exforget_step_one_border,.exforget_step_two_border{
    width:170px;
    height:3px;
    background:#cfcfcf;
    margin-top: 20px;
}
#exforget_content{
    width:1000px;
    height:465px;
    margin:0 auto;
    margin-top: 40px;
    background:#fff;
    border-radius: 16px;
    padding-top: 90px;
    border:1px solid #eee;
}
#exforget_content form{
    width:440px;
    height:290px;
    text-align: center;
    margin: 0 auto;
}
form ul li{
    width:100%;
    padding:0!important;
    margin-bottom: 30px;
}
form ul li .error-tips p{
    margin:0;
    text-align: left;
}
form ul li .form-div{
    left: 20px!important;
    top: 60px!important;
}
form ul li input{
    width: 440px!important;
    height:58px!important;
    margin: 0!important;
    padding:0!important;
    text-indent: 20px;
    background:#fff!important;
    border:2px solid #dddddd!important;
    color:#0f0f0f!important;
}
form .forgot-password{
    display: block;
    color:rgba(62,113,247,1);
    font-size: 16px;
    margin-top: 20px;
}
form .form-btn{
    width: 440px;
    margin-top: 60px;
}
form .form-btn a{
    width:440px!important;
}