Здравствуйте! Надо сделать так,чтобы переместить поля Email и Phone на отдельную строчку
<div class="form">
<input type="text" placeholder="First Name">
<input type="text" placeholder="Last Name">
<input type="text" placeholder="Email">
<input type="text" placeholder="Phone">
</div>
input {
display: inline-table;
width: 300px;
font-size: 13px;
padding: 6px 0 4px 10px;
border: 1px solid #000000;
background: #F6F6f6;
border-radius: 3px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
width: 278px;
height: 50px;
background:#fafafa;
}