.x-mask.splashscreen {
    background-color: white;
    opacity: 1;
}

.x-mask-msg.splashscreen,
.x-mask-msg.splashscreen div {
    font-size: 16px;
    padding: 30px 5px 5px 5px;
    border: none;
    background-color: transparent;
    background-position: top center;
}

.x-message-box .x-window-body .x-box-inner {
    min-height: 110px !important;
}

.x-splash-icon {
    /* Important required due to the loading symbols CSS selector */
    /*background-image: url('images/logo-splash.png') !important;*/
    background-image: url('../../images/loader.gif') !important;
    margin-top: 40px;
    margin-bottom: 10px;
background-repeat:no-repeat;
/*background-attachment:fixed;
background-position:center; */
}