/* Style for the certificadores-prestadores form */

#certificadores-prestadores-form {
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#certificadores-prestadores-form legend {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

#certificadores-prestadores-form label {
  display: block;
  margin-bottom: 5px;
}

#certificadores-prestadores-form input[type="text"],
#certificadores-prestadores-form input[type="email"],
#certificadores-prestadores-form select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 52.5px;
}

#certificadores-prestadores-form input[type="checkbox"] {
  margin-right: 5px;
}

#certificadores-prestadores-form button {
  margin-top: 13px;
  background-color: #008CBA; /* Example button color */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

/* Optional: Style for error messages */
#certificadores-prestadores-form .error {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}

#certificadores-prestadores-form .field-required {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}

#certificadores-prestadores-form .mt-1 {
  margin-top: 13px;
}