/*@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(rgba(125, 68, 82, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(168, 130, 140, 0.5)), url(../../../images/login/login.jpg);
}
