body {
	margin: 0;
	padding: 0;
	background: url(http://www.primarestaurant.cz/images/pr-login-bg.jpg) #0d0b08 no-repeat center top;
	font-family: 'Open Sans', arial, tahoma, verdana;
}

input {-webkit-appearance: none;}

.container {
	margin: auto;
	text-align: center;
	color: #fff;
}

.container .logo {
	margin-top: 60px;
	margin-bottom: 40px;
}

@media screen and (max-width: 479px) {
	.container {
		width: 90%;
	}	
}

@media screen and (min-width: 480px) {
	.container {
		width: 90%;
	}	
}

@media screen and (min-width: 1024px) {
	.container {
		width: 960px;
	}	
}

@media screen and (min-width: 1280px) {
	.container {
		width: 1100px;
	}	
}

h1 {
	font-family: 'Kaushan Script', cursive;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,0.5);
	font-weight: 400;
	margin: 10px 0 0 0;
	padding: 0;
	cursor: default;
	letter-spacing: -0.5px;
}

.login-box {
	width: 460px;
	height: 500px;
	background: rgba(255,255,255,0.4);
	border-radius: 7px;
	padding: 35px 0 15px 0;
	text-align: center;

	position:absolute;
    left:50%;
    top:50%;
    margin: -275px 0 0 -230px;
}

.loginFailed {
	position: absolute; 
	top: -36px; 
	left: 50%; 
	width: 400px;
	text-align: center;
	color: #ff0000; 
	font-size: 18px; 
	font-weight: 400;
	margin: 0 0 0 -200px;
}

.logo {
	width: 130px;
	height: 130px;
	table-layout: fixed;
	border-radius: 70px;
	background: rgba(255,255,255,0.5);
	text-align: center;
	margin: auto;
	display: table;
}

.logo div {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	height: 130px;
}

.logo img {
	max-width: 100px;
	max-height: 80px;
}

.login-box-name {
	width: 380px;
	padding: 12px 12px 12px 12px;
	background: rgba(255,255,255,0.6);
	border-radius: 3px;
	border: 0;
	margin: 16px 0 0 0;
	text-align: center;
	font-size: 22px;
	resize: none;
	font-weight: 400;
}

.login-box-password {
	width: 380px;
	padding: 12px 12px 12px 12px;
	background: rgba(255,255,255,0.6);
	border-radius: 3px;
	border: 0;
	margin: 7px 0 0 0;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
}

.login-box-button {
	width: 405px;
	padding: 17px 12px 12px 12px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
	border: 0;
	margin: 18px 0 0 0;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	transition: all 0.3s ease-out 0s;
	border-radius: 3px;
}

.login-box-button:hover {
	background: rgba(0,0,0,0.7);
	transition: all 0.3s ease-out 0s;
}

.compatibility {
	padding: 30px 0px 30px 95px;
	text-align: left;
	background: url(http://www.primarestaurant.cz/images/chrome.png) no-repeat left center;
	background-size: 85px auto;
	margin: 0 20px 0 20px;
}

.compatibility h2 {
	font-size: 20px;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0;
}

.compatibility a {
	color: #e1e1e1;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

.compatibility a:hover {
	color: #bdd3e5;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

/****************************************************************************************************************************************************************/
/* MAX A MIN-WIDTH: 479PX; */
/****************************************************************************************************************************************************************/	
@media only screen and (max-width: 479px) {



}

@media only screen and (min-width: 480px) {

	.login-box {
	
	}

}

/****************************************************************************************************************************************************************/
/* MAX-WIDTH: 960PX; */
/****************************************************************************************************************************************************************/	

@media only screen and (min-width: 960px) {

}

/****************************************************************************************************************************************************************/
/* MIN-WIDTH: 1280PX; */
/****************************************************************************************************************************************************************/	

@media only screen and (min-width: 1280px) {
	
	.login-box {

	}
}

/****************************************************************************************************************************************************************/
/* MIN-WIDTH: 1366PX; */
/****************************************************************************************************************************************************************/	

@media only screen and (min-width: 1366px) {

	.login-box {

	}
}