.nav-menu {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1000;
  border-radius: 0px;
}
.nav-menu li {
  color: #ffffff;
}

.text-clamped {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

textarea {
  resize: none;
}

.error-text {
  transition: color 0.25s;
  color: #D0021B;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class^=col-], .no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.scorecutoff-info {
  position: absolute;
}
.scorecutoff-info > div {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #555555;
  font-weight: 500;
  letter-spacing: -0.28px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.scorecutoff-info .scorecutoff-info-icon, .scorecutoff-info .scorecutoff-info-icon-upper, .scorecutoff-info .scorecutoff-info-icon-mid, .scorecutoff-info .scorecutoff-info-icon-lower {
  height: 14px;
  width: 14px;
  display: inline-block;
  border-radius: 7px;
  margin-right: 16px;
}
.scorecutoff-info .scorecutoff-info-icon-lower {
  background: #FD8A8A 0% 0% no-repeat padding-box;
}
.scorecutoff-info .scorecutoff-info-icon-mid {
  background: #FFD67C 0% 0% no-repeat padding-box;
}
.scorecutoff-info .scorecutoff-info-icon-upper {
  background: #75E0B5 0% 0% no-repeat padding-box;
}
.scorecutoff-info.unfixed {
  position: unset;
}

button.btn-square {
  border-radius: 0;
  border: 0px;
  box-shadow: none;
}

.background {
  background-color: #34734B;
  background-image: url("/images/bg.svg");
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 615px;
  position: relative;
}

.login-page p {
  color: #FFFFFF;
}
.login-page p.reset-modal-text {
  color: #3A3A3A;
}

.logo-image {
  margin-bottom: 24px;
}

.login-form .password-input-wrapper {
  position: relative;
  display: block;
  margin: 8px auto 0;
  width: 310px;
  max-width: 100%;
}
.login-form .password-input-wrapper .text-field {
  width: 100%;
  padding-right: 44px;
  box-sizing: border-box;
}
.login-form .password-toggle-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #666;
  line-height: 1;
  margin: 0;
  display: block;
  z-index: auto;
}
.login-form .password-toggle-btn:hover {
  color: #333;
}
.login-form .password-toggle-btn:focus {
  outline: 2px solid #4a90d9;
  outline-offset: 2px;
}

/*# sourceMappingURL=resetpassword.css.map */
