body {
    background-color: azure;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.loader {
    margin: 0px; 
    padding: 0px; 
    position: fixed; 
    right: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: 30001;
}

.loader p {
    position: absolute; 
    top: 10%; 
    left: 40%; 
    right: 40%;
}

.ldBar{
    width: 100%;
    height: 60px;
}

.ldBar-label {
    display: none;/**/
}
