
function login(){

    document.getElementById('login').submit();

}

function register(){

    window.location.href = '/cadastrar';
}

