.reset-code-input {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 10px;
    text-align: center;
}

.auth-resend {
    max-width: 520px;
    margin: 12px auto 0;
    text-align: center;
}

.btn-link {
    background: none;
    border: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-primary, #0b8f4f);
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}
