/* CSS Document */
body{
  background-color:#EEECEC;
  background-image: url("obrazky/index_pozadi.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial;
  overflow:hidden;
}
ul{
  list-style-type: none;
}
legend{
}
.prihlaseni{
  padding-top: 150px;
}
fieldset{
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  border: 0px solid black;
  background-color: rgba(255,255,255, 0.8);
  width: 500px;
  padding: 10px;
  border-radius: 10px;
  font-size: 25px;
  text-align: center;
  box-shadow: 4px 4px 10px grey;
}
form{
  display: inline-block;
  margin: 0 auto;
}
input{
  margin-top: 5px;
  border: 0px solid #ff8000;
  border-radius: 5px;
  padding: 5px;
  font-size: 20px;
  background-color: white;
  color: black;
}
button{
  margin-top: 10px;
  width: 44%;
  border: 0px solid #e67300;
  border-radius: 5px;
  font-size: 18px;
  font-family: Arial;
  color: white;
  background-color: #C30017;
}
button:hover{
  cursor: pointer;
}
footer{
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: white;
}
footer a{
  color: white;
}
header{
  display: block;
  padding: 10px 0px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 30px;
}
header a{
  color: white;
}
#zapomenuteHesloOdkaz{
  font-size: 15px;
  font-family: Arial;
  color: white;
  color: #5F5E5E;
}
