#login-card {
    min-width: 300px;
}

.login-background {
    height: calc(100vh - 64px);
    margin-bottom: -20px !important;
    background-image: url(/project/assets/img/jbd1f.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.login-background::before {
    z-index: 1;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

@media (min-width: 767px) {
    #login-card {
        width: 400px;
    }
}
