.newsletter-form-wrapper input.newsletter-field-input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 16px;
}

/* Width Modifiers */
.dp_width_full {
  width: 100%;
}
.dp_width_three_fourths {
  width: 75%;
}
.dp_width_half {
  width: 50%;
}
.dp_width_one_fourth {
  width: 25%;
}

/* Shape (border-radius) Modifiers */
.dp_shape_rounded input {
  border-radius: 25px;
}
.dp_shape_square input {
  border-radius: 0px;
}
.dp_shape_soft input {
  border-radius: 8px;
}

/* Response message */
.newsletter-response-message {
  margin-top: 15px;
  padding: 10px;
  font-weight: bold;
  font-family: inherit;
}
.newsletter-response-message.success {
  color: green;
}
.newsletter-response-message.error {
  color: red;
}
