Hi Support,
I am a little stuck. I need to style the Email From to look like this:

But be responsive so that the text box goes smaller based on the collumn width for smaller displays/mobiles etc.
I tried to use a % in max width but it just messes it up…
See my design so far - http://hosting.quentosity.co.nz/~rentlinkco/
Entry pass is entry101
This is the css I applied to it so far:
.tco-subscribe-form{
text-align:center;
width:100% !important;
max-width: 100% !important;
}
.tco-subscribe-form fieldset{
display: inline !important;
}
.tco-subscribe-form fieldset input[type="email"] {
margin:0 !important;
width:35em !important;
height:4.3em;
max-width:100%;
}
.tco-subscribe-form fieldset input[type="submit"] {
margin-left:-2em;
width:7em;
box-shadow:none;
height:4.3em;
}