🔥 Forms and inputs are available via properies on document.forms. You might not need a selector 😃
🔥 You can disable an entire form or groups of inputs by wrapping in a <fieldset> and applying the disabled attr
🔥 :nth-last-child() will give you nth-child but start counting from the end.