.wrapper {
  background: #e9ebee;
}
@media (min-width: 1024px) {
  .shape {
    background: #243458;
  }
  .shape.right {
    background: #3d6f43;
  }
}
.forget-password-label,
h1 {
  color: #243458;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #1d2a46 !important;
  text-decoration: none;
}
.button-submit {
  background-color: #243458;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #202f4f;
}
input {
  background: #e9ebee;
}
.wrapper:after {
  background-image: linear-gradient(rgba(61, 111, 67, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(36, 52, 88, 0.5)), url(../../../images/login/login.jpg);
}
