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;
}
header {
    background: #4b6c9e;
}

header h1 {
    font-weight: 700;
    margin: 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 1.8em;
}

.pageResponsive {
    background-color: #C5D9F1;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    max-width: 960px;
}

.DatePartInput {
    width: 70px;
}

.DateMonthPartInput {
    width: 50px;
}