.wrapper {
  background: #f2e9e7;
}
@media (min-width: 1024px) {
  .shape {
    background: #801e0e;
  }
  .shape.right {
    background: #004418;
  }
}
.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: #801e0e;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #731b0d;
}
input {
  background: #f2e9e7;
}
.wrapper:after {
  background-image: linear-gradient(rgba(0, 68, 24, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(128, 30, 14, 0.5)), url(../../../images/login/login.jpg);
}
.shape {
  background: #004418;
}
.shape.right {
  background: #924a16;
}
.button-submit {
  background: #004418;
}
.button-submit:hover {
  background: #013011;
}
.forget-password-label {
  color: #004418;
}
h1 {
  color: #000000;
}
.wrapper {
  background: rgba(240, 247, 243, 0.36);
}
