.wrapper,
input {
  background: #e8f4eb;
}
@media (min-width: 1024px) {
  .shape {
    background: #149437;
  }
  .shape.right {
    background: #03391e;
  }
}
.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: #149437;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #128532;
}
.wrapper:after {
  background-image: linear-gradient(rgba(3, 57, 30, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(20, 148, 55, 0.5)), url(../../../images/login/login.jpg);
}
