.error {
    color: red;
}
.container-fluid{
    /* border:1px solid red; */
    height: 100vh;
    background-image: url(../image/findPassword_banner.jpg);
    background-size: 100% 100%;
}
.container-fluid .header-part{
    width: 100%;
    margin-top: 75px;
    /* border: 1px solid red; */
    display: flex;
}
.container-fluid .header-part .header-logo{
    width: 276px;
    height: 47px;
    margin-left: 18.75%;
    cursor: pointer;
    /* border: 1px solid green; */
}
.container-fluid .header-part .header-logo img{
    width: 100%;
    height: 100%;
}
.container-fluid .header-part .back-btn-block{
    margin-left: 41.7%;
}
.container-fluid .header-part .back-btn{
    width: 120px;
    height: 40px;
    background: #0071D0;
    border-radius: 20px;
    cursor: pointer;
}
.container-fluid .header-part .back-btn span{
    color: #fff;
}
.container-fluid .header-part .back-btn .glyphicon{
    top: 12px;
    left: 33px;
}
.container-fluid .header-part .back-btn .back-text{
    position: relative;
    top: 10px;
    left: 40px;
}

.form-container{
    width: 380px;
    /* border: 1px solid red; */
    position:absolute;
    top: 13.5vw;
    left: 50%;
    margin-left: -190px;
}
.form-container .title{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 34px;
}
.findPwd-container{
    width: 100%;
    /* border: 1px solid red; */
}

.findPwd-container .input-block{
    width: 380px;
    height: 50px;
    background: #F5F5F5;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.findPwd-container .input-block .glyphicon{
   color: #666666;
   margin-left: 14px;
   margin-top: 18px;
}
.findPwd-container .input-block input,.yzm-container .input-block-2 input{
    border: none;
    background: #F5F5F5;
    outline:none;
    margin-left:14px;
    color: #333;
}

.yzm-container{
    width: 380px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}
.yzm-container .input-block-2{
    width: 260px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 3px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.yzm-container .yzm-btn{
    width: 110px;
    height: 50px;
    background: #9E9E9E;
    border-radius: 3px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.yzm-container .input-block-2 input{
    height: 50px;
    text-align: center;
    width: 100%;
    margin-left: 0;
    background: #F5F5F5;
}
.save-btn {
    margin-top: 38px;
    width: 150px;
    height: 50px;
    margin-left: 115px;
    border: none;
    background: #0071D0;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 3px;
}