.login-page {
    background-color: #e5e5e5;
}

.login-page .card {
    margin-top: 20% !important;
}

.login-page .bg-login-image {
    background: url(/static/logo.svg);
    background-color: #2a2e33;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
