html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.validation-summary-valid {
    display: none;
}
.form-group {
  margin-bottom: 0.5rem;
}
 h1 {
     font-size: 1.5rem;
 }

.form-text {
    font-size: 14px;
    font-weight: 500;
    color: #6c757b;
}
label {
    color: #98a6ad;
    font-weight: 400;
}
.form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #6c757b;
  
}
:checked + label {
    font-weight: bold;
    color: #0056c1;
}