body {
    background-image: url(../../images/auth-background.jpg);
    background-size: 100% 100%;
}

body .page-content {
    background: rgba(0, 40, 86, 0.5);
}

body .page-content .content-wrapper .content > img {
    margin: 3rem auto;
}

.login-form {
    background: rgba(255, 255, 255, 1);
}

.login-form > .card {
    flex: 1;
}

.login-form > .card:last-child {
    display: none !important;
}

@media (min-width: 576px) {
    .login-form {
        width: 60% !important;
    }

    .login-form > .card:last-child {
        display: flex !important;
    }

    .login-form > .card > img {
        max-width: 90%;
    }
}
