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

.underline {
  text-decoration: underline;
}

.ks-logo {
  background-image: url('/img/logo.png');
  background-repeat: no-repeat;
  background-position: center top;
  margin: 40px 0 0 0;
  padding: 50px 0 0 0;
  display: inline-block;
  width: 100%;
}

span.login_invite {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 40px 8px 10px 8px;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
}