.filter-form label {
  font-weight: 500;
  color: #555;
  margin-bottom: 4px;
  display: block;
}

.filter-form input,
.filter-form select {
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  padding: 6px 10px;
  width: 100%;
  background-color: #fff;
}

.filter-form input:focus,
.filter-form select:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,.15);
}
