Hello,
Seems plugin has padding styles directly in PHP file http://prntscr.com/mmlj3y and it caused the issue. Add the following code to Theme Options > Custom CSS to fix the problem
#subscriptio_stripe-card-expiry-month, #subscriptio_stripe-card-expiry-year {
padding: 0 2.9em 0 1em !important;
}
#subscriptio_stripe-card-expiry-month {
margin-bottom: 15px;
}
Regards