.wrapper {
  background: #e6f0f8;
}
@media (min-width: 1024px) {
  .shape {
    background: #006AB5;
  }
  .shape.right {
    background: #004C8C;
  }
}
.forget-password-label,
h1 {
  color: #66B2FF;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #528ecc !important;
  text-decoration: none;
}
.button-submit {
  background-color: #006AB5;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #005fa3;
}
input {
  background: #e6f0f8;
}
.wrapper:after {
  background-image: linear-gradient(rgba(0, 76, 140, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(0, 106, 181, 0.5)), url(../../../images/login/login.jpg);
}
