requirejs(["common"],function(o){var n={formfocus:function(o){var n="input-focused";o.each(function(){var o,t=$(this);$(this).val().length&&$(this).closest(".input").addClass(n),t.on("focus",function(){(o=$(this)).closest(".input").addClass(n),o.on("focusout",function(){o.val().length||o.closest(".input").removeClass(n)})})})}};$(function(){var o={".form-control":n.formfocus},t=Object.keys(o);if($(t.toString()).length>0)for(var s in o){var c=$(s);o.hasOwnProperty(s)&&c.length&&o[s](c)}})});define("modules/crefo.formfocus",function(){})