/*@main-color: #2C2E4A;
@main-color2: #2E6AA0;*/
.wrapper {
  background: #f6f3f4;
}
@media (min-width: 1024px) {
  .shape {
    background: #a8828c;
  }
  .shape.right {
    background: #7d4452;
  }
}
.forget-password-label,
h1 {
  color: #C1C1C2;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #9a9a9b !important;
  text-decoration: none;
}
.button-submit {
  background-color: #a8828c;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #97757e;
}
input {
  background: #f6f3f4;
}
/*.wrapper:after {*/
/*    background-image: linear-gradient(fade(@main-color,50%), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), fade(@main-color2,50%)), url(../../../images/login/login.jpg);
*/
/*}*/
.support-message .modal-title {
  color: #a8828c;
  font-weight: 600;
}
.support-message .alert-text {
  color: #a8828c;
  margin-bottom: 1rem;
}
