
/* Reset für Body, um volle Höhe zu garantieren */
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    font-family: sans-serif;
    background: url(../img/background.png) center/cover no-repeat;
}

.lingosystems-logo-wrapper {
    display: flex;
    font-size: var(--pf-v5-global--FontSize--lg);
    align-items: center;
}

.pf-v5-c-login__main-header {
    --pf-v5-c-login__main-header--PaddingTop: 2rem;
}