.label1
{
	display: inline-block;
	
	font-weight: bold;
	width:	120px;
	margin-left: 10px;
	margin-right: 2px;
	position: relative;
	text-align: left;
	left: 5px;
}
.text1
{
	display: inline-block;
	width:	150px;
	font-size: medium;
	font-weight: bold;
	border: 0.5px solid blue;
	border-radius: 5px;
	box-shadow: 0px 4px 4px #1c1a19;
	margin-right: 10px;
	margin-left: 2px;
	text-align: right;
	right=5px;
}
.connexion_app
{
	background-color: aqua;
	width:450px;
	height:200px;
	border: 0.5px solid blue;
	border-radius: 5px;
	box-shadow: 0px 4px 4px #1c1a19;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	margin-bottom: 10%;
}