.tx-powermail h3,
.powermail_legend,
.footer .powermail_label {
  display: none;

}

.tx-powermail fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.footer input {
  background: rgba(var(--c-neutral-lightest), .3);
  border: none;
  color: rgb(var(--c-neutral-lightest));

  &::placeholder {
    color: rgb(var(--c-neutral-lightest));
  }

  &.powermail_submit {
    border: 1px solid rgb(var(--c-neutral-lightest));
  }
}

input.powermail_submit {
  padding: 0.5em 3em;
}

.powermail_captchaimage {
  margin-bottom: 1rem;
}