.wrapper {
  background: #eae6e6;
}
@media (min-width: 1024px) {
  .shape {
    background: #2f0001;
  }
  .shape.right {
    background: #5d0104;
  }
}
.forget-password-label,
h1 {
  color: #c99100;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #a17400 !important;
  text-decoration: none;
}
.button-submit {
  background-color: #2f0001;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #2a0001;
}
input {
  background: #eae6e6;
}
.wrapper:after {
  background-image: linear-gradient(rgba(93, 1, 4, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(47, 0, 1, 0.5)), url(../../../images/login/login.jpg);
}
.shape {
  background: #5f0304;
}
.shape.right {
  background: #2f0001;
}
.button-submit {
  background: #5f0304;
}
.button-submit:hover {
  background: #850507;
}
.forget-password-label {
  color: #5f0304;
}
h1 {
  color: #000000;
}
