$(document).on('focusin', '.textbox.material input', ev => {
    $(ev.currentTarget).parent().addClass('focus');
  });