#login {
    height: 100vh;
    background-image: url('/media/auth-bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
}

#error-404-page {
    height: 100vh;
    background-image: url('/media/auth-bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
}