.login-pf body {
        background: url('../img/background.jpg')!important;
        background-size: cover !important;
	}
#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png)!important;
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}
