mam problem z tym że te dwa inputy nie są równo obok siebie i za cholerke nie chcą się wyrównać

form input[type="text"] {
width: 200px;
height: 26px;
border: 2px solid #37804e;
border-radius: 25px 0px 0px 25px;
padding-left: 10px;
font-size: 12px;
}
form input[type="text"]::-webkit-input-placeholder {
color: #cccccc;
}
form input[type="submit"] {
width: 80px;
height: 30px;
background-color: #37804e;
border: none;
border-radius: 0px 25px 25px 0px;
color: #fff;
font-family: 'Lato', sans-serif;
font-size: 12px;
margin-left: -5px;
}