.kioskloginpanel {
	border-radius: 10px;
	box-shadow: 1px 4px 5px #414141 !important;
}

.kioskloginpanel-body {
	border-radius: 10px;
	background-color: #f5f5f5 !important;
}

.kiosklogin-title {
	font-size: 16px;
    text-align: center;
    color: #818181;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
}
#kiosklogin-title-2 {
	font-size: 12px;
    margin-top: 20px;
}
.kiosklogin-logo {
	background-image: url(images/touch.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 200px;
    margin-top: 20px;
}
.kiosklogin-message {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.kiosklogin-message-icon {
	width: 16px;
	height: 16px;
	background-image: url("images/exclamation.png");
	background-repeat: no-repeat;
	display: block;
}
.kiosklogin-lang-div {
	width: 100%;
	text-align: center;
}
.kiosklogin-lang-table {
	margin-left: auto;
	margin-right: auto;
}
.kiosklogin-lang-hun {
	background-image: url("images/hungary-icon.png");
	background-repeat: no-repeat;
	cursor: pointer;
	height: 42px;
    width: 75px;
}
.kiosklogin-lang-eng {
	background-image: url("images/united-kingdom-icon.png");
	background-repeat: no-repeat;
	cursor: pointer;
	height: 42px;
    width: 75px;
}
.kiosklogin-lang-sep {
	width: 15px;
}