﻿
.hamburger {
	padding: 20px;
	background-color: #132965;
}

#div_hamburger {
	float: left;
	display: none;
}

#div_logo {
	display: block;
}

#apps {
	display: table; /* !important; -> zpusobi podelani designu  */
}

@media screen and (max-width:650px) {
	#div_hamburger {
		display: block;
	}

	#div_logo {
		display: none;
	}

	#apps {
		display: none !important;
	}
}

.tableCenter {
	margin: auto;
	margin-top: 0px;
	width: 330px;
	text-align: center;
}

.divFormWidth {
	width: 400px;
}

@media screen and (max-width:500px) {
	.divFormWidth {
		width: 90%;
		text-align: center;
		display: block;
	}

	.tableCenter {
		width: 90%;
	}
}

.loginBg {
	background-image: url(../images/bg_login.webp);
	background-size: cover;
	background-position: unset;
}

.divForm {
	display: block;
	margin: auto;
	margin-top: 80px;
	border-radius: 10px;
	background-color: white;
}

.divCenterForm {
	width: auto;
	align-content: center;
	text-align: center
}

.divMain {
	display: block;
}

.divForm h1 {
	color: #152864 !important;
}

.divLang {
	padding: 7px 20px; /* 7 50 */
}

