.wrapper,
input {
  background: #e6f6ee;
}
@media (min-width: 1024px) {
  .shape {
    background: #FC157C;
  }
  .shape.right {
    background: #141932;
  }
}
.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: #FC157C;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #009750;
}
.wrapper:after {
  background-image: linear-gradient(rgba(2, 131, 70, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(0, 168, 89, 0.5)), url(../../../images/login/login.jpg);
}
