.login-pf body {
    background: none;
    height: 100%;
}

#kc-header {
    color: inherit;
}

#kc-header-wrapper {
    color: inherit !important;
    margin-block-end: 24px;
}

.kc-login-header {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kc-login-header-img {
    background-image: url(../img/logo.png);
    width: 50px;
    height: 57.64px;
    background-size: cover;
}

.kc-login-header-text {
    font-size: 1.75rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: -.5px;
    text-transform: capitalize;
}
