html, body{
	height: 100%;
	width: 100%;
/*	background-position: fixed;
	background-size: cover;
	background-image: url("../includes/img/background-web.jpg");*/
	background-image: url("../source/img/background-web.jpg");
	background-size: cover;
	position: fixed;
	background-position: right top;
}
#wrapper{
	text-align: center;
}
#homepage_main_table{ 
    display: inline-block;
    width: 30%;
    margin-top: 10%;

    overflow:hidden;
    /*width: 100% !important; */
    
    box-shadow: 5px 1px 15px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-weight: 500;
    /*rounded corners for IE*/
	
	
	
	font-size: 1.2rem;
}

#nadpisFormy{
	color: white;
	background-color: black;
	width: 100%;
	/*margin-right: 5px;*/
	/*margin-left: 5px;*/
	
	margin-bottom: 20px;
	height: 60px;
}

#loginForm{
	padding: 20px;
}

