$(function(){
    $('.login').click(function(ev){
        $(ev.target).colorbox({width:790, height:480, iframe:true, scrolling: false});
    })
})
