.pf-v5-c-login__container {
    /* grid-template-areas: "main"; */
    /* grid-template-columns: 34rem; */
    /* background-color: rgba(255, 255, 255, .1); */

    display: unset;
    max-width: 800px;
    margin-bottom: 50px;

}

/* Make the footer band separator effectively invisible or very subtle in all modes */
.pf-v5-c-login__main-footer-band {
    border-block-start-color: transparent; /* Make it transparent */
}


.pf-v5-c-login__main {
    background-color: rgba(255, 255, 255, .2);
}


/* Positioning of Footer Start */
.pf-v5-c-login {
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
    padding-top: 60px;
}

/* Target the wrapper div added in footer.ftl */
.ls-custom-page-footer-content {
    position: absolute; /* Take it out of the normal flow */
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.ls-custom-page-footer-content p {
    margin-bottom: 10px;
    color: rgb(124, 124, 124);
}

.pf-v5-c-login__main-footer:has(.ls-custom-page-footer-content) {
    padding: 0;
    border: none;
}
/* Positioning of Footer End */


.pf-v5-c-form__label {
    /* Make the AcceptTerms text bold
    ToDo: Currently alters all form-labels*/
    font-weight: 700;
}


:where(a) {
    font-weight: var(--pf-v5-global--link--FontWeight);
    color: black;
    text-decoration: underline;
}


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

.login-pf body {
    background: url("../img/lausitzer_surfer_bg.webp") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

div.kc-logo-text {
    background-image: url(../img/logo_black.svg);
    background-repeat: no-repeat;
    height: 130px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

/*
@media only screen and (orientation:portrait) {
    div.kc-logo-text {
        display: none;
    }
}*/


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