
<style>
    #input {
        position: relative;
        margin-top: -4px;
    }

    @media screen and (min-width:768px){
        #input{
            background-image: linear-gradient(to left, #fff 64%, red 30%) !important;
        }
    }

</style>