
.bfs-form {
  max-width: 500px;
  background: #fff;
  border: 2px solid #e60000;
  padding: 20px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}
.bfs-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
.bfs-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.submit-btn, .download-btn {
  background-color: #e60000;
  color: white;
  border: none;
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
}
.download-btn {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}
.bfs-message {
  border: 2px solid #e60000;
  padding: 20px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  max-width: 500px;
  margin-top: 20px;
}
