body.bg-gradient-primary {
    height: 100vh;
    background-image: none;
    background: #f8fafc !important;
}

body.bg-gradient-primary div.col-lg-7 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1;
}

body > div.container {
    display: flex;
    height: 100%;
    align-items: center;
}

body > div.container > div {
    width: 100%;
}

#login_form input, #login_form button {
    border-radius: 0.25rem;
}

#login_form button {
    background-color: #3761ee;
}

.row.login-image {
    height: 0 !important;
    display: none !important;
}

.bg-login-image {
    display: none !important;
}
