/*
    container-login.css
    rettrome2018.org/mobile | 08/09/2018
    Copyright 2018 web-communication.eu
	mobile version
*/


#container {
	position: relative;
	margin: 0 auto;
	margin-top: 7%;
	background: #fff;/*rgba(255,255,255,.95);*/
	width: 400px;
	padding:  30px 0 50px 0;
	display: none;
}




@media only screen and (max-width: 319px) {
	
	#container {
		
		width: 320px;
	}
	
}

@media only screen and (min-width: 320px) and (max-width: 639px) {
	
	#container {
		
		width: 100%;
		max-width: 400px;
	}
	
}