.form .ac_border {
  border: 2px solid #7bc97a !important;
  padding: 0.2rem 0.5rem !important;
}

.error {
  font-size: 20px;
  color: red;
  border: 2px solid red;
  width: fit-content;
  padding: 7px;
}

.form .field_error {
  color: #9b1c1c;
  font-size: 16px;
  line-height: 1.35;
  margin: 0.35rem 0 0.75rem;
}

.form .field_invalid:not(.acontrol),
.form .ac_invalid {
  border-color: #9b1c1c !important;
  outline: 2px solid rgba(155, 28, 28, 0.18);
}

.form label.invalid {
  color: #9b1c1c;
}

.result-succesfull {
  font-size: 20px;
  color: green;
  border: 2px solid green;
  width: fit-content;
  padding: 7px;
}

.form fieldset {
  border: none;
}

.blue {
  color: #397794;
  font-size: 23px;
}

#upload_button {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background-color: #397794;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#upload_button > span {
  padding: 0;
}

.form_menu button {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  background-color: #397794;
  color: white;
  font-size: 20px;
  font-weight: 300;
}

fieldset {
  margin-bottom: 0.5rem;
}

.ace_default {
  top: 12px;
}
