/* Custom Card Styles */
.card {
  border-radius: 8px;
  border: 1px solid #ddd;
}

.card-header {
  background-color: #007bff;
  color: white;
}

.card-body {
  background-color: #f9f9f9;
}

.card-body .form-label {
  font-weight: bold;
}

/* Input Fields */
.form-control {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
}

/* Button Styling */
.btn-primary {
  width: 75%; /* Adjust the button width */
  padding: 12px;
  font-size: 16px;
}

/* Adjust margins/padding for card elements */
.mb-3 {
  margin-bottom: 1.5rem;
}

/* Adjusting the height and centering content */
body {
  background-color: #f4f4f9;
}
