/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

input[type="text"],
input[type="email"],
textarea
{
	background-color: #3D3D3D;
    color: #fff;
    width: 50%;
	box-sizing: border-box;
  	border: 1px solid #ccc;
  	border-radius: 4px;
}


