:root {
    --keycloak-logo-url: url('../img/pink-logo-text.svg');
    --keycloak-bg-logo-url: url("../img/pink-bg-darken.png");
    --keycloak-logo-height: 63px;
    --keycloak-logo-width: 300px;
    --keycloak-card-top-color: var(--pf-v5-global--palette--blue-400);
}

div.kc-logo-text {
    background-image: var(--keycloak-logo-url);
    height: var(--keycloak-logo-height);
    width: var(--keycloak-logo-width);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    justify-self: center;
    align-self: center;
}

div.kc-logo-text span {
    display: none;
}
