@media screen and (max-width: 540px){

	body{
	margin:0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	background-color: #dadada;

}
#prihlasenie{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 12vw auto;
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 50px;

}
#logo{
	width: 100%;
	height: 100px;
	text-align: center;
}
form input{
	width: 90%;

}

.prihlas{
	border:none;
	width: 97%;
     
	-webkit-transition:0.3s;
}
.prihlas:hover{
	color: white;
}
#heslo{
	text-align: center;
	font-size: 12px;
}
#left{
	width: 90%;
	height: auto;
	margin: auto;
	float: none;
	padding: 20px 0%;

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

}
#right{
	width: 100%;
	height: auto;
	float: none;
	padding: 0px;
	text-align: center;
	color: white;
	background-size: 150%;

}
#inside{
	margin: 30px auto;
	text-align: center;
}
#inside b{
	font-size: 20px;
}
#nic{
	clear: both;
	display: block;
}
}