div.wpcf7 input[type=file] {
    cursor: pointer;
}

.wpcf7-form input, select, textarea {
    /* display: block; */
    /* width: 100%; */
    font-family: inherit;
    font-size: 1rem;
    /* height: 2.5rem; */
    outline: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #2ebcfc;
    border-radius: 3px;
    box-shadow: none;
    padding: 0 12px;
}