I am using boostrap forms but I need to customize it in my design. When I simply write
<form class="firstform" method="POST" enctype="multipart/form-data">
{% csrf_token %}
{% bootstrap_form form %}
its showing nice form but I want to edit this form as my design what can be the best way to do so?