button { background-color: rgba(255,255,255,0); }
<button type="submit" name="submitDetails">Submit Data</button> <style> button { background-color: rgba(255,255,255,0); } </style>
button { background-color: Transparent; background-repeat:no-repeat; border: none; cursor:pointer; overflow: hidden; outline:none; }