function textlogin() {
  if (document.getElementById('login_login').value == "Uživatelské jméno")
    document.getElementById('login_login').value = "";
}

function textlogin1() {
  if (document.getElementById('login_login').value == "")
    document.getElementById('login_login').value = "Uživatelské jméno";
}
