/* forget password */

#forgot_password {
    margin: 10px 0px;
    display: flex;
    justify-content: flex-end;
}

.back-to-login {
    margin: 20px 0px;
}
#btn_set_pass {
    margin-top: 20px;
}

.assistance p {
    text-align: center;
}

.email-send {
    display: none;
}
.emailSendBtn{
    width: 100%;
}
#error_new_password {
    color: red;
}

#error_confirm_password {
    color: red;
}

.forget__password {
    h1 {
        font-size: 34px !important;
    }
    .form__container {
        margin-top: 40px;
    }
    #btn_verify {
        margin-top: 20px;
    }

    .contactSupport {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 16px;
        line-height: 24px;

        a {
            color: #5058d8;
        }
    }
}
