﻿.loader {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.2;
    background: black url("General/spinner.gif") center no-repeat;
    background-size: 100px 100px;
    z-index: 500000;
    width: 100%;
    height: 100%;
}
