.expedientes-body .expedientes-container {
  max-width: 900px;
}

.expediente-form-section {
  border: 1px solid rgba(0, 137, 123, 0.3);
  box-shadow: 0 0 20px rgba(0, 137, 123, 0.12);
}

.expediente-form label {
  display: block;
  margin-top: 12px;
  font-weight: bold;
  color: #cfeee8;
}

.expediente-form input {
  margin-top: 6px;
}

.expediente-form textarea {
  margin-top: 6px;
}

.expediente-form button {
  margin-top: 16px;
}
