.wrapper {
  background: #fff3e9;
}
@media (min-width: 1024px) {
  .shape {
    background: #ff8926;
  }
  .shape.right {
    background: #0b5380;
  }
}
.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: #ff8926;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #e67b22;
}
input {
  background: #fff3e9;
}
.wrapper:after {
  background-image: linear-gradient(rgba(11, 83, 128, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 137, 38, 0.5)), url(../../../images/login/login.jpg);
}
.shape {
  background: #0b5380;
}
.shape.right {
  background: #ff8926;
}
.button-submit {
  background: #0b5380;
}
.button-submit:hover {
  background: #093f62;
}
.forget-password-label {
  color: #0b5380;
}
h1 {
  color: #000000;
}
.wrapper {
  background: rgba(240, 245, 247, 0.36);
}
