input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
  height: auto !important;
}

.carousel-item img {
  max-height: 550px !important;
  margin: 0 auto;
}

.carousel {
  margin-bottom: 0 !important;
}

.carousel .fas {
  color: gray;
  font-size: 3rem;
}

@media (max-width: 1320px) {
  .carousel .fas {
    color: white;
  }
}

@media (max-width: 760px) {
  .carousel-caption h3 {
    font-size: 1.25rem;
  }

  .carousel-caption h4 {
    font-size: 1rem;
  }
}

@media (max-width: 500px) {
  .carousel-caption h3 {
    font-size: 1rem;
  }

  .carousel-caption h4 {
    font-size: .75rem;
  }
}

.card {
  justify-content: center;
  border: 0 !important;
}

@media (min-width: 1140px) {
  .card > .row {
    flex: 1;
  }

  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
