/* Lean Code — BSD 3-Clause License — VIOXIDE, 2026 */
/* Scope: SFTPGo WebClient + WebAdmin login + sidebar branding tweaks — hide ShortName text next to the wide logo on both login and in-app pages, widen logo on login by ~150px, expand sidebar logo to full sidebar width. */

#sign_in_form .container.mb-10 h1 {
    display: none;
}

#sign_in_form .container.mb-10 .col-5,
#sign_in_form .container.mb-10 .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

#sign_in_form img[alt="Logo"] {
    width: 478px !important;
    height: auto !important;
    max-width: 90%;
}

.app-sidebar-logo .text-sidebar {
    display: none !important;
}

.app-sidebar-logo img.app-sidebar-logo-default {
    height: auto !important;
    width: 100% !important;
    max-width: 100%;
}
