.money {
  text-align: right;
}

section.documentos table th {
  background-color: #f98a00;
  color: white;
  border: 3px solid white;
  padding-left: 3%;
  padding-right: 1%;
  font-weight: bold;
}
section.documentos table td {
  padding-left: 1%;
  padding-right: 1%;
}

#modal .modal-header {
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#modal .modal-header .modal-title {
  display: grid;
  grid-template: 1fr/0.1fr 0.9fr;
  align-items: center;
}
#modal .modal-body {
  display: grid;
  grid-template: 1fr/1fr 1fr;
  grid-gap: 20px;
}

#change-password-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.has-error {
  color: red;
}

.help-block {
  font-size: 0.8em;
  color: red !important;
}

/*# sourceMappingURL=contribuyente.css.map */
