.pf-v5-c-login__container {
    grid-template-areas: "main";
    grid-template-columns: 34rem;
    margin-top: 100px;
    
}
.pf-v5-c-login__main-header {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.kc-page-title {
    font-weight: 600 !important;
}

#kc-header-wrapper {
    padding: 62px 10px 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

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

div.kc-logo-text {
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}
div.login-pf-page {
    padding-top: 20px;
}