		body, html{
			font-family: "titilliumweb-r", verdana;
			text-align: center;
			margin: 0px;
		}
		
	
		h1{
			font-weight: normal;
		}
		
		
		
		#top_1{
			background-color: #272e59;
			color: white;
			text-align: left;
			margin: 0px;
			padding: 4px;
			padding-left: 100px;
			font-size: 11px;
			font-weight: bold;
			
			
			
		}
		
		p{

			color: white;
			text-align: left;
			margin: 0px;
			padding: 4px;
			
		}
		
		#top_2{
		    background-color: #06C;
			color: white;
			font-weight: normal;
			text-align: left;			
			font-size: 18px;
			font-family: "Script MT";
			font-size: 24px;
			

	
		}
		
		#regole_accesso{
			text-align: center;
		    background-color: #edf4f9;
			border: 2px solid #ccdfee;
			display: inline-block;
			border-radius: 0.25em;
			margin: auto;
			width: 55%;
			height: auto;
			padding: 10px;
			font-weight: normal;
			color: #06C;
		}
		
		
		#centrale{
			background-color: #F5F5F5;
			padding: 10px;
			border: 1px solid #c4c4c4;
			border-radius: 0.25em; /* bordi leggermente arrotondati*/
			display: inline-block;
			margin: auto;
			width: 55%;
			height: auto;
			text-align: left;
			
			
			font-size: 10px;
			color: #262625;
			font-weight: normal;
			
		}
		
		
		#casella_username, #casella_pw {
			
			width: 98%;  /*rispetto al box (div) che contiene le caselle*/
			border: 0.3px solid grey;
			height: 30px;
		}



		#bottone_entra{
			
		width: 80%; 
		background-color: #06C; 
		color: white;" 
		border: 0px;
		width: 100%;
		padding: 12px;
		font-weight: bold;
		font-size: 20px;	
		border-radius: 0.25em;
		border-color: white;
		
		}
		
		
		#bottone_lingua{
			
		display: inline;
		background-color: white; 
		color: #06C;
		border-radius: 0.25em;
		margin-left: 100px;
		padding: 6px;
		border-color: white;
	
	
		}
			
		
		
		#logo{
			
			width: 43px;
			height: auto;
			display: inline-block;
			margin: 6px;

		}
		
		
		table {
			border: 0px;
			padding: 4px;
		}
		
		
		
		
		footer {
			font-size: 13px;
			color: white;
			text-align: center;
			background-color: #272b28;    
            padding: 10px;
			margin: auto;
            bottom: 0px;			
			position: relative;
			

		}
		
	
	#azzurro {
		
		color: #90cbd4;
		font-weight: bold;
	}
		
		
		
	@media(max-width: 768px){
		
		#centrale{
			width: 90%;
		}
		
		#regole_accesso{
			width: 90%;
		}
		
		#top_2{
			font-size: 16px;
		}
		
		h1{
			font-size: 18px;
		}
	}