/*
    This file is only to be used on the quantum marketing pages that host the Zappy Ride component, do not use this in the code what so ever
*/
 
.MuiFilledInput-input {
    border-style: unset !important;
    border-width: unset !important;
    border-color: unset !important;
    box-shadow: unset !important;
    font-size: unset !important;
    margin: unset !important;
    padding-right: unset !important;
    padding-bottom: unset !important;
    padding-left: 12px !important;
    padding-top: 16px !important;
    box-sizing: unset !important;
    color: #000000 !important;
}