/* Desaturated and lighter colors, shifting blues to pale greens */
.logo {
  max-width: 250px;
}

.height-100 {
  height: 100%;
}

body {
  background: linear-gradient(135deg, rgba(170, 221, 170, 0.1), rgba(144, 238, 144, 0.4), rgba(191, 235, 191, 0.3)), radial-gradient(circle at center, rgba(144, 238, 144, 0.4), transparent 20%), radial-gradient(circle at top right, rgba(170, 221, 170, 0.1), transparent 50%);
  color: #421b07;
}

@media (min-width: 768px) {
  body {
    min-height: 100vh;
  }
}
h1 span {
  line-height: 0.8 !important;
}
@media (max-width: 992px) {
  h1 span {
    font-size: 3rem !important;
  }
}

h1 span.display-1 {
  font-size: 5.3rem;
}

.intro-text {
  font-size: 20px;
}

.form-control {
  border: none;
  border-radius: 25px 0 0 25px;
}

.btn-primary {
  border-radius: 0 25px 25px 0;
  text-transform: uppercase;
  font-weight: 600;
}

h3.card-title {
  font-size: 1.25rem;
}/*# sourceMappingURL=style.css.map */