app/assets/stylesheets/users.scss
// Place all the styles related to the Users controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.field > label{
color: black;
font-size: 14px;
padding-right: 20px;
}
.field > input {
font-size: 14px;
}