body[class="task-login action-none"] {
    background-image: url('images/rathaus.jpg');
    background-size: cover;
}

html.dark-mode #layout-content {
    background-color: rgba(0, 0, 0, 0.5);
}

#layout-content {
    background-color: rgba(0, 0, 0, 0.2);
}

html.dark-mode #blur-form-frame {
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    top: 20vh;
    position: relative;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid #c5d1d380;
    border-radius: 8px;
}

#blur-form-frame {
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    top: 20vh;
    position: relative;
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid #c5d1d380;
    border-radius: 8px;
}

#login-form {
    top: 0vh;
}

.task-login #logo {
    top: 0vh;
    margin-bottom: 20px;
}

#mode-switcher-login {
    position: relative;
}

.theme-dark-login {
    background-color: red;
}