﻿.watermark-bg {
    position: fixed;
    bottom: -130px;
    left: -50px;
    width: 450px;
    height: 450px;
    background: url('/assets/images/logo.svg') no-repeat center/contain;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
}