form.kenteken_check {
height: 60px;
border-radius: 30px;
overflow: hidden;
display: flex;
border: none;
max-width: 440px;
}
form.kenteken_check input {
background-color: #e9ae39 !important;
width: 52%;
border: none;
padding: 0 25px;
text-align: left;
border-radius: 0;
outline: none;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
form.kenteken_check button {
background-color: #2e4c97;
color: #ffffff;
width: 48%;
border: none;
padding: 0 25px;
text-align: left;
border-radius: 0;
outline: none;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
form.kenteken_check button:hover,
form.kenteken_check button:focus {
background-color: #20A3DD;
outline: none;
}