#loadingWindow {
    display: none;
    position: fixed;
    text-align: center;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: rgba(255,255,255, 0.9);
}
#loadWindowContainer {
    position: absolute;
    top: 40%;
    left: 50%;
}
#loadWindowContainer > div {
    width: 40%;
    height: 20%;
}
#logoLoader {
    width: 100%; height: 100%;
}