html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.input-validation-error{
    background-color: red;
    color: red !important; 
}

.field-validation-error {
    position: relative;
    padding: 0.25rem 0.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.1rem;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    display: block;
}