/* Login page */

body {
    background-color: #000000 !important;
}

.main {
    background: url("../static/bba_login_bg.jpg") center center no-repeat;
    background-size: auto 100%;
}

.login-container {
    max-width: 1000px;
}

.login-bg {
    background: none !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 100vh;
}

.log-form {
    background-color: white;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

@media screen and (max-width: 756px) {
    .login-bg {
        background: none;
    }
    .log-form {
        background-color: #e8e9ee;
    }
}
