.inputs{
    border-radius:0px;
}

@media screen and (max-width: 1000px) {
         .hide-on-mobile {
         display: none !important; /* !important helps override other styles */
        }
        }