.slim-container.login {
    box-shadow: 0 5px 5px var(--slim-main-light);
}

.slim-content.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url("/resources/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.login-form button, .password-recovery-form button {
    width: 100%;
    margin-top:  10px;
}