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 #2a73c5;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 70px;
}

a {
  color: #0a58ca;
}

.tb-nav {
  background: linear-gradient(90deg, #0b2f66 0%, #0e4b93 60%, #1870c9 100%);
}

.tb-nav .nav-link,
.tb-nav .navbar-brand {
  color: #f8fbff;
}

.tb-nav .nav-link:hover,
.tb-nav .navbar-brand:hover {
  color: #d6e9ff;
}

.tb-hero {
  background: linear-gradient(120deg, #0c3b78 0%, #1c62b8 55%, #4f90dd 100%);
}

.border-top {
  border-top: 1px solid #d5e3f5;
}

.border-bottom {
  border-bottom: 1px solid #d5e3f5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
