body {
    margin: 0px;
}

.appLoading {
    position: absolute;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
}

.appLoading .loading-message,
.module-transition .loading-message{
    text-align: center;
    position: relative;
    top: 30%;
}

.appLoading > img {
    display: block;
    margin: 0 auto;
}

h1 {
    font-size: 36px;
    margin: 0;
    font-weight: normal;
    line-height: 2em;
    color: #131313;
    font-family: "GE Inspira", "ge-inspira", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#appLoading {
    position: fixed;
    top: 22%;
    margin-left: -62px;
}

.loader-middle {
    left: 41%;
    max-width: 420px;
    min-width: 400px;
}

.loader-middle > h1{
    text-align:center;
    font-size: 36px;
    margin: 0;
    font-weight: normal;
    line-height: 2em;
    color: #131313;
    font-family: "GE Inspira", "ge-inspira", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#appLoading > img {
    display: block;
    margin: 0 auto;
}
