/* ===== LOGIN PAGE ===== */
/* Center the whole page vertically */
body.login-page > .gl-h-full.gl-flex {
    min-height: 90vh !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Make the row a single centered column */
body.login-page .row.gl-mt-5 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}
/* Left column (title + description) - hide, we move it via JS */
body.login-page .row.gl-mt-5 > .col-md.order-12 {
    order: -1 !important;
    width: 100% !important;
    max-width: 500px !important;
    text-align: center !important;
    flex: none !important;
    display: none !important;
}
/* Right column (logo + form) - full width, centered */
body.login-page .row.gl-mt-5 > .col-md.order-md-12 {
    width: 100% !important;
    max-width: 480px !important;
    flex: none !important;
}
/* Logo container - centered */
body.login-page .gl-text-center.gl-mb-5 {
    text-align: center !important;
    margin-bottom: 10px !important;
}
/* Logo image - big and visible */
body.login-page img.js-portrait-logo-detection,
body.login-page .gl-text-center img[alt="Genius Brain Lab"] {
    height: 180px !important;
    width: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    display: inline-block !important;
}
body.login-page img.gl-invisible {
    visibility: visible !important;
}
body.login-page img.gl-h-10 {
    height: 180px !important;
}
/* Title under logo - always visible and centered */
body.login-page .gl-text-center.gl-mb-5 h1 {
    display: block !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}
/* Description injected under logo via JS */
#custom-desc-moved,
#custom-desc-moved p,
#custom-desc-moved .md,
#custom-desc-moved * {
    text-align: center !important;
    font-size: 16px !important;
    color: #666 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
#custom-desc-moved {
    margin-bottom: 25px !important;
    display: block !important;
    width: 100% !important;
}

/* ===== SUPER SIDEBAR / TOPBAR LOGO ===== */
.brand-header-custom-logo,
.brand-header-custom-logo img,
.brand-logo img,
.tanuki-logo img,
.super-sidebar img[alt="Genius Brain Lab"],
.super-sidebar-header img,
[data-testid="super-sidebar-header"] img,
.header-content img.header-logo,
a.navbar-brand img,
.tanuki-logo-container img,
img.gl-h-8[alt="Genius Brain Lab"],
.home-panel-logo img,
aside img[alt="Genius Brain Lab"],
.super-sidebar .gl-h-8,
[data-testid="super-sidebar"] img {
    height: 40px !important;
    width: auto !important;
    max-height: none !important;
}
