* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100vw;
    height: 100vh;
    background: center no-repeat url("/img/login_background_big.jpg");
}

p {
    margin: 10px 0 !important;
}

.login-container {
    max-width: 400px;
    margin-top: 50px;
    text-align: center;
}

body {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(168, 89, 89, 0.6);
    z-index: 2;
}

@media (min-width: 1921px) {
    html {
        background: center no-repeat url("/img/login_background_huge.jpg");
    }
}