
#login_panel {
	margin:auto;
	width:max-content;
	min-width: 330px;
	display:block;
	margin-top:5%;
}
.createuser {
	border:1px solid lightgrey;
	border-radius:15px;
}
.createuser .TitleCtrl {
	text-align:center;
	height:27px;
	border-radius: 5px;
	color:var(--ColorTextOnBkg);
	background-color:var(--ColorBkg);
}
.createuser table {
	width:100%;
}
.createuser tr {
	line-height:27px;
}
.loginuser {
	margin:10% auto auto;
	border:1px solid lightgrey;
	border-radius:15px;
	text-align:center;
	font-size:1em;
}
.loginuser table {
	width:100%;
}
.loginuser tr {
	line-height:27px;
}

.loginuser_label {
	border-radius:7px;
	line-height:24px;
	text-align: center;
}
.oeil {
    margin-left: 6px;
    font-size: 0.8em;
}

section p {
	text-align:center;
}

@media screen and (max-width: 960px) {
	
	section #content p {
		font-size:0.8em;
		margin-top:-10px;
	}
	.createuser ,.loginuser {
		margin:auto;
		font-size:1em;
	}
}
