/* VEH REG Form Styles - Matching reference image exactly */

.veh-reg-form {
    font-family: 'Consolas', monospace;
    font-size: 11px;
    color: #000;
    background: transparent;
}

.veh-reg-input {
    border: none !important;
    background: #00a4c5 !important;
    color: #000 !important;
    font-family: 'Consolas', monospace !important;
    font-size: 11px !important;
    height: 18px !important;
    padding: 1px 3px !important;
}

.veh-reg-input:focus {
    outline: none;
    background: #00a4c5 !important;
}

