.login-content>.card {
    margin-top: 100;
    height: 50%;
    min-height: 50%;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
}
.auth-brand-text {
    font-size: 24px;
}

@media (max-width: 767.98px) {
.login-content {
    width: 100%;
}
}
.home {
    display: flex;
    justify-content: center;
align-items: center;
    flex: 5 0 auto;
    height: 100%;
    opacity: .9;
    background: url('../imagess/bidge21.png') no-repeat center center;
    background-size: cover;
}
.home:before {
    content: '';
    position: absolute;
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.login-content {
    width: 500px;
    height: 100%;
    overflow-y: auto;
    z-index: 10;
    position: relative;
}
