html {}

body {}

body.body-background {
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.row.login-modal {
    margin-top: 20vh;
}

.row.content-modal {
    margin-top: 10vh;
}