.wrapper {
  background: #e8ebf2;
}
@media (min-width: 1024px) {
  .shape {
    background: #14387f;
  }
  .shape.right {
    background: #ffcc00;
  }
}
.forget-password-label,
h1 {
  color: #0f4495;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #0c3677 !important;
  text-decoration: none;
}
.button-submit {
  background-color: #14387f;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #123272;
}
input {
  background: #e8ebf2;
}
.wrapper:after {
  background-image: linear-gradient(rgba(255, 204, 0, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(20, 56, 127, 0.5)), url(../../../images/login/login.jpg);
}
.support-message .modal-title {
  color: #14387f;
  font-weight: 600;
}
.support-message .alert-text {
  color: #14387f;
  margin-bottom: 1rem;
}
