
.background-image
{
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;

  display: block;
  /*background-image: url('pozadi.png');*/
    background-image: url('pozadi_web.jpg');
  width: 100%;
  height: 100%;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.content
{
position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-left: 20px;
  margin-right: 20px;
}
.logo.img-responsive
{
    margin: 0 auto;
    margin-top: 10%;
}
.registrovat
{
    /*width: 30%;*/
    border-style: solid;
    border-width: 6px;
    border-color: #D9D9D9;
    border-radius: 14px;
    text-align: center;
    margin-top: 10%;
    /*padding-bottom: 1%;*/
    color: white;
    text-decoration: none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}
a:hover
{
    text-decoration: none;
}
.registrovat:hover
{
    color:black;
    background-color: #D9D9D9;
    text-decoration: none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}
.login
{
    /*padding-top: 2%;
    padding-right: 4%;*/
}
.login a
{
    color: white;
    text-decoration: none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}
.login a:hover
{
    color: black;
    text-decoration: none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.registrovat-block
{
    margin-top: 10%;
}
.zaregistrovat_se
{
    padding-top: 5%;
}