.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select
{
width: 90%;
line-height: 2rem;
margin: auto;
border: solid 2px var(--wp--preset--color--secundary);
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"]
{ -ms-transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5);
padding: 10px;
margin: 0.5rem;
}
.wpcf7 input[type="submit"]
{
padding: .8rem 1.8rem;
cursor: pointer;
background-color: var(--wp--preset--color--primary);
border: none;
border-radius: .5rem;
font-weight: bold;
}
.wpcf7 input[type="submit"]:hover {
background-color: var(--wp--preset--color--accent);
color: var(--wp--preset--color--contrast);
}
.wpcf7-form-control-wrap select
{
padding: .5rem;
}