/* 
body {
    background: linear-gradient(90deg, #fff 50%, rgb(0, 119, 139) 50%); 
} */

.container {
    max-width: 80%;
}

.heroBanner {
    background: url('https://odysseuslabs-dev.eastus.cloudapp.azure.com/static/img/LoginPageHeroBanner.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;
    /* margin-right: 50%; */
}
/* .overlay-text {padding: 75px ;}    */

.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
/* 
.container-bcgImg {
    max-width: 80%;
    position: relative;
    left: 10%;
    text-align: center;
    color: white;
  } */
  
  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }
  
  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }
  
  .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }
  
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  
  /* .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .centered-bcgText {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
    justify-content: center;
  } */

 