
/* Hide default Keycloak logo */
.pf-v5-c-masthead__brand img {
    display: none !important;
}

/* Display custom logo as background */
.pf-v5-c-masthead__brand {
    background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    
    height: 40px;
    width: 150px;
    display: inline-block;
}