/* Custom logo for admin console */
.pf-c-brand,
.pf-v5-c-brand {
    content: url('../img/logo.png');
    max-height: 60px;
    max-width: 200px;
}

.pf-c-masthead__brand img,
.pf-v5-c-masthead__brand img {
    content: url('../img/logo.png') !important;
    max-height: 60px;
    max-width: 200px;
}

/* Keycloak admin masthead logo */
.keycloak__pageheader_brand img {
    content: url('../img/logo.png') !important;
    max-height: 60px;
    max-width: 200px;
}
