
   

   /* nový design pro login */

#login_lista{
  position: relative;
  min-height: 50px;
  width: 100%;
  background-color: rgb(49,132,155);
  font-family: "Ubuntu-Light";
}

#login_titulek{
  position: relative;
  border: 0px solid;
  float: left; 
  margin: 10 0 0 50px;
  font-size: 20px;
  font-weight: 780;
  color: #fff;
}

#login_titulek_right{
  position: relative;
  border: 0px solid;
  float: right;
  margin: 10 50px 0 0px;
  font-size: 20px;
  font-weight: 780;
  color: #fff;
}

.form-container {
  position: relative;
  top: 150px;
  border: 0px solid;
  font-family: "Ubuntu-Light";
  text-decoration: none;
  vertical-align: middle;
  padding: 20px 0px 20px 0px;
  width:400px;
  height: 200px;
  margin: auto;
  text-align: center;
}

.login-title{
  position: absolute; 
  width: 100%;
  padding: 5px 0 0 0px;
  font-family: "Ubuntu-Light";
  font-size: 17px;
  font-weight: 50;
  color: rgba(104,104,104, 1);
  border: 0px solid;
}                                                      

.login-input{
  position: relative;
  width: 300px;
  text-align: left;
  padding: 2 2 2 2px;
  height: 35px;
  font-size: 20px;
  border: 0px solid;
  background-color: transparent;
  color: rgba(104,104,104, 1);
}


.pass-title{
  position: absolute; 
  width: 100%;
  padding: 5px 0 0 0px;
  top: 105px;
  font-family: "Ubuntu-Light";
  font-size: 17px;
  font-weight: 50;
  color: rgba(104,104,104, 1);
  border: 0px solid;
}
.pass-input{
  position: relative;
  top: 50px;
  width: 300px;
  text-align: left;
  padding: 2 2 2 2px;
  height: 35px;
  font-size: 20px;
  border: 0px solid;
  background-color: transparent;
  color: rgba(104,104,104, 1);
}

.line{
  position: relative;
  height: 1px;
  width: 100%;
  background-color: rgba(104,104,104, 0.8);
  top: 25px;
}

.login-submit{
  position: relative;
  top: 100px;
  background-color: rgb(49,132,155);
  width: 50px;
  height: 50px;
  border: 0px;
  cursor: pointer;
  left: 175px;
}
.login-submit:hover{
  background-color: rgb(228,109,10);
}
.login-submit .fi-play{
  position: relative;
  top: 5px; 
  left: 2px;
  color: #fff;
  font-size: 38px;
}