@no-stress Ecco come puoi intervenire:
<form class="form-inline" method="post" action="richiesta-inviata.php"> <input type="text" name="nome" placeholder="Nome" style="margin-right:1%; width: 49%;"> <input type="text" name="cognome" placeholder="Cognome" style="margin-left:1%; width: 49%;"><br><br> <input type="submit" value="Invia Richiesta"> </form>
In pratica ho ridotto l'input al 49% aggiungendo un margine di 1%.