#loader{
    width: 50%;
    height: 60%;
    position: absolute;
    top: 25%;
    left: 25%;
    background-image: url("../asset/img/run.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 1000;
    display: none;
}