html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(82, 53, 138, .25);
    border-color: #775cab;
}

.btn-success:focus, .btn-success:active:focus,
.btn-primary:focus, .btn-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(82, 53, 138, .25);
    border-color: #775cab;
}

.form-select:focus {
    box-shadow: 0 0 0 .25rem rgba(82, 53, 138, .25);
    border-color: #775cab;
}

.validation-summary-errors ul {
    padding-left: 0px;
    list-style: none;
}

.validation-summary-errors li {
    font-weight: bold;
}