.license-plate-checker {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}
.license-checker-nl {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.4rem;
    height: 4.5rem;
    min-height: 4.5rem;
    background: #1548ec;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    color: white;
}
.license-plate-checker input {
    width: 100%;
    background-color: #fabc00!important;
    font-weight: 500;
    font-family: "Kenteken",sans-serif!important;
    font-size: 1.8rem!important;
    padding: 0.5rem 2rem 0.5rem 5.5rem!important;
    color: #000;
    text-transform: uppercase;
    border: none!important;
    height: 4.5rem;
    min-height: 4.5rem;
    border-radius: 0.5rem!important;
}
