.wrapper,
input {
  background: #eaf8fc;
}
@media (min-width: 1024px) {
  .shape {
    background: #004389;
  }
  .shape.right {
    background: #0393d3;
  }
}
.forget-password-label,
h1 {
  color: #C1C1C2;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #062432 !important;
  text-decoration: none;
}
.button-submit {
  background-color: #004389;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #2ba9cb;
}
.wrapper:after {
  background-image: linear-gradient(rgba(44, 59, 149, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(48, 188, 225, 0.5)), url(../../../images/login/login.jpg);
}
