input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select{
    width:100%;
    border:1px solid rgba(33,33,33,.14);
    border-radius:16px;
    background:#fff;
    color:var(--fm-text);
    padding:12px 14px;
    font:inherit;
}
textarea{min-height:140px;}
