#logo-loading {
    width: 100px;
    height: 100px;
    position: relative;
    top: 40vh;
    background-image: url(../../images/hp-loading-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: auto;
    background-size: 50px 50px;
    margin-left: auto;
}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #fff; */
    background-color: #000000bf;
    z-index: 99999;
    /* opacity: 0.75; */
    /* filter: alpha(opacity=75); */
}

#status {
    width: 100px;
    height: auto;
    position: relative;
    top: 51vh;
    background-image: url(images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: auto;
    margin-left: auto;
    bottom: auto;
}

/* #logo-loading {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 60%;
    background-image: url(../../images/hp-loading-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: -200px 0 0 -100px;
    background-size: 150px 150px;
    opacity: 0.90;
    filter: alpha(opacity=90);
} */