body{
	margin:0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	background-image: url(img/bgg.jpg);
	background-size: cover;
	background-attachment: fixed;

}
#prihlasenie{
	width: 780px;
	height: auto;
	background-color: rgba(255,255,255,0.2);
	backdrop-filter:blur(25px);
	border-radius: 20px;
	overflow: hidden;

	left: 0;
    right: 0;
    margin: auto;
    margin-top: 20vh;

}
#logo{
	width: 100%;
	height: 100px;
	text-align: center;
}
form input{
	width: 91%;
	font-weight: lighter;
	font-size: 16px;
	border-radius: 10px;
	padding: 4% 3% 4% 5%;
	color: black;
	border:none;
	background-color: white;
	-webkit-transition:0.3s;

}

.prihlas{
	border:none;
	width: 99.4%;
	color: white;
	background: #1078fd;
	text-align: center;
	cursor: pointer;
	padding: 4.8% 3% 4% 5%;
	font-size: 17px;
	border-radius: 10px;
     
	-webkit-transition:0.3s;
}
.prihlas:hover{
	background: #b5b7bb;
	color: white;
}
#heslo{
	text-align: center;
	font-size: 12px;
}
#left{
	width: 320px;
	height: auto;
	float: left;
	padding: 15px 20px 20px 43px;

}
#nadleft{
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 27px;
	text-align: center;
	color: white;

}
#right{
	width: 350px;
	height: 320px;
	float: right;
	padding: 20px;
	text-align: center;
	color: white;

}

#right2{
	width: 400px;
	height: 500px;
	float: right;
	padding: 20px;
	text-align: center;
	color: white;

}
.obnovahesal2{
	text-decoration: none;
	color: white;
	position: relative;
	top: 14px;
	text-align: center;
	font-size: 13px;
	margin-left: 5px;

}
.obnovahesal2 .fas{
   color: #1079ff;
}

.obnovahesal{
	text-decoration: none;
	color: white;
	position: relative;
	top: 14px;
	text-align: center;
	font-size: 13px;
	margin-left: 5px;

}
#left p{
	font-size: 13px;
	color: gray;
	margin-left: 20px;


}
#inside{
	margin: 70px auto;
	text-align: center;
}
#inside img{
	width: 80%;
	margin-top: 35px;
}
#inside b{
	font-size: 20px;
}

#inside2{
	margin: auto;
	margin-top: 120px;
	text-align: center;
}
#inside2 img{
	width: 80%;
	margin-top: 30px;
}
#inside2 b{
	font-size: 20px;
}
#nic{
	clear: both;
	display: block;
}
