#boxConnect {
	width : 20%;
}

#boxPass {
	width : 15%;
	margin-top : 20px;
	background-color : #DCDCDC;
}

/* ************************************************************************************************ */
/* media query testees sous http://apps-fr.orson.io/piresponsive et http://ami.responsivedesign.is/ */

@media only screen and (max-width : 768px) {
    /* CSS mobile portrait */
	#boxConnect {
		width : 80%;
	}
	#boxPass {
		width : 70%;
	}
}

@media only screen and (min-width : 768px)  {
    /* CSS tablettes paysage */
}

/* media query                                                                                      */
/* ************************************************************************************************ */
