.penny-auth-alert {
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border: 1px solid transparent;
}

.penny-auth-alert.show {
    display: block !important;
}

.penny-auth-alert--error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.penny-auth-alert--success {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}

.penny-auth-alert--warning {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

.penny-reg-step {
    display: none;
}

.penny-reg-step.is-active {
    display: block;
}

.penny-otp-input {
    letter-spacing: 0.35em;
    text-align: center;
    font-size: 1.125rem;
}

.registration-form-items .password-wrapper button,
.login-form-items .password-wrapper button,
.reset-password-form .password-wrapper button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #888;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
}

.registration-form-items .password-wrapper button:hover,
.login-form-items .password-wrapper button:hover,
.reset-password-form .password-wrapper button:hover {
    color: #333;
}

.registration-form-items button:disabled,
.login-form-items button:disabled,
.reset-password-form button:disabled {
    opacity: 0.7;
    cursor: wait;
}

.penny-resend-otp {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 14px;
    color: #555;
    background: none;
    border: 0;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}

.penny-resend-otp:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    text-decoration: none;
}
