inputs.on('change', (e) => {
    const target = $(e.currentTarget);

    if (target.val().length !== 0 || target.attr('placeholder') !== undefined) {
      target.siblings('label').addClass('active');