div.kc-logo-text {
    background-image: url(../img/NICE.logo-positief.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px !important;
    width: 500px;
    margin: 0 auto;
}

@media (max-width: 767px) {
	
  div.kc-logo-text {
      height: 100px !important;
      width: 300px;
  }
}

@media (min-width: 768px) {
  .login-pf-page .login-pf-page-header{
      margin-bottom: 0px;
  }
  #kc-header-wrapper{
      padding: 62px 10px 0px;
  }
}

.login-pf body {
    background: url(../img/keycloak-bg.png) no-repeat center center fixed;
    background-size: cover;
    background-position: center bottom;
    background-origin: inherit;
    background-position-y: 130px;
}
