html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5f5e64;
    background-color: #fff
}

a {
    color: #0083cc;
    text-decoration: none;
}

a:hover, a:focus {
    color: #005280;
    text-decoration: underline;
}

.nav-link {
    color: #9d9d9d;
    padding: 0;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
    text-decoration: none;
}

.form-label {
    font-weight: bolder
}

.form-label-required {
    --bs-text-opacity: .7;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;
}


.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

/* if field-validation-valid is preceded by an input with a valid class, don't show it */
.valid + .field-validation-error {
    display: none !important;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
