.w-logo {
    background-color: white;
    margin: -16px;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 16px;
}
.space-m {
    margin-right: 5px;
}
.back-login {
    background-image: url('../img/pattern.png');
    background-repeat: no-repeat;
    background-size: 350%,350%;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
    padding: 100px;
    height: 100%;
    position: absolute;
    left: 0px;

}
.back-image{
    background-image: url('../img/img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0px;
}
@media screen and (min-width: 100px) and (max-width: 480px) {
    .back-login {
        background-image: url('../img/mobile_back.png');
        background-repeat: no-repeat;
        background-size:100% 100%;
        padding: 70px;
        padding-top: 110px;
        padding-bottom: 110px;
        background-color: rgba(255,255,255,0.1);

    }
    .back-image {
        position: unset;
        left: unset;;

    }

}
@media screen and (min-width: 480px) and (max-width: 1024px) {
    .back-login {
        background-image: url('../img/mobile_back.png');
        background-repeat: no-repeat;
        background-size:100% 100%;
        padding-right: 150px;
        padding-left: 150px;
        padding-top: 320px;
        background-color: rgba(255,255,255,0.1);

    }
    .back-image {
        position: unset;
        left: unset;;

    }

}