/*
 * Fairmont Medical - Account Console Theme
 * Replace Keycloak logo with Fairmont logo on light background
 */

/* Hide the default logo image */
img[alt="Logo"],
img[src*="logo.svg"] {
    display: none !important;
}

/* Show Fairmont logo with light background */
[class*="_brand_"] {
    display: flex !important;
    align-items: center !important;
    width: 180px !important;
    height: 44px !important;
    padding: 6px 12px !important;
    background-color: #ffffff !important;
    background-image: url('../img/logo.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: auto 32px !important;
    border-radius: 6px !important;
}
