/* Loading... */
.loading{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999 !important;
    background: #eee;
    color:#bbb;
    height: 100vh;
    width: 100%;
    position: fixed;
    overflow: none;
}


.load-logo{
    height:78px;
    width:78px;
    background: url(../img/favicons/loading.png) no-repeat center;
    background-size: cover;
}

