.wpcf7-form input {
border-radius:6px;                  /* Makes the edges rounded */
}
.wpcf7-form textarea {
border-radius:6px;          /* Makes the edges rounded */
}
.wpcf7-form .wpcf7-submit {     
background:#707e8e;         /* This edit the button colour */
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: white;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
  padding-left: 45px;
  max-height:200px;
}
.wpcf7-form .wpcf7-quiz, .wpcf7-form input[type="number"], .wpcf7-form input[type="date"], .wpcf7-form input.wpcf7-text {
    padding: 12px;
    padding-left: 50px;
        border-radius: 50px;
}
.wpcf7 p{ position: relative; }
.wpcf7 p .fa {
    position: absolute;
    color: #666666;
    z-index: 100;
    font-size: 18px;
    top: auto;
    padding-top:20px;
    padding-left:20px;
}
    
    
.wpcf7 p .fa-pencil{ top: 5%; left: 1.5%}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: 1em 3em!important;
}

form.wpcf7-form.thegem-cf7 .wpcf7-form-control-wrap:after {
    top: 50%;
    transform: translateY(-50%);
    display:none!important;
}