body,html {
	background: #002a3c;
}
#logo_nadpis{
	float: none;
	margin: 40px 0 0;
}
#logo_nadpis a{
	width: 266px;
	height: 82px;
	background: url(../img/logo-mobil.png) no-repeat;
	display: block;
	overflow: hidden;
	margin: 0px auto;
}
#vlajky{
	display: none;
}
#divRoot{
	margin: 50px 25px 20px;
	border-top: 1px solid #006692;
}
#form{
	padding: 0;
	background: none;
	border: none;
	width: auto;
	height: auto;
}
#form > form > div{
	width: 100%;
	height: auto;
	float: none;
}
#form label{
	width: 100%;
	float: none;
	color: #006692 !important;
	font-size: 20px;
	text-align: left;
	margin-bottom: 5px;
}
#form input{
	float: none !important;
	width: calc(100% - 40px);
	border: none;
	border-radius: 3px;
	font-size: 18px;
	height: 18px;
	padding: 15px 20px;
	color: #1a1a1a;
}
#form .submitbox{
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 17px;
}
#form .submitbox input{
	width: 100%;
	height: 74px;
	padding: 0;
	text-align: center;
	color: #002a3c;
	background: #b1cf00;
	font-size: 22px;
}
.staylogged{
	display: none;
}