.wrapper {
  background: #eaf5fb;
}
@media (min-width: 1024px) {
  .shape {
    background: #2c9ed4;
  }
  .shape.right {
    background: #43714d;
  }
}
.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: #2c9ed4;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #288ebf;
}
input {
  background: #eaf5fb;
}
.wrapper:after {
  background-image: linear-gradient(rgba(67, 113, 77, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(44, 158, 212, 0.5)), url(../../../images/login/login.jpg);
}
.shape {
  background: #2ca246;
}
.shape.right {
  background: #2c9ed4;
}
.button-submit {
  background: #2ca246;
}
.button-submit:hover {
  background: #27863c;
}
.forget-password-label {
  color: #2ca246;
}
h1 {
  color: #000000;
}
.wrapper {
  background: rgba(240, 247, 243, 0.36);
}
