.wrapper,
input {
  background: #ffecf3;
}
@media (min-width: 1024px) {
  .shape {
    background: #FF4384;
  }
  .shape.right {
    background: #072d3e;
  }
}
.forget-password-label,
h1 {
  color: #265eab;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #1e4b89 !important;
  text-decoration: none;
}
.button-submit {
  background-color: #FF4384;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #e63c77;
}
.wrapper:after {
  background-image: linear-gradient(rgba(7, 45, 62, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 67, 132, 0.5)), url(../../../images/login/login.jpg);
}
