.wrapper {
  background: #f4e6ea;
}
@media (min-width: 1024px) {
  .shape {
    background: #920730;
  }
  .shape.right {
    background: #907f3f;
  }
}
.forget-password-label,
h1 {
  color: #6b0623;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #56051c !important;
  text-decoration: none;
}
.button-submit {
  background-color: #920730;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #83062b;
}
input {
  background: #f4e6ea;
}
.wrapper:after {
  background-image: linear-gradient(rgba(144, 127, 63, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(146, 7, 48, 0.5)), url(../../../images/login/login.jpg);
}
