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;
}

.agreement-check {
  border: 2px solid #0d6efd;
  background: #e7f1ff;
  border-radius: 12px;
  padding: 12px 14px;
  margin-top: 8px;
}

.agreement-check .form-check-input {
  transform: scale(1.35);
  margin-right: 12px;
}

.agreement-check label {
  font-weight: 700;
  color: #0a3e8c;
}

.agreement-check .agreement-hint {
  display: block;
  margin-top: 6px;
  color: #0a3e8c;
  font-size: 0.95rem;
}
