﻿.wrapper {
  background: #fdf9ef;
}
@media (min-width: 1024px) {
  .shape {
    background: #E7C35B;
  }
  .shape.right {
    background: #052795;
  }
}
.forget-password-label,
h1 {
  color: #20203d;
}
.forget-password-label:active,
.forget-password-label:focus,
.forget-password-label:hover {
  color: #1a1a31 !important;
  text-decoration: none;
}
.button-submit {
  background-color: #E7C35B;
}
.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  background-color: #d0b052;
}
input {
  background: #fdf9ef;
}
.wrapper:after {
  background-image: linear-gradient(rgba(5, 39, 149, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(231, 195, 91, 0.5)), url(../../../../images/login/login.jpg);
}