﻿

.resend-link {
    color: rgba(255, 193, 7, 1);
    text-decoration: none;
    font-weight: 500;
}

    .resend-link:hover,
    .resend-link:focus,
    .resend-link:active {
        color: rgba(255, 204, 0, 0.8);
        text-decoration: none;
        outline: none;
    }


.forgotPassword-error {
    padding-top: 20px !important;
    color: red;
    font-size: 14px;
}