.pf-v5-c-login__container {
    grid-template-columns: 34rem;
    grid-template-areas: "header"
                         "main"
}

.login-pf body {
    background: url("../img/lifs-large-logo.png") no-repeat center center fixed;
    background-size: contain;
    height: 100%;
}

div.kc-logo-text {
    <!-- background-image: url(../img/keycloak-logo-text.png); -->
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

.kc-login-tooltip {
    position: relative;
    display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text{
    top:-3px;
    left:160%;
    background-color: black;
    visibility: hidden;
    color: #fff;

    min-width:130px;
    text-align: center;
    border-radius: 2px;
    box-shadow:0 1px 8px rgba(0,0,0,0.6);
    padding: 5px;

    position: absolute;
    opacity:0;
    transition:opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity:0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

#kc-recovery-codes-list {
    columns: 2;
}

#certificate_subjectDN {
    overflow-wrap: break-word
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    white-space: normal;
    color: #5897bf !important;
    text-align: center;
    font-weight: bold;
    background: #fffe;
    padding: 2rem;
}

hr {
    margin-top: var(--pf-v5-global--spacer--sm);
    margin-bottom: var(--pf-v5-global--spacer--md);
}

.pf-v5-c-login__main-footer {
    border-block-end: var(--pf-v5-c-login__main-footer-band--BorderTopWidth) solid var(--pf-v5-c-login__main-footer-band--BorderTopColor);
    padding-bottom: var(--pf-v5-global--spacer--lg);
}
.pf-v5-c-login__main-footer-band {
    border-block-start: none;
    padding-top: var(--pf-v5-global--spacer--sm);
}

@media (min-width: 768px) {
    div.pf-v5-c-login__main-header {
        grid-template-columns: 70% 30%;
    }
}

#social-ls-aai {
    background:url(../img/ls-login-button-small.png) no-repeat;
    background-size: 173px 40px;
    background-position: center;
    padding: 2rem;
}

#social-ls-aai:hover {
    text-decoration: none;
}

#social-ls-aai .kc-social-provider-name {
    color: #fff0;
}
