#resend-otp-btn{
    width: 100%;
    background: var(--secondary-btn-bg);
    color: var(--secondary-btn-color);
}

#resend-otp-btn:disabled{
    color: var(--fgColor-muted);
}

button:disabled{
    cursor: default;
}

.resend-container{
    text-align: center;
    margin-top: .5rem;
}