/* custom-style.css */

/* Custom button style */
.custom-button {
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
}

/* Custom textarea style */
.custom-textarea {
  min-height: 120px;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
}

/* Form container styles */
.custom-form-container {
  max-width: 700px;
  margin: auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Label style */
.form-label {
  font-size: 14px;
  font-weight: bold;
}


.formLevel {
    text-align: left;
    float: left;
    width: 100%;
	font-size: 16px;
}