.bgLogin {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

.bgLogin::before {
    background-color: #050505;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    opacity: .4;
    right: 0;
}