.forgot-password h6{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 28px;
}
.forgot-password .wa-name{
    display: none!important;
}
.forgot-password .wa-value{
     display:flex!important;   
     flex-direction: column!important;
     justify-content: end!important;
}
.forgot-password .wa-value input{
    width:100%!important;
    border: 1px solid #D2D2D2!important;
    border-radius: 7px!important;
    padding: 12px 0 12px 24px!important;
    margin-right: 0!important;
}
.forgot-password .wa-value input.wa-error{
    border: 1px solid #C90000!important;
    color: #C90000!important;
}
.forgot-password .wa-forgotpassword-button input{
    background: #1B969E!important;
    box-shadow: 0px 12px 26px rgba(27, 150, 158, 0.2)!important;
    border-radius: 24px!important;
    color:#ffffff!important;
    margin-top:25px; 
    padding: 12px 0px!important;
}
.forgot-password .wa-forgotpassword-button input:hover{
    background:#1A868D!important;
    transition:0.2s!important;
 }
 
.forgot-password .wa-login-url a{
    text-decoration:none!important;
    color: #3063C3!important;
    transition: 0.2s;
    margin-left:10px;
}
.forgot-password .wa-login-url a:hover{
    color: #234A93!important;
    transition: 0.2s;
}
.forgot-password .wa-login-url{
    display:flex!important;
    justify-content:center!important;
    margin-top:15px!important;
}
.forgot-password .wa-info-messages .wa-info-msg{
color: #24A621!important;
}
.forgot-password .wa-value.wa-buttons-wrapper input{
   background: #1B969E!important;
    box-shadow: 0px 12px 26px rgba(27, 150, 158, 0.2)!important;
    border-radius: 24px!important;
    color:#ffffff!important;
    width:100%!important;
    padding: 12px 0!important;
    font-family: 'Roboto'!important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 1.2!important;
    color: #FFFFFF!important;
    margin-top:15px;
}
.forgot-password .wa-value.wa-buttons-wrapper input:hover{
    background:#1A868D!important;
    transition:0.2s!important;
 }
.forgot-password .wa-value.wa-login-url{
    display: none!important;
}
.forgot-password .wa-forgotpassword-button{
    order:3;
}
.forgot-password em.wa-error-msg{
    display:none;
}