body {
  background-color: #dddbdc;
}

.btn-danger,
.bg-danger {
  background-color: #f02934 !important;
}

input[type="text"],
input[type="number"],
input[type="email"],
select {
  background-color: #dddbdc !important;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
}

input:focus,
select:focus {
  border: none !important;
  border-bottom: 1px solid #f02934 !important;
  box-shadow: none !important;
}

/* Add custom styles if needed */
.thank-you {
  text-align: center;
  margin: 30px;
}

.thank-you img {
  width: 200px;
  margin-bottom: 40px;
}
