.body_one {
	background: #087da7;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 95vh;
	flex-direction: column;
}


.body_home {
	background: #087da7;

	justify-content: flex-start;
	align-items: flex-end;
	height: 95vh;
	flex-direction: column;

}

.Vitej{
	display: inline !important;
	font-family: 'Titillium Web', sans-serif;
	margin: 0px 0px 0px 235px;


}


.Vitej{
	display: inline !important;
	font-family: 'Titillium Web', sans-serif;
	margin: 0px 0px 0px 235px;


}


.Lekce{
	display: inline !important;
	font-family: 'Titillium Web', sans-serif;
	margin: 5px 5px 0px 0px !important;


}

.container{
	float:right;
	clear:both;
	padding-top:15px;
}

*{
	font-family: sans-serif;
	box-sizing: border-box;
}

form {
	width: 500px;
	border: 2px solid #ccc;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
}

h2 {
	text-align: center;
	margin-bottom: 40px;
	font-family: 'Titillium Web', sans-serif;
}

input {
	display: block;
	border: 2px solid #ccc;
	width: 95%;
	padding: 10px;
	margin: 10px auto;
	border-radius: 5px;
}
label {
	color: #888;
	font-size: 18px;
	padding: 10px;
}

button {
	float: right;
	background: #087da7;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
}
button:hover{
	opacity: .7;
}
.error {
   background: #F2DEDE;
   color: #A94442;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}

h1 {
	text-align: center;
	color: #fff;
}

.odhlas {
	float: right;
	background: #555;
	padding: 10px 15px;
	color: #fff	!important;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
	text-decoration: none;
}
a:hover{
	opacity: .7;
}

.barv{
	color: white;
}
