.full-width-form { width: 100%; max-width: 100%; display: block; } .full-width-form input, .full-width-form textarea, .full-width-form select { width: 100%; box-sizing: border-box; }
Back to Top