 
  
  body {margin:0;background-image:url('../plateau-chene.webp');
	            background-size:cover;
				display:flex;
                justify-content:center;
				align-items:center
				}
	   section{ height:100vh;
		        justify-content:center;
				align-items:center;
	         }				 
      	
fieldset { border: 8px solid gray;
           border-radius:15px;
		   background-color:#0000;
		   width: 500px;
		   }
  
	legend {
        	color:blue;
	         text-shadow:
            -1px -1px 1px #aaa,
            0px 4px 1px rgba(0, 0, 0, 0.5),
            4px 4px 5px rgba(0, 0, 0, 0.7),
            0px 0px 7px rgba(0, 0, 0, 0.4);
	      } 
	label { color:blue;}
	h1 { color:blue;
	     text-shadow:
         -1px -1px 1px #aaa,
         0px 4px 1px rgba(0, 0, 0, 0.5),
         4px 4px 5px rgba(0, 0, 0, 0.7),
         0px 0px 7px rgba(0, 0, 0, 0.4);
	}
	legend{text-align:center;}
	textarea {
		      border-radius:6px;
	          width: 380px;  
			  border: 4px solid gray; 
	          border-right-color:red; 
			  border-left-color:blue;
			  }
#ad-ip{color:blue;border-radius:15px; width:200px; height:20px; text-align:center;background-color:#F1E2BE;}			  
input {border-radius:5px; width: 280px; height:20px;}
#user{border-radius:5px; width:150px; height:20px; }	
#mdp{border-radius:5px; width:80px; height:20px ; }	
#alert{	border-radius:5px; width:150px; height:20px; }	
  footer {
           white-space:nowrap;
	         }
			 
  
