.wrapper,
input {
  /*    background: mix(@main-color2,@white,10%);
*/
}
@media (min-width: 1024px) {
  .shape {
    background: #016e9f;
  }
  .shape.right {
    background: #2c2e49;
  }
}
.forget-password-label,
h1 {
  color: #01c7c2;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #019f9b !important;
  text-decoration: none;
}
.button-submit {
  background-color: #016e9f;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #01638f;
}
/*
.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);
}
*/
