body {
    background:#000;
	color: #696969;	
	background-image: url(../theme/images/login_background.jpg);
	background-repeat:no-repeat; 
	background-position:center top;	
}

a {
  color: #fff;
}

.box {
	background:#fff;
	border: 1px solid #e6e6e6;
	border-top:1px;		
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius: 12px;
	-moz-box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
	color:#4682b4;    
	margin:0 auto 30px;
	overflow:hidden;
	padding: 0px 30px 0px 30px;	
}

.box.login {
	max-height:550px;		
	margin: 20px 20px;		
	margin-top: 125px;	
	box-sizing: border-box;		
}
	
.box #loginLanguage
	{
		text-align: right;
		vertical-align: middle;
		line-height: 32px;
		font-size: 12px;
	}	
.box #loginLanguage img {
	vertical-align: middle;
}

.box .header {   
		font-size:30px;
		text-align: left;
		vertical-align: middle;	
		height: 40px;
		line-height: 40px;
	}
	
.box .buttons {	
	margin-bottom: 5px;
	}
	
.box .footer {
	margin-top: 10px;		
	margin-bottom: 10px;		
	height: 125px;
	border-top: 1px solid #e6e6e6;	
	vertical-align: middle;
	text-align: center;	
}	

.footer img {
	max-width: 100px;
}


.box .footer div div {
		height: 70px;
		display: table-cell; vertical-align: middle ;
	}
	
.box .boxBody {
	text-align: right;
	}	
	
.box label
	{
		display:block;    
		color: #454545;
		margin-left: 0px;
		margin-top: 20px;	
		margin-bottom: 30px;		
		height: 50px;
		line-height: 50px;
		text-align: right;
		vertical-align: middle;
	}
	
.box input[type=text], 
.box input[type=password] {
	float:right;
	display:inline;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px;	
	border:1px solid #e6e6e6;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:rgba(0,0,0,0.10) 2px 2px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.10) 2px 2px 5px;
	box-shadow:rgba(0,0,0,0.10) 2px 2px 5px;
	
	height: 45px;
	font-size: 16px;	
	width: calc(100% - 120px);	
	box-sizing: initial;
}
	
.box input[type=text]:focus, 
.box input[type=password]:focus {
	border:1px solid #e6e6e6;
	color:#454545;
}	
	
.box .client_data {
	padding-top: 15px;
}

.loginErrors {
	background-color: #f9dada;
	border-radius: 4px;
	min-height: 30px;	
	line-height: 30px;		
	text-align: left;	
	font-size: 14px;
	color: #696969;
	vertical-align: middle;	
}

.loginErrors img {
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.loginErrors span {
	vertical-align: middle;
	height: 30px;	
	line-height: 30px;	
}

	
footer#main {
	text-align:center;
}		
	
footer a{
	text-decoration: none; color: #fff;
}

.loginFooter {
	font-size: 11pt;
	}

.loginBrowsers{		
	text-align: left;	
	font-size: 14px;
	color: #fff;
	margin: 20px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.loginBrowsers img{
	float: left; 
	margin: 0px 5px 0px 0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	-moz-box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
}

.loginMobile{		
	text-align: center;	
	font-size: 14px;
	margin: 20px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.loginMobile img{
	height: 40px;    
	margin: 3px;	
}

.loginPayments{		
	text-align: center;	
	font-size: 14px;
	color: #fff;
	margin: 20px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.loginPayments img{
	height: 40px;
	margin: 3px;
	padding: 5px;
	background:#fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	-moz-box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
}

.loginCookies{					
	text-align: center;
	font: 12px Helvetica;
	color: #fff;
	margin: 20px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto	
}

@media only screen and (max-width: 991px) {
	
	.box.login {
		max-height:550px;		
		margin: 20px 20px;		
		margin-top: 125px;	
		box-sizing: border-box;		
	}
	
	.box .footer	.spacer {
		clear: both;
	}

	.box .client_data {
		display: none;
	}

	.box .client_logo {
		position: absolute;
		top: 20px;
		left: 0px;
		margin: 0;		
		display: block;		
		width: 100%;
		text-align: center;
	}
	
	.box .client_logo img{
		max-height: 90px;		
		max-width: 100%;		
	}
		
}	

@media only screen and (min-width: 360px) {
	.footer img {
		max-width: 120px;
	}
}

@media only screen and (min-width: 480px) {
	
	.footer img {
		max-width: 150px;
	}
	
	.box .footer div div {
		height: 80px;	
	}
		
}
	
@media only screen and (min-width: 992px) {
	.box.login {
//		height:420px;
		width: 845px;
		position: relative;
		margin-left: auto;
		margin-right: auto;		
//		position:absolute;
//		left:50%;
//		top:125px;
//		margin:0 0 0 -452px;
	}	
	
	.box .boxBody {
		margin-left: 345px;
		margin-top: 20px;	
		margin-bottom: 20px;			
		border-left: 1px solid #e6e6e6;		
		position: relative;
		padding-left: 75px;
	}
	
	.box .header
	{   		
		height: 50px;
		line-height: 50px;
		font-size:35px;		
	}
	
	.box .client {				
		top: 52px;		
		width: 330px;
		height: 280px;		
		position: absolute;
		color: #696969;
	}
	.box .client img {
		max-width: 300px;
	}
	
	.box input[type=text], 
	.box input[type=password] {
		width: calc(100% - 120px);	
	}
	
	body.en .box input[type=text], 
	body.de .box input[type=text], 
	body.it .box input[type=text], 
	body.en .box input[type=password],
	body.de .box input[type=password],
	body.it .box input[type=password]
	{
		width: calc(100% - 130px);	
	}

	body.es .box input[type=text], 
	body.es .box input[type=password]
	{
		width: calc(100% - 170px);	
	}
	
	.box .footer {
		margin-bottom: 0px;
	}
	
	.box .footer div div {
		height: 125px;		
	}
	
	div.footer img {
		max-width: 150px;
	}

	.box .footer span {  
		height: 125px;
		position: relative;
		top: 45px;	
		text-align: center;
	}	
/*	
	.loginBrowsers{
		height:30px;
		width: 750px;
		position:absolute;
		left:50%;
		top: 713px;
		margin: 0 0 0 -400px;
		text-align: left;	
		font-size: 14px;
		color: #fff;
	}
	
	.loginCookies {
		height:50px;
		width: 750px;
		position:absolute;
		left:50%;
		top: 775px;
		margin: 0px 0 0 -400px;	
		text-align: center;
		font: 12px Helvetica;
		color: #fff;
	}
	
	footer#main {
		position:fixed;
		left:0;
		bottom:10px;		
		width:100%;
	}
*/
}
	
@media only screen and (max-width: 480px) 
{
    div.buttons input, div.buttons button {
         display: block; 
         margin: 0px !important;      
         width: 100%;
         margin-bottom: 5px !important;
    }
	
}
	
@media only screen and (min-width: 1367px) {

	body {
		background-size: 100% auto;
	}
	
	.box.login {
//		height:430px;
		width: 935px;
//		position:absolute;
//		left:50%;
//		top:125px;
//		margin:0 0 0 -498px;
	}

	.box #loginLanguage
	{		
		height: 32px;		
		text-align: right;
		color: #696969;	
		vertical-align: middle;
		line-height: 32px;
		font-size: 12px;
	}
	
	.box label
	{
		display:block;    
		color: #454545;
		margin-left: 0px;
		margin-top: 20px;	
		margin-bottom: 30px;
		width: 460px;
		height: 50px;
		line-height: 50px;
		text-align: right;
		vertical-align: middle;
	}
	
}