Hi Anita,
Try to add this code in Quick CSS or custom.css:
.form-row {
padding: 0;
}
form.login .form-row {
width: 100%;
}
.register .form-row label {
font-size: 10px;
}
or, if the code above doesn't work, try this one instead:
.form-row {
padding: 0 !important;
}
form.login .form-row {
width: 100% !important;
}
.register .form-row label {
font-size: 10px !important;
}
Hope this helps. :)
Regards,
Ismael