.error {
  border: 1px solid #ff0000 !important;
}

.errortext {
  color: #ff0000;
  font-weight: normal;
  font-style: italic;
}
label#TeamsChk-error,
div.error {
  display: none !important;
}
label.error {
  border: 0px solid #ff0000;
}

input[type="checkbox"].error{
  -webkit-box-shadow: 0px 0px 0px 1px rgb(255 0 0);
-moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
box-shadow: 0px 0px 0px 1px rgb(255 0 0);
}

label.error,
label[for=hiddenRecaptcha], label[for=hiddenRecaptcha1], label[for=hiddenRecaptcha2], label[for=hiddenRecaptcha3], label[for=hiddenRecaptcha4] {
  display: block !important;
  color: #ff0000;
  border: none !important;
  font-size: 13px;
  line-height: 22px;
  background: none;
}
label.error{
  display: none !important;
}
div[for=hiddenRecaptcha], div[for=hiddenRecaptcha1], div[for=hiddenRecaptcha2], div[for=hiddenRecaptcha3], div[for=hiddenRecaptcha4] {
  display: block !important;
  color: #ff0000;
  border: none;
  font-size: 14px;
  text-align: left;
  background: none;
  line-height: 22px;
}
#hiddenRecaptcha1-error.error,
#hiddenRecaptcha2-error.error{
  display: block !important;
}
