.champ{
	border:solid 1px #97BC65;
	padding:2%;
	border-radius:20px;
	text-align:center;
	margin: 20px auto;
	max-width:400px;
}
#login{
	background: url(../images/icone1.svg) no-repeat 4% center ;
	background-size:8%;
}
#password{
	background: url(../images/icone2.svg) no-repeat 5% center ;
	background-size:5%;
}
.champ input{
	width:70%;
	text-align:center;
	border:none;
	font-family:"arial";
	font-size:1.2em;
	font-style: italic;
}