/* This file is reserved for overriding and extending the template styles. */
/*Loading page*/
.vcsoftloading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url(../img/load.svg) center no-repeat rgb(255, 255, 255);
}
/*Loading page*/