html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.header-text {
    font-size: 18px;
    font-weight: bold;
}

.page-title-text {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.label-wm {
    line-height: 1.2;
    font-size: 18px;
}

.label-status-message {
    line-height: 1.2;
    font-size: 16px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #244b5a !important;
    border-color: #244b5a !important;
}