.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"]{
    border:solid #abb8c3 1px;
   width: 350px;
height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #abb8c3;
    

}

.wpcf7-form input::placeholder {
  color: #abb8c3;
  font-family: open sans;
	font-weight:400;
}

label{
    margin-top: 40px;
    margin-bottom: -10px;
	font-size:16px;
	font-family: Open sans;
	color:#E61489;
	font-weight: 800;
}

.wpcf7 input[type="submit"]{
    margin-top: -15px;
    width: 350px;
    padding: 7px;
    background-color: #E61489;
    border: solid #E61489 1px; 
    border-radius: 10px;
    color: white;
    font-family: open sans;
    font-size: 16px;
   
}

input[type="submit"]:hover{
    background-color:white;
    font-family: open sans;
    font-size: 16px;
border: solid #E61489 1px; 
border-radius: 10px;
    color: #E61489;
}