Hello,
If you want to use the form only on Home page, you may add this code in Custom css for page http://prntscr.com/hpy7rw:
.mc4wp-form-fields input {
display: inline-block;
}
.mpc-mailchimp.mpc-submit--small input[type="submit"] {
padding: 10px 16px;
margin-left: 10px;
}
Regards