.login-pf body {
    background: none;
}

#kc-header-wrapper {
    background-image: url(../img/Enthought-logo.svg);
    background-repeat: no-repeat;
    height: 145px;
    width: auto;
    margin: 0 auto;
    color: var(--pf-v5-global--Color--dark-200) !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

:where(.pf-v5-theme-dark) #kc-header-wrapper {
    background-image: url(../img/Enthought-logo-white.svg);
}

#kc-info-wrapper {
    background-color: inherit;
}
