.uniform__potty {
  position: absolute;
  left: -9999px;
}

.response {
  font-weight: 700;
}

.row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.row .input {
  width: 100%;
}

.captcha .uniform__captcha {
  display: block;
  color: #777777;
  height: 50px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}
.captcha .uniform__captcha:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.captcha .btn-primary {
  background-color: #ed6f1c;
  border: none;
  border-radius: 0.25rem;
  display: block;
  font-weight: 400;
  height: 50px;
  margin: 20px auto;
  padding: 0 20px;
}
.captcha .btn-primary:hover {
  background-color: #f08945;
}

/*# sourceMappingURL=pp-kontakt.css.map */
