.mw-100 {
    min-width: 100%
}
.marginauto {
  margin:auto;
}

  
.overlaycontainer{
    z-index:9999;
          height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;

  }


.style1 {
    border-top-left-radius: 0px;
    font-size: 30px;
    color: #fff
}
.bggreen {
    background-color: rgba(0, 150, 19, 0.52)
}
.mh-100 {
  min-height: 100vh;
}
.style2 {
    min-height: calc(100vh - 46px);
}