.page-auth {
    background: url(../images/big/auth-bg.webp) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.img-auth {
    background-image: url(../images/img_login.webp);
}

.logo-login {
    width: 140px;
    margin-left: 35px;
}