input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
border-width: 1px;
border-color: rgba(0,0,0,0.12);
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
font-weight: 300;
font-size: 16px;
background-color: white;
border-radius: 0;
color: #999;
box-sizing: border-box;
width: 100%;
padding: 16px 20px 16px 10px;
border-radius: 0;
}
input:matches([type="button"], [type="submit"], [type="reset"]), input[type="file"]::-webkit-file-upload-button, button {
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}
input:matches([type="button"], [type="submit"], [type="reset"]), input[type="file"]::-webkit-file-upload-button:hover, button:hover {
padding: .3em 2em .3em .7em;
border: 2px solid transparent;
}