@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
body {
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 2rem;
  color: #333333;
  background-color: #e6ecf5;
  padding-bottom: 60px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.8em;
  line-height: 1.5em;
  color: #333333;
}

h1 {
  font-size: 23px;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.75em;
}

span.required {
  color: red;
}

label.error {
  color: red;
  margin-top: 3px;
}

.mb-0 {
  margin-bottom: 0;
}

.btn {
  border-radius: 2px;
  font-size: 0.938rem;
  line-height: 2.75rem;
  padding: 2px 1em;
  font-weight: 600;
}

.btn-primary {
  background-color: #004370;
  border-color: #004370;
}
.btn-primary:hover {
  background-color: #004370;
  border-color: #004370;
}

.alert {
  border-radius: 2px;
}

.form-check {
  padding-left: 55px;
  min-height: 40px;
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-left: -55px;
  width: 40px;
  height: 40px;
  color: #004370;
}
.form-check .form-check-label {
  margin-top: 8px;
  margin-bottom: 8px;
}

.form-text .form-text-label {
  width: 200px;
}

form .btn {
  margin-top: 1.75em;
}
form .answer-alert {
  margin-top: 1.75em;
}

header {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 80px;
}
header .inner {
  position: relative;
  width: 100%;
}
header .logo {
  margin-top: 2px;
  height: 76px;
}
header .logo img {
  height: 76px;
}

.main-container {
  padding-top: 105px;
}

.table-tags table {
  width: auto;
  max-width: 100%;
}
.table-tags table th {
  border-top: none;
  padding: 15px 20px 0 0;
}
.table-tags table td {
  padding: 15px 20px 0 0;
}

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