.form-control:disabled, .form-control[readonly] {
  border-radius: 25px;
}

textarea.form-control {
  border-radius: 25px;
}

.form-control {
  border-radius: 25px;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 25px;
}

.search.form-control {
  border-radius: 25px;
}

