.form-label {
  color: #fff;
  font-family: 'Manrope';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form-control {
  border: 1px solid #fff;
  background: none !important;
  border-radius: 0;
  color: #fff;
}

.form-group {
  padding-top: 8px;
  padding-bottom: 8px;
}

.form-control::placeholder {
  opacity: 0.8;
  color: #fff;
  font-family: 'Manrope';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-control:focus {
  color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #7C110D;
  outline: 0;
  box-shadow: none;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: none;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.contact-button {
  border-style: none;
  padding: 20px 45px;
  background: #7c110d;
  color: #fff;
}

