Thanks guys, this code below fixed it;
input[type=”text”],
input[type=”email”]
{
background: #232323; padding: 8px 12px; font-size: 12px; border: none; width: 180px; color: #515151;
box-shadow: inset 1px 1px 3px #191919;
border-radius: 5px;
}
Thanks again.