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, body {
    height: 100%;
}


.navbar-brand img {
    transition: transform 0.2s ease-in-out, filter 0.3s ease-in-out;
}

.navbar-brand:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.validation-summary-errors {
    color: #b51a1a;
    font-weight: 600;
    margin-bottom: 12px;
}

