body{

    background-position: center;
    background-color: #1E55A0 !important;
    height: 100%;
    color: #fff;
    max-width: 100%;
}
a {
    color: #fff;
}
.div-body{
    height: 100%;
    width: 100%;    
    max-width: 100%;
    
}

#text-preloader {
    max-width: 100%;
    text-align: center;
}

#preloader {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1E55A0 !important;
    z-index: 99;
}

.copyright{
    margin-bottom: 10px;
}

@media only screen and (min-width: 601px) {
.copyright{
    /* position: absolute; */
    bottom: 0px;
 text-align: center;
}
#text-preloader {
    min-width: 100%;
    min-height: 350px;
    /* position: absolute; */
    left: 0%;
    background-repeat: no-repeat;
    background-position: center;
}
}

.max-img{
    max-width: 20%;
}

@media only screen and (max-width: 600px) {
    .copyright{
        /* position:relative; */
        text-align: center;
      
    }

#preloader {
    /* position: relative; */
    max-width: 100%;
}

#text-preloader {
    padding: 0% 5%;
    /* position:relative; */
}

.div-body{
    height: 100%;
    width: 100%;
}

}