form#form select, form#form input[type="text"], form#form input[type="email"], form#form input[type="number"], form#form input[type="tel"], form#form textarea { /* width: 100%; */ height: 35px; padding: 5px; margin-bottom: 20px; margin-top: 10px; height: 40px; padding: 0 15px; display: block; max-width: 100%; width: 100%; } form#form { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 15px; color: 222; } form#form { font-family: "Montserrat", sans-serif; width: 100%; display: block; overflow: hidden; position: relative; display: flex; flex-wrap: wrap; align-items: flex-end; } form#form input.submit { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; background: red; border: none; color: #fff; width: 100%; max-width: 300px; height: 35px; margin-top: 10px; margin: 0 auto; display: block; cursor: pointer; font-size: 14px; text-transform: uppercase; } form#form {} p.underline { font-weight: 400; } br { /* display: none; */ } form#form br { display: none; } @media screen and (max-width: 767px) { form#form table tr td { display: block; margin-bottom: 5px; } }
form#form input.submi:hover, form#form input.submit:focus{ opacity: 0.7; } 