.passwordReset ui-view {
  overflow: hidden;
}

.passwordReset .login-logo {
  background-image: url(/assets/images/edifecs.grey.logo200x200.png);
  width: 200px;
  height: 130px;
  background-position-y: -30px;
  background-repeat: no-repeat;
  position: relative;
  left: 40px;
}

.passwordReset h3,
.passwordReset h4,
.passwordReset h5 {
  color: #00416a;
  padding-top: 20px;
}

.passwordReset label {
  color: #00416a;
  padding-top: 10px;
}

.passwordReset .btn {
  color: white;
  background-color: #00416a;
}

.passwordReset .scrollable-container {
  overflow-y: scroll;
}

.passwordReset .eVIEWS {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
}

.passwordReset .hl-readmit-login {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 70px;
  opacity: 0;
  overflow-y: auto;
  background-color: #eff0f2;
  -webkit-transition: opacity 200ms linear;
}

.passwordReset .hl-hcc-login-center {
  position: absolute;
  height: inherit;
  width: 300px;
  top: 90px;
  left: 50%;
  overflow-y: auto;
  margin-left: -150px;
}

.passwordReset .hl-hcc-login-bottom {
  position: absolute;
  bottom: 0px;
  height: 68px;
  left: 0px;
  width: 100%;
}

.passwordReset .hl-hcc-login-bottomleft {
  position: absolute;
  left: 10px;
  top: 25px;
  font-size: 12px;
}

.passwordReset .hl-hcc-login-bottomright {
  position: absolute;
  right: 13px;
  top: 11px;
  background-image: url(/assets/images/edifecs.grey.logo200x200.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  width: 100px;
  height: 50px;
}

.passwordReset .hl-readmit-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  /* height: 58px; */
  border-top: 8px solid;
  border-bottom: 2px solid;
  border-top-color: #00416a;
  border-bottom-color: #cccccc;
}

/* .passwordReset .hl-readmit-menu-logo {
  position: absolute;
  left: 8px;
  top: 10px;
  background-image: url(/assets/images/codingInSight_logo_edifecs_grey_applications.png);
  width: 180px;
  height: 44px;
  background-repeat: no-repeat;
}

.passwordReset .navbar-separator-bar {
  position: absolute;
  top: 15px;
  height: 25px;
  left: 202px;
  width: 30px;
  border-left: 1px solid;
} */

.passwordReset .navbar-separator-left {
  position: absolute;
  top: 10px;
  height: 25px;
  left: 232px;
  width: 518px;
  text-align: center;
  font-size: 16px;
}

.passwordReset .hl-readmit-menu-on {
  width: 103px;
  display: inline-block;
  position: relative;
  top: 0px;
  font-weight: 600;
  padding-top: 7px;
}

.passwordReset .hl-readmit-menu-off {
  position: relative;
  width: 103px;
  display: inline-block;
  top: 0px;
  font-weight: 400;
  padding-top: 7px;
  cursor: pointer;
}

.passwordReset .hl-readmit-menu-selector {
  position: absolute;
  width: 103px;
  height: 2px;
  top: 47px;
  left: 232px;
  -webkit-transition: left 140ms linear;
}

.passwordReset .hl-readmit-menu-off:hover {
  color: #62a70f;
}

.passwordReset .hl-readmit-menu-off:active {
  top: 2px;
}

.passwordReset .navbar-separator-right {
  position: absolute;
  top: 10px;
  height: 25px;
  right: 168px;
  width: 100px;
  border-right: 1px solid;
}

.passwordReset .hl-readmit-menu-logoright {
  position: absolute;
  right: 5px;
  top: 10px;
  background-image: url(/assets/images/edifecs.grey.logo200x200.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 30px;
}

.passwordReset #hlReadmitMenu,
.passwordReset #eVIEW-menu {
  overflow: hidden !important;
}
