﻿/* ==========================================================================
   RDApp Identity / Auth Zusatzseiten
   ========================================================================== */

/* ==========================================================================
   RECOVERY-CODE
   ========================================================================== */

.recovery-page .brand-stack {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: left;
}

.recovery-page .brand-logo {
    max-width: 220px;
    width: 70%;
    height: auto;
    border-radius: 8px;
}

.recovery-page .remember-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 12px 0 0;
}

    .recovery-page .remember-row label {
        margin: 0;
    }

    .recovery-page .remember-row input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin: 0;
    }

.recovery-page .form-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.recovery-page .btn-secondary {
    background: #e5e7eb;
    border: 1px solid #d1d5db;
    color: #111;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .recovery-page .btn-secondary:hover {
        filter: brightness(.97);
    }

.recovery-page .login-footer {
    text-align: center;
    margin: 20px 0;
    color: #888;
    font-size: .95rem;
}

/* ==========================================================================
   STATUS / E-MAIL-BESTÄTIGUNG
   ========================================================================== */

.auth-status-box {
    display: flex;
    gap: .6rem;
    align-items: flex-start;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: .95rem;
}

    .auth-status-box .bi {
        font-size: 1.2rem;
        line-height: 1;
        margin-top: .1rem;
    }

    .auth-status-box.success {
        background: #ecfdf5;
        border-color: #a7f3d0;
        color: #065f46;
    }

    .auth-status-box.error {
        background: #fef2f2;
        border-color: #fecaca;
        color: #7f1d1d;
    }

/* ==========================================================================
   REGISTRIERUNG
   ========================================================================== */

.register-page .hp-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.register-page .consent-box {
    margin-top: 1rem;
}

.register-page .consent-check {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    padding: .85rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

    .register-page .consent-check input[type="checkbox"] {
        margin-top: .2rem;
        flex: 0 0 auto;
    }

.register-page .consent-text {
    font-size: .95rem;
    line-height: 1.55;
    color: #111827;
}

    .register-page .consent-text a {
        color: #2563eb;
        text-decoration: underline;
    }

.register-page .turnstile-wrap {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
}

.register-page .form-note {
    margin-top: .5rem;
    font-size: .85rem;
    color: #6b7280;
    line-height: 1.5;
}

/* ==========================================================================
   KONTO LÖSCHEN
   ========================================================================== */

.account-delete-copy {
    line-height: 1.55;
    color: #4b5563;
    font-size: .95rem;
}
