input[type=text],input[type=number],input[type=email],input[type=tel],input[type=password]{outline-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:var(--input-border-radius);background-color:#fff;padding:12px 14px;font-size:16px}:is(input[type=text]:placeholder-shown,input[type=number]:placeholder-shown,input[type=email]:placeholder-shown,input[type=tel]:placeholder-shown,input[type=password]:placeholder-shown),input[type=text]:placeholder-shown,input[type=number]:placeholder-shown,input[type=email]:placeholder-shown,input[type=tel]:placeholder-shown,input[type=password]:placeholder-shown{background-color:var(--inputs-background-color);opacity:.75}input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=password]:focus{border:1px solid var(--primary-color)}input::placeholder{color:#16161680}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}
