:root {
  /* Colors: */
  --unnamed-color-0e7480: #0E7480;
  --unnamed-color-cde2e4: #CDE2E4;
  --unnamed-color-2e2925: #2E2925;
  --unnamed-color-83b8bd: #83B8BD;
}
/* Custom class for styling landing page notification banner */
.announcement-container
{
	background-color:white; 
	margin-top:2rem; 
	padding:2rem; 
	color:#2E2925;
	font-family: Gotham Book, Sans-Serif !important;
	font-size: 17px;
}

#ctl00_PlaceHolderMain_launchPad {
  display: grid;
  display: -ms-grid;
  justify-items: center;
  position: absolute;
  /* margin-top: 66px; */
  left: 50%;
  transform: translate(-50%, 0%);
  grid-template-columns: 400px 400px;
  -ms-grid-columns: 405px  405px;
  -ms-grid-rows: 218px 468px;
  grid-gap: 10px;
  z-index:1000;
}

#Launch__Grid1 {
  background: transparent url('images/mywater-aqua-white.svg') 0% 0% no-repeat padding-box;
  width: 360px;
  padding-bottom: 216px;
}

#Launch__Grid2 {
  background: transparent url('images/dew-white.svg') 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 263px;
  height: 54px;
  margin-left: 121px;
}

#Launch__Grid3 {
  width: 360px;
  height: 583px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
}

#Launch__Grid4 {
  width: 360px;
  height: 583px;
  background: #CDE2E4 0% 0% no-repeat padding-box;
  opacity: 1;
}

.Launch__Grid__title span {
  font-family: 'proxima-nova', sans-serif !important;
  text-align: left;
  font: normal normal bold 30px/32px 'proxima-nova';
  letter-spacing: 0px;
  color: #0E7480;
  opacity: 1;
}

.Launch__Grid__title {
  padding: 20px 20px;
  height: 24px;
}

.Launch__Grid__row {
  display: grid;
  padding: 7px 30px;
}


#ctl00_PlaceHolderMain_launchPad ul li{
  list-style: none;
  display: table-row;
}


#ctl00_PlaceHolderMain_launchPad li::before {
  content: "\2022";
  color: #0E7480;
  font-size: 27px;
  vertical-align: top;
  width: 20px;
  height:31px;
  display: table-cell;
  text-align: right;
  padding-right: .3em;
}

#Launch__Grid3 .Launch__Grid__row{
  margin-left: -7px;
}

.Launch__Grid__label,.Launch__Grid__row {
  text-align: left;
  font: normal normal normal 17px/22px 'proxima-nova';
  letter-spacing: 0px;
  color: #2E2925;
  opacity: 1;
  padding-bottom: 5px;
  width:300px
}

.Launch__Grid__input-txt{
  width: 278px;
  height: 28px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  opacity: 1;
}



input#email, input#password {
  text-align: left;
  font: normal normal normal 19px/30px 'proxima-nova';
  letter-spacing: 0px;
  color: #2E2925;
  opacity: 0.6;
  text-indent: 10px;
}

input#remember_checkbox {
  width: 23.73px;
  height: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid;
  margin-left: 0px;
}

#remember_label {
  margin-left: 20px;
  margin-top: 2px;
}

#Launch_login {
  background: #0E7480 0% 0% no-repeat padding-box;
  opacity: 1;
  border: none;
  height: 50px;
  width: 300px
}

#Launch_login:hover {
  background: #83B8BD;
}

.Launch__Grid__row.links{
  display: flex;
  justify-content: space-between;
  margin-top: 20px
}

.Launch__Grid__row.links a{
  text-align: left;
  font: normal normal bold  18px/24px 'proxima-nova';
  text-decoration-color: #0E7480 !important;
  color: #0E7480 !important;
}

.Launch__Grid__row.links a:hover{
  text-decoration-color: #83B8BD !important;
  color: #83B8BD !important;
}
#Launch_login span {
  width: 60px;
  height: 29px;
  color: #FFFFFF;
  text-align: left;
  font: normal normal bold 24px/29px 'proxima-nova';
}

.Launch__Grid__row.links.wr {
  margin-top: 1px;
  padding-top: 30px;
}

.Launch__Grid__row.title {
  text-align: left;
  font: normal normal bold  20px/18px 'proxima-nova';
  letter-spacing: 0px;
  color: #0E7480;
  padding-top: 12px;
}

.Launch__Grid__row.desc {
  font: normal normal normal  17px / 21px 'proxima-nova';
  padding-top: 15px;
  padding-bottom: 15px;
  text-align:center
}

.Launch__Grid__row.reme {
  display: flex;
}

.Launch__Grid__Logo__Link{
  position: absolute;
  z-index: 1;
}

#Launch__Grid1 .Launch__Grid__Logo__Link {
  width: 331px;
  height: 72px;

}

#Launch__Grid2 .Launch__Grid__Logo__Link {
  width: 250px;
  height: 56px;
}

.homepage #messageSpan {
  position: absolute;
  margin-left: 40%;
  display: block;
  width: auto;
  margin-top: 124px;
}
v
#ErrorList1 {
  display: none;
}


body {
  background: transparent linear-gradient(180deg, #0E7480 0%, #0E748000 100%) 0% 0% no-repeat padding-box;
  height: 475px;
  display: block;
  background: -ms-linear-gradient(270deg, #0E7480 0%, transparent  100%)
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input#remember_checkbox  {
    padding:0px;
    background: none;
    border: 0px solid;
    margin-top: 2px
  }
  .Launch__Grid__row.reme {
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .Launch__Grid__row a:nth-child(2)  {
    float: right;
  }
  #Launch__Grid2 {
    margin-left: 111px;
  }

}
@media screen and (min-width: 773px) {
  #Launch__Grid1 ,  #Launch__Grid3,   #Launch__Grid5 {
    margin-left: 32px
  }
  #Launch__Grid2 ,  #Launch__Grid4 {
    margin-right: 32px
  }
}
@media screen and (max-width: 773px) {
  #ctl00_PlaceHolderMain_launchPad {
    display: block;
    justify-items: center;
    position: absolute;
    top: 18px;
  }

  #Launch__Grid1 {
    padding-bottom: 74px;
    background-size: 260.97px 56.98px;
    transform: translate(15%, -61%);
  }

  #Launch__Grid2 {
    margin-left: 0px;
    background-size: 260.97px 56.98px;
    transform: translate(20%, -93%);
  }

  #main_background {
    background-size: 360px 211px;
    background-position: top;
    position: relative;
  }

  #messageSpan {
    z-index: 1000;
  }

}

#ctl00_HeaderNavigation_lblheader {
  display: none;
}

#divLinkMenu {
  left: auto !important;
  display: block !important;
  width: 360px;
  padding: 0px;
  border: none;
}

#ctl00_HeaderNavigation_divNavigation{
  padding-left: 0;
  width: 360px;
  z-index: 0;
  margin-top: -27px  !important;
}

.login_page .welcome-page.ACA_Content {
  display: none;
}

#datamart:hover .datamart_submenu{
	display: block;
  z-index: 999;
}

.datamart_submenu{
	display: none;
	padding: 10px;
    position: fixed;
    background: white;
    border: 1px solid #d2d2d2;
    border-bottom: 2px solid #0c3979;
}

#ctl00_PlaceHolderMain_LoginBox_reCaptcha_lblErrorMessage {display:none}
#ctl00_PlaceHolderMain_LoginBox_divRecaptcha {margin-left: -15px;}
#rc-anchor-container {display: inline-flex; height: 79px;
    width: 358px}
