AND (&&):

.registration_form_right input:not([type="radio"]):not([type="checkbox"])

OR (||):

.registration_form_right input:not([type="radio"]),
.registration_form_right input:not([type="checkbox"])
05-28 02:53