/* Hides "Please enter your email address" — hardcoded in the login template, no styling.json field controls it */
#email-code-help {
    display: none;
}

/* Header badge (top-left) uses hardcoded light-blue colors with no dark-mode variant, so it
   shows up as a bright blue highlight against the dark page. Force it to blend in instead. */
.tenant-theme {
    --ui-header-badge-bg: transparent !important;
    --ui-header-badge-border: transparent !important;
    --ui-header-badge-text: var(--ui-dark-text-muted, #a1a1a1) !important;
}


.login-page {
    background: var(--color-bg) !important;
}

.header-block__logo {
    border-radius: 0!important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
}

.theme-logo-stack {
    width: 60%;
}

.login-card {
    border: #3d3d3d !important;
    box-shadow: none !important;
}