This form is not responsive and doesn't change it's size on changing the browser size. Half of the form goes out of the card.
<div class="row valign">
<div class="col s12 m8 offset-m2 l8 offset-l2">
<div class="card">
<form method="POST" >
{% csrf_token %}
{% form form=form %}{% endform %}
<div style="text-align:center">
<a href="#!" class="btn waves-effect waves-red z-depth-5" onclick="Materialize.toast('Thank You!', 4000, 'rounded')">SUBMIT</a>
</div>
</div>
</div>
</div>