html {
    background: url(../images/load-page-bg.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background-color:transparent !important;
}
.left-logo {
    margin-left:40px;
    margin-top:40px;
}
    .left-logo img {
        width:40%;
    }

.right-logo {
    margin-right: 40px;
    margin-top: 40px;
    text-align:right;
}
    .right-logo img {
        width: 30%;
    }

.otg-logo {
    position: absolute;
    margin: auto;
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 236px;
    /*background-color: #ebebeb;
    border-radius: 3px;*/
}
.progress {
    background-color: #fff !important;
    border: 2px solid #fff;
    border-radius: 0px !important;
    margin-top: 14px;
}
.container-loader {
    width: 100%;
}
.loading-progress {
    width: 200px;
    background-color: transparent !important;
}

@media only screen and (max-width: 767px) {
    .left-logo {
        margin-left: 0px;
        margin-top: 10px;
    }

        .left-logo img {
            width: 70%;
        }

    .right-logo {
        margin-right: 0px;
        margin-top: 10px;
        text-align: right;
    }

        .right-logo img {
            width: 60%;
        }

    .otg-logo {
        top: -50px;
    }
}
