input[type="text"],
input[type="password"],
button,
textarea,
select {
margin: 0;
padding: 0;
border: none;
border-radius: 0;
outline: none;
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input:focus,
textarea:focus {
outline: none;
}