.cc-book-wrp .cc-book-form-wrp .cc-book-form {
	position: relative;
}

.cc-input-licenseplate {
    padding-left: 30px !important;
}
.cc-form.cc-book-form .cc-book-input-wrp:nth-child(1) .cc-form-group::before {
    position: absolute;
    background-image: url('https://images.carglass.it/-/media/0c0ba27ee676454e9730dbc8a66b4fa2.ashx');
    background-position: center 5px;
    background-repeat: no-repeat;
    content: '';
    top: 10px;
    left: 0px;
    height: 44px;
    width: 20px;
    background-color: #006CE1;
}
.cc-form.cc-book-form .cc-book-input-wrp:nth-child(1) .cc-form-group::after {
    position: absolute;
    content: 'I';
    top: 30px;
    font-size: 14px;
    left: 10px;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
.cc-form.cc-book-form .cc-book-input-wrp:nth-child(1) .cc-form-group::before {
	top: 0;
}
.cc-form.cc-book-form .cc-book-input-wrp:nth-child(1) .cc-form-group::after {
	top: 23px;
}
}