:root {
  --pf-global--primary-color--100:#02aaa4;
}
.login-pf body {
    background: white none;
/*    background-image: url('../img/keycloak-bg.png');
    background-size:cover;*/
}

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

#kc-header {
  margin-top: 30px;
  margin-bottom:0px;
}
#kc-header-wrapper {
  font-size: 29px;
  color:black;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding:62px 10px 20px;
  white-space:
normal;
}
