body {
  background-color: #fff;
}
.form-control {
  background-color: #f8f9fa;
  border: none;
  border-radius: 12px;
}
.btn-primary {
  background-color: #007bff;
  border-radius: 12px;
}
