.kc-logo-text {
    height: 10rem !important;
    width: 10rem !important;
    background-size: contain, cover;
    background-position: center;
    background-image: url(../img/keycloak-logo.png) !important;
}

@media (max-width: 767px) {
    .kc-logo-text {
        background-image: url(../img/keycloak-logo-text.png) !important;
    }
}

.login-pf body {
    background-repeat: repeat;
    background-size: unset;
    background-color: white;
}
