﻿.loadingPage {
    background: rgb(0, 0, 0);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 9999;
}

    .loadingPage img {
        position: absolute;
        z-index: 99999;
        left: 0;
        right: 0;
        height: 115px;
        top: 0;
        margin: auto;
        bottom: 0;
    }
