#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #152540;
    z-index: 9000;
    opacity: 1, ;
}

#preloader2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    opacity: 1, ;
}

#status {
    /* position: absolute;
    left: 40%;
    top: 40%;
    height: 200px;
    width: 300px; */
    margin-top: 115px;
}

#status .loader-text {
    margin: 0px auto;
    color: #F0F0F0;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative;
    top: 60px;
    text-align: center;
}

#status .loader-text2 {
    margin: 0px auto;
    color: #F0F0F0;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    top: 60px;
    text-align: center;
}

#spiner {
    margin: -20px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

#spiner2 {
    margin: -22px auto;
    width: 40px;
    height: 12px;
    position: relative;
}

#img-resource {
    width: 220px;
    margin-top: 50px;
}


#status .loader-logo span {
    color: #F0F0F0;
    font-size: 40px;
    position: relative;
    left: 40%;
    top: 400px;
}

.fade-in-image { animation: fadeIn 5s; }

.fade-out-image { animation: fadeOut 5s; }

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
