.wrapper {
  background: #e6eaf3;
}
@media (min-width: 1024px) {
  .shape {
    background: #052f83;
  }
  .shape.right {
    background: #f2c33e;
  }
}
.forget-password-label,
h1 {
  color: #052f83;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #042669 !important;
  text-decoration: none;
}
.button-submit {
  background-color: #052f83;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #052a76;
}
input {
  background: #e6eaf3;
}
.wrapper:after {
  background-image: linear-gradient(rgba(242, 195, 62, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(5, 47, 131, 0.5)), url(../../../images/login/login.jpg);
}
