html, body, #app, main, .loginContainer {
    height: 100%;
}

body {
    background: url("/intro-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.loginItem {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginSubItem {
    align-items: center;
    width: 100%;
}

@media (min-width: 768px) {
    body {
        background: url("/intro-mid.png");
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    body {
        background: url("/intro.png");
        background-size: cover;
    }
}

.login-logo-container {
    height: 80px;
}

.btn.btn-dark.main-login-button {
    background: #363636;
    border-color: #363636;
    padding: 11px 45px;
    border-radius: 20px;
    font-weight: 500;
}
