/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


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;
}



