.email-error-msg {
    font-size: 14px;
    color: red;
    font-family: Poppins;
}
#otp-resend-inline{
        background: none;
    border: none;
    color: var(--blue-primary);
    cursor: pointer;
    text-decoration: none;
    font-family: var(--ufc-primary-font-family);
    font-size: var(--ufc-font-size-xs);
    font-weight: var(--ufc-font-weight-semibold);
    margin-bottom: 10px;
    gap:3px;
}
@media (max-width: 970px) {
    #otp-resend-inline{
        margin-bottom: 6px;
    }
}
