.wrapper {
  background: #e7ecf3;
}
@media (min-width: 1024px) {
  .shape {
    background: #113e88;
  }
  .shape.right {
    background: #1d54b0;
  }
}
.forget-password-label,
h1 {
  color: #7faff4;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #668cc3 !important;
  text-decoration: none;
}
.button-submit {
  background-color: #113e88;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #0f387a;
}
input {
  background: #e7ecf3;
}
.wrapper:after {
  background-image: linear-gradient(rgba(29, 84, 176, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(17, 62, 136, 0.5)), url(../../../images/login/login.jpg);
}
.support-message .modal-title {
  color: #113e88;
  font-weight: 600;
}
.support-message .alert-text {
  color: #113e88;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .shape.right {
    background: #e51a38;
  }
}
