﻿.PageLoaderBG_v02 .PageLoaderInner_v02 {
    position: fixed;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200000000001;
    width: 90px;
    height: 100px;
    text-align: center;
    background-image: url(../../pearl/img/logo_loader.png);
    background-repeat: no-repeat;
    background-size: cover;
}
