input[type=text], #respond textarea, .mkdf-style-form textarea, .post-password-form input[type=password], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, input[type=email], input[type=password], input[type=text] {
position: relative;
display: block;
width: 80%;
margin: 0 0 25px;
padding: 12px 19px;
font-size: 17px;
font-weight: 300;
text-transform: none !important;
letter-spacing: .07em;
font-family: "Cormorant Garamond",sans-serif;
line-height: 24px;
color: #999;
background-color: transparent;
border: 1px solid #e1e1e1;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: border-color .2s ease-in-out;
-o-transition: border-color .2s ease-in-out;
transition: border-color .2s ease-in-out;
}