﻿.page-loading-spinner
{
    background-color: #1a2c38;
    display: flex;
    height: 100vh;
    left: 0;
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    z-index: 9999999;
}
.page-loading-spinner .spinner-img
{
    height: 150px;
    margin: auto;
    width: 150px;
}