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;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-image: url("/SiteSpecific/Background.png");
}









.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background-color: #f2f5f8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: small;
    /* line-height: 60px; */ /* Vertically center the text there */
}


.my-checkbox {
    height: 20px;
    width: 20px;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
}



.text-primary {
    color: #1b6ec2 !important;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
