.wrapper {
  background: #ffe8f2;
}
@media (min-width: 1024px) {
  .shape {
    background: #FC157C;
  }
  .shape.right {
    background: #141932;
  }
}
.forget-password-label,
h1 {
  color: #FC157C;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #ca1163 !important;
  text-decoration: none;
}
.button-submit {
  background-color: #FC157C;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #e31370;
}
input {
  background: #ffe8f2;
}
.wrapper:after {
  background-image: linear-gradient(rgba(20, 25, 50, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(252, 21, 124, 0.5)), url(../../../images/login/login.jpg);
}
