.wrapper,
input {
  background: #ebeef3;
}
@media (min-width: 1024px) {
  .shape {
    background: #375086;
  }
  .shape.right {
    background: #243458;
  }
}
.forget-password-label,
h1 {
  color: #20c2da;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #1a9bae !important;
  text-decoration: none;
}
.button-submit {
  background-color: #375086;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #324879;
}
.wrapper:after {
  background-image: linear-gradient(rgba(36, 52, 88, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(55, 80, 134, 0.5)), url(../../../images/login/login.jpg);
}
