Hello I put this code and it doesn’t see good:
.wpcf7-form {
color: #fff;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: transparent !important;
border-bottom: 1px solid #fff!important;
border-top: 0px!important;
border-left: 0px!important;
border-right: 0px!important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 18px;
color: #fff !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 40px!important;
font-family: ‘Droid Sans’, Helvetica, Arial, Lucida, sans-serif;
}
.wpcf7-submit {
color: #fff !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 18px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding: 8px 20px;
line-height: 1.7em;
background: #288c93;
border: 1px solid #AAE1D4;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
font-family: ‘Droid Sans’, Helvetica, Arial, Lucida, sans-serif; !important;
}
.wpcf7-submit:hover {
background-color: #288c93;
border-color:#57e6e6;
padding: 8px 20px !important;
color: #fff!important;
}
.wpcf7-form-control.wpcf7-submit {
border-radius: 10px;
}
div.wpcf7 {
font-family: ‘Droid Sans’, Helvetica, Arial, Lucida, sans-serif;
text-align: center;}
.wpcf7-textarea {
font-family: ‘Droid Sans’, Helvetica, Arial, Lucida, sans-serif;
width: 100%;
box-sizing: border-box;
color: inherit;
padding: 24px;
position: relative;
line-height: 1.5em;
font-size: 18px;
margin-bottom: 40px;
color: #eee;
}
.one-half,
.one-third {
position: relative;
margin-right: 4%;
float: left;
margin-bottom: 20px;
}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.last {
margin-right: 0 !important;
clear: right;
}
The web is https://actividades.laforetlanguages.com/
Thank you.
Regards

