form {
   border: 1px solid blue;
   margin: 20px;
   width: 500px;
   padding: 10px;
}

form input {
   width: 400px;
}

