.login-pf body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    background: #a0ccbb;
    margin: 0;
    padding-top: 5rem;  
}


.pf-v5-c-login__main {
    border-radius: 8px;
}

.pf-v5-c-login__container {
    display: block;     /* or inline-block */
    width: 50%;
    max-width: 700px;
    margin: 0 auto;     
}

#kc-header {
  width: 100%;
  display: flex;
  justify-content: center;      height: fixed;
}

#kc-header-wrapper.pf-v5-c-brand {
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
}

#kc-header-wrapper {
  width: 100%;
  max-width: 420px;            /* logo max width; tweak as needed */
  height: 100px;                /* logo height; tweak as needed */
  background: url(../img/edc.png) no-repeat center center;
  background-size: contain;
}

#kc-page-title {
  margin: 0 0 1rem 0;
  text-align: center;
}
