.btn-brown {
  background-color: #480505 !important;
  color: #f2efeb !important;
}

.btn-brown:hover {
  color: #ecb807 !important;
}

.btn-outline-brown {
  border-color: #480505 !important;
  color: #480505 !important;
}

.btn-outline-brown:hover {
  background-color: #480505 !important;
  color: #f2efeb !important;
}

.bg-brown {
  background-color: #480505 !important;
  color: #f2efeb !important;
}

.text-brown {
  color: #480505 !important;
}

.btn-outline-light {
  color: #f2efeb !important;
  border-color: #f2efeb !important;
}

.text-white {
  color: #f2efeb !important;
}

.text-black {
  color: rgb(0, 0, 0) !important;
}

.form-group .hint-block {
  color: #480505 !important;
}

.invalid-feedback {
  color: #dc3545 !important;
}

.hint-block {
  color: black !important;
}
