#loadIndicator {
    width: 100%;
    padding: 6px;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    transition: all 1s ease-in .5s;
    opacity: 1;
    z-index: 99;
    height: 100%;
    background-color:
    transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none
}
body.loaded #loadIndicator {
	opacity: 0;
	transform: none;
-webkit-transform: none;
display: none;
}
#loadIndicator img {
    vertical-align: text-bottom;
    width: 28%;
}
#in5footer, #demoNote, #loadIndicator{
background: #183b73;
}