how to remove the border and transprant
to remove border try this:
border: none; border-color: transparent;
Like this:
input { border: none; background: transparent; }