.tx-powermail .container-fluid {
  padding: 0;
}
.tx-powermail a {
  margin: 0;
  color: #EF7D00;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(239, 125, 0, 0.4);
}
.tx-powermail input[type=text], .tx-powermail textarea {
  font: inherit;
  letter-spacing: inherit;
  color: currentcolor;
  border: 0px;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  padding: 16.5px 14px;
  border: 2px solid #9e9e9e;
  border-radius: 20px;
}
.tx-powermail textarea {
  width: 100%;
  height: 80px;
}
.tx-powermail .form-group {
  margin-bottom: 1rem;
}
.tx-powermail label {
  margin-left: 25px;
}
.tx-powermail legend {
  display: none;
}
.tx-powermail fieldset {
  margin: 1rem 0;
}
.tx-powermail .powermail_fieldwrap_type_radio label.control-label, .tx-powermail .powermail_fieldwrap_type_check label.control-label {
  font-weight: bold;
  padding: 0.5rem 0;
}
.tx-powermail .powermail_fieldwrap_type_radio .radio:first-child, .tx-powermail .powermail_fieldwrap_type_check .radio:first-child {
  margin-top: 1rem;
}
.tx-powermail .checkbox:first-child {
  margin-top: 1rem;
}
.tx-powermail .checkbox label {
  display: block;
  margin-left: 40px;
}
.tx-powermail .checkbox input {
  margin-left: -35px;
  width: 30px;
}

/*# sourceMappingURL=forms.css.map */
