input{
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=number] {
-webkit-appearance: textfield;    
-moz-appearance: textfield;}
textarea{
    border:0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -moz-box-shadow: 0 0 0 30px white inset !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;  
}
input:focus{outline:none;outline-style: none;box-shadow: none;border-color: transparent;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}



