.recovery_pwid{
    width:100%;
    box-sizing: border-box;
}
.recovery_pwid h1{
   color:#000;
   font-size:22px;
   font-weight:500;
   text-align: center;
}
.recovery_pwid .recovery_tab{
    width:100%;
    height:50px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:40px;
}
.recovery_pwid .recovery_tab a{
    display:block;
    width:50%;
    height:50px;
    line-height:50px;
    background:#f2f2f2;
    color:#d4d4d4;
    font-size:16px;
    font-weight:700;
    text-align:center;
}
.recovery_pwid .recovery_tab a.clicked{
    background:#b2bb4a;
    color:#fff;
}
.recovery_pwid .recovery_input{
    width:100%;
    margin-top:40px;
    border:none;
}
.recovery_pwid .recovery_input p{
    font-size:14px;
    color:#303030;
    padding-bottom:10px;
}
.recovery_pwid .recovery_input input{
    width:100%;
    height:48px;
    line-height: 48px;
    padding:0 16px;
    font-size:16px;
    color:#000;
    box-sizing: border-box;
    border:1px solid #d4d4d4;
    border-radius:2px;
    margin-bottom:40px;
}
.recovery_pwid .recovery_btn{
    width:100%;
    height:60px;
    background:#000;
    color:#fff;
    border:none;
    font-size:16px;
    font-weight:700;
}