$(document).ready(function() {
    $('#idcard').click(function() {
        document.location.href = 'https://system.sivex.ee/authid/';
    });
});