﻿#page-loader {
position:fixed;
width:100%;
height:100vh;
background-color: rgba(0,0,0,0.8) !important;
background:url('/images/loader.jpg') no-repeat center ;
background-size:100px;
z-index:9999;
}