.anmeldeformular .requestAlreadySended h3,
.anmeldeformular .schoolAlreadyRegistered h3,
.anmeldeformular .newRegisterSended h3 {
  font-weight: bold;
  font-size: 16pt;
  margin-bottom: 15px;
}
.ngCaptcha .pvCaptcha {
  display: inline-flex;
  padding: 10px;
  background-color: #f3f6fa;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.ngCaptcha .pvCaptcha .pvCaptchaImageContainer {
  margin-right: 10px;
}
.ngCaptcha .pvCaptcha .pvCaptchaImageContainer .pvCaptchaImage {
  border: 1px solid #888;
}
.ngCaptcha .pvCaptcha .pvCaptchaImageContainer .pvButtonContainer a {
  padding: 0 4px !important;
  text-decoration: none;
  border: none;
  height: 27px !important;
  line-height: 22px !important;
}
.ngCaptcha .pvCaptcha .pvCaptchaInputContainer .pvCaptchaLabel {
  display: block;
  font-weight: bold;
  font-size: 11pt;
}
.ngCaptcha .pvCaptcha .pvCaptchaInputContainer .pvCaptchaLabel:after {
  content: ':';
}
.ngCaptcha .pvCaptcha .pvCaptchaInputContainer input {
  border-radius: 6px;
  padding: 2px 12px;
  border: 1px solid #000;
  width: 100%;
}
.ngCaptcha.is-invalid .pvCaptcha .pvCaptchaLabel {
  color: #ba3a41;
}
.ngCaptcha.is-invalid .pvCaptcha .pvCaptchaInputContainer input {
  border-color: #ba3a41;
}
.captchaError {
  margin-top: 0;
  font-size: 0.875em;
  color: #ba3a41;
}
