.login-pf body {
    background: #e8ebee;
    --pf-c-form__label-text--FontWeight: 600;
    --pf-c-form__label--LineHeight: 24px;
}

#kc-header-wrapper {
    background-image: url(../img/logo-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 0;
    padding: 0 16px;
    height: 90px;
}

.login-pf-page .login-pf-header {
    border-radius: 6px 6px 0 0;
}

.login-pf-page .card-pf {
    background: white;
    box-shadow: none;
    border-radius: 6px;
}

.pf-c-button[type="button"],
.pf-c-button[type="submit"] {
    border-radius: 4px;
    background: #ffcc00;
    color: black;
    font-weight: 600;
}

.pf-c-button[type="button"]:hover,
.pf-c-button[type="submit"]:hover {
    color: black;
    background: #ecc630;
}