input,
textarea,
select {
    border:1px solid rgba(0,0,0,.25);
    border-bottom:1px solid rgba(0,0,0,.35);
    border-top:1px solid rgba(0,0,0,.20);
    padding:6px 8px;
    border-radius:4px;
    box-sizing:border-box;
 
}

input:focus,
textarea:focus,
select:focus {
    background-image:linear-gradient(0deg,#fff,#fff);
    box-shadow:0 0 2px 2px rgba(47,181,210,.5)
}
input {
    background-image:linear-gradient(0deg,#fff,rgba(0,0,0,.05));
}
textarea {
    background:#fefefe;
}
/* select {
} */

input[type="button"], input[type="submit"] {
    background-image:none;
}
/* wp-contact form 7 */

.wpcf7-not-valid-tip, .wpcf7-validation-errors{
    background:#aa312d;
    color:#fff;
    font-size: 12px;
    padding:3px;
    border-radius:3px;
}

/* miel */
.contact-form-url{
    display: none;
}
