html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
label.error {
    float: left;
    font-size: 1.5em;
    font-weight: 500;
    color: red;
    width: 100%;
}
label#lblMessage {
    float: left;
    font-size: 1em;
    font-weight: 500;
    color: red;
}
