.myloading{
    
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 9999;
    background: url(../images/sara_lg.png) center no-repeat rgba(255, 255, 255, 0.81);
    background-size: 270px auto;
}

.loading-text{
    z-index: 100;
    position: absolute;
    color: #161c35;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    /*margin-left: 45%;
    top: 37%;*/
    top: 52%;
    left: 0;
    right: 0;
    
}