.captcha summary{
  display: none;
}

.captcha .form-item-captcha-response{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.captcha .form-item-captcha-response input{
  width: 200px;
  border-radius: 10px;
  border-width: 1px;
  padding: 0 10px;
}
.captcha .form-item-captcha-response label{
  margin: 0;
  font-weight: bold;
}
.captcha .form-item-captcha-response span{
  margin: 0 5px;
  font-weight: bold;
  text-decoration: underline;
}
.captcha .description{
  display: none;
}
