/* custom-checkout.css */

/* Change the color of the input box */
#customer_id_field input {
    background: gainsboro;
}
#customer_id_field .optional {
    display: none;
}