
strong, b {
    font-weight: 600;
}

.text-block p {
  text-align: justify;
}
.min-height {
    min-height: 400px;
}
@media (max-width: 576px) {
    .min-height { min-height: 200px;}
}
.container-xl {
    min-width: 100%;
}

.auth-form {
    margin-top: 100px;
    margin-bottom: 15px;
    background: #ffffff;
    padding: 30px;
    border: solid 1px #e3e3e3;
    border-radius: 5px;
}
.auth-form label {
    font-weight: 600;
}

.auth-logo-wrapper {
    margin: 80px 0 50px;
    text-align: center;
}
.logo {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -3px;
  color: #607d8b;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.header {
  background-color: #e9ecef;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 30px;
}

.text-block p {
  text-align: justify;
}

.nav.nav-tabs {
  font-size: 17px;
  font-weight: 600;
}

table {
  font-size: 14px;
}

/*
a.navbar-brand {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #bdc9cf !important;
}
.navbar-nav .nav-item {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -1px;
}
 */