HI, i would like to make this part of my sites css unique to this form, how can i do that?
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
background-color: #fff;
font-family: "Avenir Next";
font-size: 24px;
font-weight: 500;
line-height: 80px;
height: 60px;
width: 360px;
border-radius:30px;
color:#04545F;
margin-left:400px;
}
the site name is circularcloud.nl
form mentioned above is at bottom of page
thanks in advance <3