input,
select,
textarea,
button {
    all: unset;
    display: revert;
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}