@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html body {
  background: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  font-optical-sizing: auto;
}
body .page-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1c3e4e;
}
body .fieldset-legend {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
body label {
  font-weight: 500;
}
body input.form-submit {
  background-color: #ec8823;
}
.director-information-table {
  display: none;
}
.col.author-info {
  padding: 0;
}
main > div > .row {
  -webkit-box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.1);
  box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.1);
  border-radius: .25rem;
}