.page .glpi-logo {
   background-image: url("/plugins/miologo/logo_white.png") !important;
   background-size: contain !important;
   background-repeat: no-repeat !important;
   width: 100% !important;

}

.page-anonymous .glpi-logo {
	--logo: url(/plugins/miologo/logo.png);
	content: var(--logo);
	width: 300px;
	height: auto;
}

#footer, .copyright {
   display: none !important;
}

body.welcome-anonymous a.btn-outline-secondary[href$="helpdesk.faq.php"] {
    display: none;
}




body.helpdesk [href="https://glpi-project.org/documentation"],
body.helpdesk [href="/front/preference.php"],
body.helpdesk div.dropdown-divider,
body.helpdesk .dropdown.dropstart,
body.helpdesk div.pe-2.d-none.d-xl-block,
body.helpdesk div.navbar-nav.flex-row.order-md-last.user-menu div.nav-item.dropdown > div.dropdown-menu > a.dropdown-item[href="#"]
{
  display: none !important;
} 




body.helpdesk .search-banner {
	display: none !important;
}