/*
:root {
  --pf-global--primary-color--100: #your-brand-color;
  --pf-global--primary-color--200: #your-brand-color-dark;
  --pf-global--link--Color: #your-brand-color;
}
*/

/* Logo */
#kc-header-wrapper {
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 60px;
  text-indent: -9999px; /* hide the realm name text */
}
