.wrapper {
  background: #fbf7e6;
}
@media (min-width: 1024px) {
  .shape {
    background: #d3ac01;
  }
  .shape.right {
    background: #a40100;
  }
}
.forget-password-label,
h1 {
  color: #1d427c;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #173563 !important;
  text-decoration: none;
}
.button-submit {
  background-color: #d3ac01;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #be9b01;
}
input {
  background: #fbf7e6;
}
.wrapper:after {
  background-image: linear-gradient(rgba(164, 1, 0, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(211, 172, 1, 0.5)), url(../../../images/login/login.jpg);
}
