Thanks buzztone! I think the problem is actually in the parent theme css.
It’s being overridden by
input[type=text], input[type=email], input[type=password], textarea {
color: #666;
border: 1px solid #dcdcdc;
border-radius: 3px;
Is there some kind of selector I can use to override this?