$(document).ready(function(){    $(".enter span").click(function(){        $("#authorization").slideToggle("slow");    });});
