/* CSS Document */
.newsletter-unsubscribe-content input[type=submit],
.newsletter-unsubscribe-content button[type=submit] {
  border-radius: 0;
}
.newsletter-unsubscribe-content #hp-name {
  display: none !important;
}
.newsletter-unsubscribe-content .newsletter-error,
.newsletter-unsubscribe-content .newsletter-success,
.newsletter-unsubscribe-content .field-wrap {
  max-width: 830px;
}
.newsletter-unsubscribe-content [name=email].has-error {
  margin-bottom: 0;
}
.newsletter-unsubscribe-content .error {
  background: #00c1ff;
  color: #fff;
  font-weight: bold;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.newsletter-unsubscribe-content .newsletter-error {
  color: red;
}
.newsletter-unsubscribe-content .newsletter-success {
  border: 4px solid #00c1ff;
  padding: 20px;
  color: #00c1ff;
}
/*# sourceMappingURL=unsubscribe.css.map */
