I'm currently working on a website using Django all-auth for authentication. Everything is functioning perfectly, but I'm wondering if there's a way to increase the size of the username and password input boxes using HTML. Below is the code snippet I've implemented:
<div class="p-t-31 p-b-9">
<div class="col-lg-40">
{{ form | crispy }}
</div>
</div>
Here is an image of the template for reference: