@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway&display=swap");
.text-light-purple {
  color: #8865c3;
}

.bg-light-green {
  background-color: #40b649;
}
.bg-light-green:focus {
  background-color: #40b649;
}

.bg-light-purple {
  background-color: #40b649 !important;
  color: #fff !important;
}
.bg-light-purple :focus {
  background-color: #40b649 !important;
}

.bg-yellow {
  background-color: #40b649 !important;
}
.bg-yellow:focus, .bg-yellow:hover {
  background-color: #40b649 !important;
}

.bg-light-yellow {
  background-color: #e4f2e6;
}

.text-dark-purple {
  color: #34560c;
}

.bg-dark-purple {
  background-color: #34560c;
}

.bg-grey {
  background-color: #e3e3e3;
}

.bg-light-grey {
  background-color: #fafafa;
}

.bg-whitesmoke {
  background-color: #f8f8f8;
}

.text-blue {
  color: rgba(31, 31, 173, 0.918);
}

.text-light-blue {
  color: #7188E4;
}

body {
  background-color: #34560c;
  font-family: "Lato", sans-serif;
}

.login {
  background: url("../images/login-bg.png");
  width: 100vw;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .login {
    background: url("../images/login-bg-2.png");
    background-size: cover;
    background-position: center;
  }
}
.login .logo,
.login .form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}/*# sourceMappingURL=login.css.map */