.container {
    max-width: 80%;
}

.heroBanner {
    background: url('https://odysseuslabs-dev.eastus.cloudapp.azure.com/static/img/RegistrationPageHeroBanner.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.maintxt {
    position: relative;
    max-width: 100%;
}
.maintxt > img, .overlay-text {
    position: absolute;
    color: white;
}
.overlay-text {padding: 75px ;}   

.form-group {
    background-color: white;
    /* border: 2px solid;
    border-color: rgb(0,119,139); */
    }