input[type="tel"]
{
    background-color: #fff;
    color: #000;
	height: 40px;
}

input[type="email"]
{
    background-color: #fff;
    color: #000;
	height: 40px;
}

input[type="text"]
{
    background-color: #fff;
    color: #000;
	height: 40px;
}

.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
	height: 80px;
}