#carsell-form {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    font-family: Arial, sans-serif;
}

#contact-form {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    font-family: Arial, sans-serif;
}

.form-group {
    margin-bottom: 4px;
}

#carsell-form input,
#carsell-form select,
#contact-form input,
#contact-form select,
#contact-form textarea {
    width: 100%;
    padding: 12px 15px 12px 35px;
    border: 2px solid #939498;
    border-radius: 25px;
    font-size: 15px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
}

#carsell-form input[name="name"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 2 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#carsell-form input[name="phone"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#carsell-form input[name="email"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#carsell-form input[name="vehicle"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#carsell-form select[name="unit"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#contact-form input[name="name"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 2 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#contact-form input[name="phone"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#contact-form input[name="email"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#contact-form input[name="subject"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#contact-form select[name="unit"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#contact-form textarea[name="message"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 10H6v-2h12v2zm0-3H6V7h12v2z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
        background-position: 10px 13px;
}

#carsell-form select,
#contact-form select {
    appearance: none;
    padding: 12px 40px 12px 40px;
    border: 2px solid #939498;
    border-radius: 25px;
    font-size: 15px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 10px center, right 10px center;
    background-size: 20px, 12px;
}

#carsell-form input::placeholder,
#carsell-form select:invalid,
#contact-form input::placeholder,
#contact-form select:invalid,
#contact-form textarea::placeholder {
    color: #999;
}

#carsell-form button,
#contact-form button {
    width: 100%;
    height: 47px !important;
    line-height: 44px;
    font-family: "Exo2-Regular", sans-serif;
    font-size: 15.988px !important;
    border: 2px solid #a8d053;
    margin: 0;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    user-select: none;
    outline: 0;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    background: #a8d053;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#carsell-form button:hover,
#contact-form button:hover {
    background-color: #218838;
}

.text_exem {
    box-sizing: border-box;
    color: #7A7A7A !important;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    text-align: left;
    font-size: 10px;
}

#lojista-form {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    font-family: Arial, sans-serif;
}

#lojista-form input {
    width: 100%;
    padding: 12px 15px 12px 35px;
    border: 2px solid #939498;
    border-radius: 25px;
    font-size: 15px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
}

#lojista-form input[name="name"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 2 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#lojista-form input[name="razao_social"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#lojista-form input[name="cnpj"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#lojista-form input[name="email"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#lojista-form input[name="phone"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" fill="none" stroke="%23999" stroke-width="2"/></svg>');
}

#lojista-form input::placeholder {
    color: #999;
}

#lojista-form button {
    width: 100%;
    height: 47px;
    line-height: 44px;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 15.988px;
    border: 2px solid #a8d053;
    margin: 0;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    user-select: none;
    outline: 0;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    background: #a8d053;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#lojista-form button:hover {
    background-color: #218838;
}