label {
  color: black;
  font-weight: bold;
  margin-left: 10px;
}

fieldset {
  color: red;
  padding: 10px;
  border: 3px solid #ccc;
  border-radius: 20px 20px 20px 20px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="password"],
select {
  padding-left: 2px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #9e9e9e;
  outline: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#descdenuncia {
  line-height: 20px;
  padding: 10px;
  height: 80px;

  border: 1px solid #9e9e9e;
  border-radius: 20px 20px 20px 20px;

  background-color: white;
}

.cor-fundo {
  background-color: #e0e0e0 !important;
}

.cor-header {
  background-color: #007938 !important;
}

.border-cor-header {
  border: 1px solid #007938;
}

.cor-footer {
  background-color: #007938 !important;
}

.cor-button {
  background-color: #009688 !important;
  color: white;
}
