html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.field-validation-error{
  color: red;
}

@media (max-width: 576px) {
  .contato-table td[data-label="E-mail"]::before {
      content: "E-mail:";
      font-weight: bold;
  }

  .contato-table td[data-label="E-mail"] {
      padding-left: 70px; 
  }
} 