/* .progress,
.progress-stacked {
  --bs-progress-height: 0.3em !important;
} */

.form-select {
  height: calc(2.85rem + 2px) !important;
}

.form-select {
  color: #fff !important;
  background-color: #191c52 !important;
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e) !important;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  border: none !important;
}

input.form-control::-webkit-input-placeholder { color: white; } /* Chrome/Safari */
input.form-control::-moz-placeholder { color: white; } /* Firefox 19+ */
input.form-control:-ms-input-placeholder { color: white; } /* IE 10+ */
input.form-control::placeholder { color: white; } /* Padrão */
input.form-control::placeholder {
  color: white;
}
textarea::placeholder { color: white; }

.step h4,h5, p {
  color: white;
}

.step p {
  font-size: 16px;
}
.f-size-1-2{
  font-size: 1.2rem;
}