.logo-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 20%;
    background-image: url("/resources/img/bg.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position-x: 100%;
    background-position-y: -6%;
    background-color: initial;
}
