body {
    background-color: #575757;
}

#label {
    margin-top: 0 !important;
    color: white;
    padding-right: 20px;
    font-size: 20px;
}

.myCenterLogo {
    margin-top: 15vh;
}

.loaderElements {
    position: relative;
    width: 680px;
    margin: 70px auto;
    height: 180px;
}

.loaderElements > img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.loaderElements .imgs {
    position: absolute;
    height: 160px;
    left: 0;
    top: 20px;
    width: 100%;
    z-index: 1;
}

.loaderElements .imgs img {
    height: 100%;
}

#waitingMsg {
    color: white; margin-top: 0; padding-top: 180px;
    font-size: 24px;
}

@media only screen and (max-width: 680px) {

    #label {
        font-size: 22px !important;
    }

    #waitingMsg {
        font-size: 20px !important;
        padding-top: 120px;
    }

    .loaderElements {
        position: relative;
        max-width: 450px;
        width: 90%;
        margin: 70px auto;
        height: 120px;
    }

    .loaderElements .imgs {
        position: absolute;
        height: 80px;
        left: 0;
        top: 20px;
        width: 100%;
        z-index: 1
    }

}

@media only screen and (max-width: 425px) {

    #waitingMsg {
        font-size: 18px !important;
    }

}

@media only screen and (max-width: 380px) {

    #waitingMsg {
        font-size: 16px !important;
    }

    .loaderElements .imgs {
        height: 70px;
    }

}