span.glpi-logo.mb-4 {
    width: 100%;
    height: auto;
}


/* Cacher le champ Source de connexion (login GLPI) */
label[for^="dropdown_auth"],
select[id^="dropdown_auth"],
.select2-container[id^="select2-dropdown_auth"],
#select2-dropdown_auth-container,
.dropdown-wrapper, .copyright {
    display: none !important;
}


.mb-3:has(select[name="auth"]) {
    display: none !important;
}

