
.navbar-vertical {
    background: #000000 !important;
}

.navbar-vertical .nav-link {
    color: #ffffff !important;
}

.navbar-vertical .nav-link:hover {
    background: #222222 !important;
}

body.welcome-anonymous .glpi-logo {
    display: none !important;
}

body.welcome-anonymous .text-center .col-md::before {
    content: "";
    display: block;
    width: 300px;
    height: 120px;
    margin: 0 auto 20px auto;
    background: url("/login_logo_hx.png") center center no-repeat;
    background-size: contain;
}