/* ── UnoFoto Chat — custom login page styling ── */

.mx_AuthPage {
    align-items: center !important;
    padding-top: 28vh !important;
    padding-right: 18vw !important;
}

/* Hide the left panel (logo + language selector) */
.mx_AuthPage .mx_AuthHeader {
    display: none !important;
}

/* Nuke ALL backgrounds */
.mx_AuthPage *,
.mx_AuthPage *::before,
.mx_AuthPage *::after {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* Text white for readability */
.mx_AuthPage * {
    color: #ffffff !important;
}

/* Input fields — outline only */
.mx_AuthPage .mx_Field {
    border: 1px solid rgba(255,255,255,0.4) !important;
    border-radius: 8px !important;
}

.mx_AuthPage .mx_Field label {
    color: rgba(255,255,255,0.6) !important;
}

.mx_AuthFooter a {
    color: rgba(255,255,255,0.5) !important;
}
