body {
    font-family: "sans-serif", "Arial";
    font-size: 14px;
}

body a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

header a {
    color: #333;
    font-weight: normal;
}

.headerspan {
    color: #333;
}

.logonname {
    font-size: 15px;
    font-weight: 700;
}

header h1 {
    color: #004d87;
}

header a:hover {
    text-decoration: underline;
}

/* TEXT-REFLECT CSS */

.text-reflect, .text-reflect:before, .text-reflect span {
  display: block;
  margin: 0;
  padding: 0;
}

.text-reflect, .text-reflect:before, .text-reflect:after {
  position: relative;
}

.text-reflect {
  top: -20px;
}

.text-reflect:before {
  content: 'Přihlášení uživatele';
  top: 40px;
  transform: scale(1, -1);
  backface-visibility: visible; 
  z-index: 1;
}


.text-reflect:after {
  content: '';
  display: block;
  top: -5px;
  left: 0;
  width: 100%;
  height: 20px; 
  background-image: linear-gradient(to bottom, rgba(50,120,120, .1) 50%, rgba(50,120,120, 4) 0%);
  z-index: 2;

}