html,
body {
  background-color: #5ba56e !important;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;

  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px !important;

  padding: 20px 15px;
}

h1,
h2 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
  color: #ffb3dd !important;
}

.text-lg {
  font-size: 1.2rem !important;
}

.btn {
  border-color: #ff84c8 !important;
  color: #ed5dad !important;
  background: #fff !important;
}
.btn.btn-primary,
.btn.btn-primary:hover {
  background: #ff84c8 !important;
  border-color: #f267ad !important;
  color: #ffffff !important;
}

.form-input-error {
  color: #ffb3dd !important;
}

em {
  color: #ffb3dd !important;
  font-style: normal;
}

input[type="text"],
input[type="number"],
textarea {
  font-family: Poppins, sans-serif !important;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  border-width: 1px;
  border-color: #ff84c8 !important;
  color: #ed5dad !important;
  padding: 0.5rem;
}

#content {
  max-width: 1000px;
  margin: 0 auto;
}

p,
label {
  color: #fff !important;
}

label {
  font-weight: 600 !important;
  margin-top: 1rem;
}

lottie-player {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  lottie-player {
    margin-top: 0;
    width: 70%;
  }
}
