/*your custom css goes here*/
#spin_loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('ajax-loader.gif') no-repeat center;
    z-index: 999999;
}