#login::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 420px);
    width: 300px;
    height: 500px;
    background: url('./img/background.png') no-repeat center / contain;
    transform: translateY(-50%);
    pointer-events: none;
}

#login {
    background-color: #191b1b !important;
    background-image: url('./img/background.png'), url('./img/background.png') !important;
    background-size: auto 100%, auto 100% !important;
    background-position: center, left center !important;
    background-repeat: no-repeat, no-repeat !important;
}


#login > form:nth-child(1) > img:nth-child(1) {
    width: 0px !important;     /* подставь свой нужный размер */
    height: auto !important;     /* высота подстраивается пропорционально */
    /* либо фиксированная высота */
    /* height: 80px !important; */
}
#login > form:nth-child(1) > h1:nth-child(2){
	color: #ffffff !important;
}
