/*body.login
{
	background:#012438;
}*/

.wrap_login
{
	background:#f3f3f1;
}

.footer-mobile
{
	display:none;
	width:100%;
	color:#9cc1cf;
	border-top:5px solid #02344d;
	padding:10px 0px;
	text-align:center;
}

.footer
{
	background:#012438;
	color:#acd3e1;
}

.footer a,
.footer span
{
	color:#7abf25;
}

@media screen and (max-width: 1024px)
{
	
	.white_header .ccontainer, .blue_header .ccontainer
	{
		width:100%;
		height:auto;
	}
	
	#login
	{
		width:100%;
		font-size:18px;
		line-height:35px;
		
	}
	
	#chili_iframe
	{
		display:none;
	}
	
	#login #loginform
	{
		width:90%;
		padding:20px 5% 50px 5%;
	}
	
	.login form .input, .login input[type="text"]
	{
		width:100%;
		padding:10px 0px;
	}
	
	.blue_header .ccontainer .os > span
	{
		display:none;
	}
	
	
	#login
	{
		padding:88px 0 10px;
	}
	
	#chili_go_back_home,
	#chili_lost_pass
	{
		bottom:0px;
	}
	

	
}

@media screen and (max-width: 640px)
{

	body.login
	{
		background:#012438;
	}
	
	.blue_header .ccontainer ul.menu
	{
		display:none;
	}
	
	.footer
	{
		/*display:none;*/
	}
	
	.footer-mobile
	{
		display:block;
	}
	
	.footer-mobile a
	{
		color:#7fc524;
	}
}


@media screen and (max-width: 360px)
{
	.login form .input, .login input[type="text"]
	{
		width:96.5%;
	}
	
}

@media screen and (max-width: 320px)
{
	.blue_header .ccontainer .os
	{
		font-size:11px;
		display:none;
		left:135px;
	}
}
