@charset "utf-8";
/* CSS Document */

.form-control {
  background-color: #f5f5f5;
  font-size: 12px;
  font-weight: bold;
}

.form-control button {
   background-color: red;
  color: white;
}

.custom-btn {
  background-color: red;
  color: white;
  /* Add any other desired styles */
}