.wrapper {
  /*    background: mix(@main-color2,@white,10%);
*/
}
@media (min-width: 1024px) {
  .shape {
    background: #2E6AA0;
  }
  .shape.right {
    background: #2C2E4A;
  }
}
.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: #2E6AA0;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #295f90;
}
input {
  background: #eaf0f6;
}
/*.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);
}
*/
