I have created an input field for a log-in feature on the page however I have been trying to change the color of the text in the field using css. Is this possible. I have tried many routes however none seem to work so far. Below is the code for the email portion of the sign in.
<input class="form-control ng-class:{'error':dashboard.showFormErrors && !dashboard.signinForm.email.$valid}"
data-ng-model="signinController.signin.email"
type="email"
name="email"
id="email"
placeholder="Email"
ng-minlength="2"
ng-maxlength="3"
required>
focusas a suggestion, accept that instead of post an answer of your own using the very same