#connection {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.connection_element {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.connection_element2 {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

#famille_input, #button_input {
	width:400px;
}

#Message_Erreur{
	color: red;
	font-weight: bold;
}

#Message_Ok{
	color: green;
	font-weight: bold;
}

.mdp_oublie {
	text-align: right;
}