body {
    background: url("../img/ludus_bg.jpg") no-repeat center center fixed;
    background-size: cover;
}

@media(max-width:768px) {
    body {
        background: #000 !important;
    }
}

.form-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.large-header {
    background: transparent !important;
}

.alert {
    position: absolute;
    max-width: 800px;
    right: 10px;
    top: 60px;
    z-index: 100000;
}

/*# sourceMappingURL=login.css.map */
