@CHARSET "UTF-8";

body
{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
 	background-color: green;   
   background: url(bg-new.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
 	
}
.container { position: relative; }
.lang { position: absolute; bottom: 0px; right: 0; background-color: #783b65;padding: 5px 20px;color: white; }
.lang a { color: white; text-decoration: none; }
.actlang { color: #ea8849 !important; }
/*--------------------*/
div.logo
{
	float: left;
	margin-left: 650px;;	
}
div.main
{
	display: table;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.container
{
	max-width: 880px;
	width: 100%;	
	background-color: #ffffffc4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    min-height: 320px;
    margin-left: auto; margin-right: auto;
    margin-top: 20px;
    padding: 35px;
}
div.logowanie
{
	width: 50%;
	float: right;
	border-left: 1px solid #eeeeee;	
}
div.slider
{
	width: 49%;
	float: left;	
}

#login
{
    
    height: 240px;
    width: 100%;
    max-width: 400px;
    margin: 0px auto 0 auto;
    padding: 30px;
}

/*--------------------*/

h1
{
    text-align: center;
    color: #333333;
    margin: 0px 0px 20px 0px;    
    font: normal 20px Verdana, Helvetica;    
}

/*--------------------*/

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input
{
    background: #f1f1f1 url('login-sprite.png') no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
#actions
{
    margin: 10px 0 0 0;
}
#submit
{		
    background-color: #783b65;
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;    
    float: left;
    height: 60px;
    padding: 0;
    width: 100%;
    cursor: pointer;
    font: normal 24px Arial, Helvetica;
    color: white;
}
#submit:hover,#submit:focus
{		
    background-color: #f07f14;
}
#submit:active
{		
    border: none;
}

#submit::-moz-focus-inner
{
  border: none;
}

@media screen and (min-width: 880px) and (max-width: 970px) {
	#inputs input { width: 300px; }
	#submit { width: 346px; }	
	div.container { max-width: 800px; padding: 25px; }	
	#login { max-width: 350px; }
	 
}

@media screen and (min-width: 320px) and (max-width: 880px) {
	div.container
	{
		width: 420px;	
		margin-bottom: 40px;	
	}
	div.logowanie
	{
		width: 100%;
		border-left: 0px;
		float: none;
		margin-left: -20px;
	}
	div.slider
	{
		width: 100%;
		display: inline;
		float: none;	
	}
	div.logo
	{
		float: left;
		margin-left: 150px;;	
	}
		
}