.preloader{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:999999;
    background-color:rgba(255,255,255, 0.5);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../images/preloader.svg);
    background-size:170px;
}



 .backgroundRed{
        background: #F09546;
    }

  #accountNotifications{
        -webkit-transition: background 2.0s ease-in-out;
        -ms-transition:     background 2.0s ease-in-out;
        transition:         background 2.0s ease-in-out;
    }
