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;
}

h2 {
    color: #00aeef;
}

/* Custom CMS Portal styles */
.custom-navbar {
    background-color: #024992 !important;
}
.custom-navbar .nav-link, .custom-navbar .navbar-brand {
  color: #fff !important;
}

.dashboard-table-header {
    background-color: #024992 !important;
    color: #fff !important;
}
.site-header {
    background-image: url('/images/header-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 150px;
    padding: 0.5rem 1rem;
    width: 100%;
    box-sizing: border-box;
}

.logo-container img {
    height: 80px; /* lock to mobile size */
    width: auto;
    display: block;
}

.register-submit-row {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}
.register-submit-btn {
    width: 50%;
    min-width: 180px;
    max-width: 320px;
}