.auth-info-panel .auth-features {
    display: none;
}

.auth-info-content {
    margin: auto 0;
}

.auth-form-container {
    max-width: 510px;
}

.step .auth-form-header {
    margin-bottom: 25px;
}

.step .auth-form-header h2 {
    color: #281b2e;
    font-size: 1.85rem;
    letter-spacing: -0.04em;
}

.floating-group {
    margin-bottom: 18px;
}

.floating-input {
    min-height: 56px;
    border: 1px solid rgba(80, 48, 94, 0.13);
    border-radius: 13px;
    color: #302536;
    background: #fbfafc;
}

.floating-input:focus {
    border-color: rgba(167, 66, 209, 0.42);
    box-shadow: 0 0 0 4px rgba(167, 66, 209, 0.07);
}

.method-card {
    border: 1px solid rgba(80, 48, 94, 0.11);
    border-radius: 14px;
    background: #fbfafc;
}

.method-card:hover,
.method-card.selected {
    border-color: rgba(167, 66, 209, 0.36);
    background: linear-gradient(100deg, #fff9f0, #faf4fd);
}

.method-icon {
    border-radius: 12px;
    color: white;
    background: linear-gradient(135deg, #ff9700, #a742d1);
}

.otp-input-container {
    gap: 8px;
}

.otp-box {
    width: 47px;
    height: 58px;
    border: 1px solid rgba(80, 48, 94, 0.14);
    border-radius: 12px;
    background: #fbfafc;
}

.otp-box:focus {
    border-color: rgba(167, 66, 209, 0.48);
    box-shadow: 0 0 0 4px rgba(167, 66, 209, 0.08);
}

.btn-outline {
    border: 1px solid rgba(80, 48, 94, 0.12);
    border-radius: 13px;
    color: #6e6373;
    background: #fff;
}

.alert {
    border-radius: 13px;
}

@media (max-width: 540px) {
    .otp-box {
        width: 42px;
        height: 53px;
    }

    .step .auth-form-header h2 {
        font-size: 1.6rem;
    }
}
