html {
  font-size: 14px;
}

.max-200 {
  max-width: 200px;
}

.set-220 {
  width: 220px;
}

.max-300 {
  max-width: 300px;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.max-600 {
  max-width: 600px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.disclaimer {
  font-size: 0.7em;
}

.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 {
  padding-top: 50px;
  padding-bottom: 20px;
}

main {
    margin-top: 20px;
}

.g-recaptcha {
    display: inline-block;
}
