If you only want to style the input fields of type=”text”:
.text-outline{
text-shadow:-1px -1px 0 rgba(0,0,0,1),
1px -1px 0 rgba(0,0,0,1),
-1px 1px 0 rgba(0,0,0,1),
1px 1px 0 rgba(0,0,0,1);
}
Example:
My Text