.elementor-subscribe-form-wrapper.subscribe-form-style-2 form .mc4wp-form-fields input[type="email"] {
  border: 1px solid #E0E0E0;
}

.elementor-subscribe-form-wrapper.subscribe-form-style-2 form .mc4wp-form-fields input[type="submit"] {
  background: #006D77;
  border: 1px solid #006D77;
}

.elementor-subscribe-form-wrapper.subscribe-form-style-2 form .mc4wp-form-fields input[type="submit"]:hover {
  background: #00838F;
}

.elementor-subscribe-form-wrapper.subscribe-form-style-2 form .mc4wp-form-fields input[type="email"]:focus {
  border: 1px solid #006D77;
}
.elementor-subscribe-form-wrapper.subscribe-form-style-3 form .mc4wp-form-fields input[type="submit"] {
    background: #0073e6;
}