/* Force logo height bigger */
img[src*="logo-GLPI-250-black.png"] {
    height: 120px !important;  /* try 120px, adjust as needed */
    width: auto !important;
    object-fit: contain;
}
