:root {
    --body-container-margin: 3px;
    --body-container-radius: 5px;
    --default-clickable-area: 5px;
    --border-radius-pill: 5px;
    --image-background: none;
    --color-main-background: #E0E0E0;
    --color-main-background-rgb: 224,224,224;
}

div.login-box {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-main-background: #171717;
        --color-main-background-rgb: 23,23,23;
    }

    div.login-box {
        background-color: rgba(60, 60, 60, 0.5);
    }

}

body#body-login {
    background-image: url(https://lostcave.ddnss.de/random-bg/image.php);
}

nav.login {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0em;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.5), transparent);
    padding-bottom: 0.5em;
    width: 100%;
}

nav.login div {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

footer p.info {
    display: none;
}

div.login-notes-rendered {
   box-shadow: none;
   background: rgba(0, 0, 0, 0.2);
   padding: 0.2em;
}

div.login-notes-rendered p {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    color: rgb(200, 200, 200);

}div.login-notes-rendered a {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    color: rgb(200, 200, 200);
    font-weight: 300 !important;
}

.glow {
    color: white !important;
    font-weight: 300 !important;
    text-shadow: 0 0 1em white, 0 0 0.7em white, 0 0 0.4em rgb(224,224,224), 0 0 0.2em rgb(200, 200, 200);
}

a.glow:hover {
    color: white !important;
    font-weight: 300 !important;
    text-decoration: none !important;
    text-shadow: 0 0 1em white, 0 0 0.7em white, 0 0 0.4em white, 0 0 0.2em white;
}

.login-form__headline::after {
    content: "’s NextCloud instance";
}

.login-form__headline {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

* {
    scrollbar-width: unset !important;
}