I tried to change the color of the text in the submit button type but, I don't know why I am not able to change it.
I was getting a problem when I tried to change the color of the submit button.
.button
{
font-size: 13px;
color:green;
}
<input type="submit" value="Fetch" class="button"/>