/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


     .input-loader-year,
    .input-loader-make,
    .input-loader-model,
    .input-loader-zip {
        position: absolute;
        right: 37px;
        top: 34%;
        width: 22px;
        height: 22px;
        border: 2px solid #ccc;
        border-top: 2px solid #144880;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
        transform: translateY(-50%);
        display: none;
    }