.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;
}

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