.wrapper {
  background: #e6ebe9;
}
@media (min-width: 1024px) {
  .shape {
    background: #03391e;
  }
  .shape.right {
    background: #149437;
  }
}
.forget-password-label,
h1 {
  color: #C1C1C2;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #9a9a9b !important;
  text-decoration: none;
}
.button-submit {
  background-color: #03391e;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #03331b;
}
input {
  background: #e6ebe9;
}
.wrapper:after {
  background-image: linear-gradient(rgba(20, 148, 55, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(3, 57, 30, 0.5)), url(../../../images/login/login.jpg);
}
.support-message .modal-title {
  color: #03391e;
  font-weight: 600;
}
.support-message .alert-text {
  color: #03391e;
  margin-bottom: 1rem;
}
.shape {
  background: #149437;
}
.shape.right {
  background: #1bc349;
}
.button-submit {
  background: #149437;
}
.button-submit:hover {
  background: #127e30;
}
.forget-password-label {
  color: #149437;
}
h1 {
  color: #000000;
}
