
function awsomeInputs(sel,lab,rou){
if(sel=='replaceSelects'){
$('select').magicSelect();
}
if(lab=='labelsInInputs'){
$('input[type="text"], input[type="password"], textarea').inputLabel();
}
if(rou=='roundedInputs'){
$('input[type="text"]:not(.magicSelect), input[type="password"], .magicSelectParent, textarea').roundedInputs();
}
}
