@media (min-width: 768px) {
    body.auth .app:after {
        content: '';
        width: 600px;
        height: 600px;
        background-image: url('/custom/ixopay/img/ixopay-icon.svg');
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        left: -220px;
        bottom: -220px;
    }
    .app-aside:after {
        content: '';
        width: 300px;
        height: 300px;
        background-image: url('/custom/ixopay/img/ixopay-icon.svg');
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        left: -110px;
        bottom: -110px;
        z-index: -1;
    }
    .nav-folded .app-aside:after {
        width: 170px;
    }
}
