/* NUMBER PLATE */
.number-plate{
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius: 3px;
    background-color:#f4c935;
    /* border:1px solid #1d1d1b; */
    margin: 0 0 20px 0;
    background-repeat: no-repeat;
    background-size:contain;
    position:relative;
    overflow: hidden;
}
.number-plate:before{
    background-color:#2c5eae;
    width:36px;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    content:' ';
    background-image: url('/modules/autotelex/assets/images/kenteken.svg');
    background-position:center;
    background-repeat:no-repeat;
    border-bottom-left-radius: 3px!important;
    border-top-left-radius: 3px!important;
}
.license-plate{
    background: transparent;
    padding-left: 30px;
    font-family: kentekenregular, sans-serif;
    border: 0;
    height: 64px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: center;
    border: 1px solid #c9a528;
    border-left: 0;
    border-bottom-right-radius: 3px!important;
    border-top-right-radius: 3px!important;
}

input.license-plate:-webkit-autofill,
input.license-plate:-webkit-autofill:hover,
input.license-plate:-webkit-autofill:focus {
    background-color : #FBBC01 !important;
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0px 1000px #f4c935 inset;
    transition: background-color 5000s ease-in-out 0s;
}