



*{



	margin: 0;

	padding: 0;

	box-sizing: border-box;





}

h3{



	font-family: 'Arial';
	font-size: 18pt;
	letter-spacing: 1px;
	width: 100%;
	/*background: #7FB3D5;*/
	background: #006f55;
	padding: 15px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	

}


.p{
	font-family: 'arial';
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
}


#container{

   /* background: #5d6d7e;  */



    background: #eaeaea;
    width: 100%;
    height: 100vh;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
   

}

#container form{

    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 0px;


}




@media (min-width: 768px){


#container form{


	 background: #fff;
    width: 500px;
    height: 100vh;
    padding: 0px;

    

}






}









.divLogo img{

	

	width: 200px;
	height: 200px;
	margin: auto;
	




}

.divLogo{

	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: center;
    margin: auto;

	
	
}


.divImgame img{


	width: 300px;
	height: 300px;
}

.divImage img {

	display: none;


}






@media (min-width: 768px){


.divImage{

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: center;
    margin: auto;

}


.divImage img {

	
	display: flex;




}





}





#container form input{
 	

 	width: 15rem;
 	height: 3rem;
 	padding: 5px;
 	font-size: 16pt;
 	display: block;
 	text-align: center;
 	margin: auto;
 	margin-top: 10px;
 }



@media (min-width: 768px){

	#container form input{ 	

 	width: 80%;
 	padding: 10px;
 	height: 20%;


   }
}





#container form input[type="submit"]{

	background: #5DADE2 ;
	margin-top: 30px;
	color: #ffff;
	letter-spacing: 1px;
	font-family: 'Arial';
	padding: 5px;
	cursor: pointer;
	border-radius: 5px;

}


#alert{

	margin-top: 15px;
	font-family: 'Arial';
	font-size: 10pt;
	text-align: center;
	color : red;	

}    

   

  








