   input[type=color],
   input[type=date],
   input[type=datetime-local],
   input[type=datetime],
   input[type=email],
   input[type=month],
   input[type=number],
   input[type=password],
   // input[type=radio],
   input[type=search],
   input[type=tel],
   input[type=text],
   input[type=time],
   input[type=url],
   input[type=week],
   select,
   textarea {
       border-top-color: transparent;
       border-left-color: transparent;
       border-right-color: transparent;
       border-bottom-color: transparent;
       box-shadow: none;
   }
