.loader-animated-new {
    background-image: url(/Assets/images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 45px;
    height: 45px;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out,visibility 0s linear .2s;
}

