
.bg-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.44);
}

.login-wrapper {
    opacity: 0.9;
    object-fit: cover;
    width: 100%;
}


