:root {
  --pf-v5-c-login__main--BackgroundColor: var(--pf-v5-global--palette--black-100);
  --pf-v5-c-page--BackgroundColor: var(--pf-v5-global--palette--black-100);
  --pf-v5-c-page__header--BackgroundColor: var(--pf-v5-global--palette--black-100);
}

.login-pf body {
  background: none;
  background-size: cover;
  height: 100%;
}

/* div#kc-header-wrapper {
  background: linear-gradient(180deg, #035daa 30%, #002a8f 79%);
  padding: 5px 0;
} */

div.kc-logo-text {
  background-image: url(../img/iseek-logo-white.svg);
  background-position: left center;
  background-size: 48%;
  background-repeat: no-repeat;
  background-position: center left;
  width: 100%;
  margin: 5px auto;
}

div.kc-logo-text span {
  display: none;
}

.pf-v5-c-login__header {
  background: linear-gradient(180deg, #035daa 30%, #002a8f 79%);
  margin-block-start: 0;
  height: 74px;
}

.pf-v5-c-login__header .pf-v5-c-brand {
  margin-block-end: 0;
}
