/*!
 * Start Bootstrap - Round About HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    //background-image: url(../img/background.jpg);
    //background-size: cover;
}

.img-center {
	margin: 0 auto;
}

.hidden {
style="visibility: hidden;
font-size:small;
}

footer {
    margin: 50px 0;
}
.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
    max-height: 87px;
    max-width: 87px;
}

.heslo{
  margin:20px 0 20px 0;
}

.zelene{
  background-color: rgb(51,204,0);
  color:#fff;
}
.zelene:hover{
  background-color: rgb(70,214,0);
  color: #fff;
}