.auth-reset-page .login-form-container {
    max-width: 540px;
}

.auth-reset-page .login-header {
    margin-bottom: 28px;
}

.auth-reset-page .page-subtitle {
    margin: 0.85rem auto 0;
    max-width: 28rem;
    color: rgba(249, 250, 251, 0.72);
    font-size: 0.95rem;
    line-height: 1.55;
    text-align: center;
}

.auth-reset-page .message-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.auth-reset-page .form-text {
    color: #d1d5db;
    font-size: 0.85rem;
    margin-top: 0.55rem;
    display: block;
    line-height: 1.45;
}

.auth-reset-page .form-text-error,
.auth-reset-page .field-errors {
    color: #fecaca;
}

.auth-reset-page .field-errors ul {
    margin: 0.45rem 0 0;
    padding-left: 1.1rem;
}

.auth-reset-page .field-errors li {
    color: inherit;
}

.auth-reset-page .note-box,
.auth-reset-page .status-message,
.auth-reset-page .info-panel,
.auth-reset-page .security-note,
.auth-reset-page .password-requirements {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.auth-reset-page .note-box {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    padding: 1rem 1.1rem;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
}

.auth-reset-page .note-box i {
    margin-top: 0.15rem;
    color: #fbbf24;
}

.auth-reset-page .note-box-danger {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.35);
}

.auth-reset-page .note-box-danger i {
    color: #fca5a5;
}

.auth-reset-page .note-box-info {
    background: rgba(59, 130, 246, 0.12);
    border-color: rgba(96, 165, 250, 0.3);
}

.auth-reset-page .note-box-info i {
    color: #93c5fd;
}

.auth-reset-page .note-box-success {
    background: rgba(16, 185, 129, 0.12);
    border-color: rgba(16, 185, 129, 0.3);
}

.auth-reset-page .note-box-success i {
    color: #6ee7b7;
}

.auth-reset-page .note-box-text {
    margin-top: 0.35rem;
    color: rgba(248, 250, 252, 0.82);
    line-height: 1.5;
}

.auth-reset-page .status-message {
    padding: 1.35rem 1.3rem;
    background: rgba(16, 185, 129, 0.12);
    border-color: rgba(16, 185, 129, 0.28);
    color: #ecfdf5;
    text-align: center;
}

.auth-reset-page .status-message i {
    display: inline-block;
    margin-bottom: 0.85rem;
    font-size: 2rem;
    color: #34d399;
}

.auth-reset-page .status-message h3 {
    margin: 0 0 0.6rem;
    color: #f8fafc;
    font-size: 1.15rem;
    font-weight: 700;
}

.auth-reset-page .status-message p {
    margin: 0;
    color: rgba(236, 253, 245, 0.86);
    line-height: 1.6;
}

.auth-reset-page .status-message-danger {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.35);
    color: #fee2e2;
}

.auth-reset-page .status-message-danger i {
    color: #f87171;
}

.auth-reset-page .status-message-danger p {
    color: rgba(254, 226, 226, 0.88);
}

.auth-reset-page .info-panel,
.auth-reset-page .security-note {
    padding: 1.05rem 1.15rem;
}

.auth-reset-page .info-panel {
    background: rgba(255, 255, 255, 0.08);
}

.auth-reset-page .info-panel h4 {
    margin: 0 0 0.8rem;
    color: #fbbf24;
    font-size: 1rem;
    font-weight: 700;
}

.auth-reset-page .info-panel ul {
    margin: 0;
    padding-left: 1.1rem;
}

.auth-reset-page .info-panel li {
    margin-bottom: 0.45rem;
    color: rgba(226, 232, 240, 0.88);
    line-height: 1.45;
}

.auth-reset-page .info-panel li:last-child {
    margin-bottom: 0;
}

.auth-reset-page .security-note {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(96, 165, 250, 0.25);
}

.auth-reset-page .security-note i {
    margin-top: 0.15rem;
    color: #93c5fd;
}

.auth-reset-page .security-note p {
    margin: 0;
    color: rgba(219, 234, 254, 0.88);
    line-height: 1.5;
}

.auth-reset-page .password-requirements {
    padding: 1.05rem 1.15rem;
    margin-bottom: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
}

.auth-reset-page .password-requirements h4 {
    margin: 0 0 0.85rem;
    color: #fbbf24;
    font-size: 1rem;
    font-weight: 700;
}

.auth-reset-page .password-requirements ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.auth-reset-page .password-requirements li {
    position: relative;
    margin-bottom: 0.6rem;
    padding-left: 1.55rem;
    color: #d1d5db;
    line-height: 1.45;
}

.auth-reset-page .password-requirements li:last-child {
    margin-bottom: 0;
}

.auth-reset-page .password-requirements li::before {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(251, 191, 36, 0.9);
    font-weight: 700;
}

.auth-reset-page .password-requirements li.valid {
    color: #86efac;
}

.auth-reset-page .password-requirements li.valid::before {
    content: '\2713';
    color: #22c55e;
}

.auth-reset-page .input-icon.password-toggle,
.auth-reset-page .input-icon.password-toggle-confirm {
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}

.auth-reset-page .input-icon.password-toggle:hover,
.auth-reset-page .input-icon.password-toggle-confirm:hover {
    color: #fbbf24;
    transform: translateY(-50%) scale(1.05);
}

.auth-reset-page .user-icon.success {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 12px 28px rgba(16, 185, 129, 0.32);
}

.auth-reset-page .user-icon.success i {
    color: #ffffff;
}

.auth-reset-page .register-link {
    margin-top: 1.75rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.auth-reset-page .register-link .login-button {
    text-decoration: none;
}

.auth-reset-page .register-button {
    border-color: rgba(255, 255, 255, 0.42);
}

.auth-reset-page .register-button:hover {
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-blue);
    border-color: rgba(255, 255, 255, 0.95);
}

.auth-reset-page .floating-icons .icon:nth-child(n+13) {
    display: none;
}

@media (max-width: 768px) {
    .auth-reset-page .page-subtitle {
        font-size: 0.9rem;
    }

    .auth-reset-page .status-message {
        padding: 1.15rem 1rem;
    }

    .auth-reset-page .floating-icons .icon:nth-child(n+9) {
        display: none;
    }
}

@media (max-width: 480px) {
    .auth-reset-page .login-form-container {
        max-width: 100%;
    }

    .auth-reset-page .page-subtitle {
        font-size: 0.84rem;
    }

    .auth-reset-page .note-box,
    .auth-reset-page .status-message,
    .auth-reset-page .info-panel,
    .auth-reset-page .security-note,
    .auth-reset-page .password-requirements {
        padding: 0.95rem 0.9rem;
    }

    .auth-reset-page .floating-icons .icon:nth-child(n+6) {
        display: none;
    }
}
