* {
    box-sizing: border-box;
    /* font-family: "Dosis", sans-serif; */
    font-optical-sizing: auto;
}

body {
    margin: 0;
    padding: 0;
    /* color: #eef0f5; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    overflow-x: hidden;
}

#inputReg {
    padding-left: 45px !important;
    background: url(../images/euro.svg) no-repeat scroll 0px -4px !important;
}

#inputMile,
#inputReg {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    /* margin-right: 16px; */
    box-sizing: border-box;
    border: 2px solid transparent;
    margin-bottom: 8px;
    color: #fff !important;
    height: 64px;
    border-radius: 12px;
    font-family: sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 1.9rem);
    background-color: #111827 !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

#inputMile:focus,
#inputReg:focus {
    outline: none;
    box-shadow: 0px 8px 20px rgba(150, 6, 202, 0.95);
    transform: translateY(-2px);
}

input::placeholder {
    color: #c9c9c9 !important;
}

@media (min-width: 768px) {

    #inputReg,
    #inputMile {
        display: inline-flex;
        margin-bottom: 0px;
    }
}