
#login_panel {
	margin:auto;
	width:330px;
	display:block;
}
.loginuser {
	margin:10% auto auto;
	border:1px solid lightgrey;
	border-radius:15px;
	text-align:center;
	font-size:1em;
}
.loginuser table {
	width:100%;
}

.loginuser_label {
	border-radius:7px;
	vertical-align:top;
	line-height:24px;
}
.loginuser tr{
	height:35px;
}
.loginuser tr:first-child{
	text-align: center;
}
.createuser {
	margin:30px auto auto;
	border:1px solid lightgrey;
	border-radius:15px;
	text-align:center;
	font-size:1em;
}
.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;
	}
}
