#connexion .content {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}

#connexion .loginBox {	
	width: calc(100% - 1rem);  
	max-width: 400px;
	margin: 5% auto;
	background-color: rgba(48, 48, 48, 0.5);
	padding: 1.2rem 1rem;
	border: 0 solid rgba(0,0,0,.125);
	border-radius: .25rem; 
}

#connexion .loginLogo {
	text-align: center;
	margin-bottom: 30px;
	background: #FFFFFF;
	padding: .65rem 0 0 1rem;
	border-radius: 1rem;
}

#connexion .loginLogo img {
	height: 80px;
}

INPUT.btn { border: 0; }
LABEL { color: #FFFFFF!important; }
.grp-invalide LABEL { color: #444444!important; } 

/** Demande d'ouverture de compte **/
#demandecmp .content {
	width: 600px;
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}

#demandecmp .box {	
	width: calc(100% - 1rem);  
	max-width: 600px;
	margin: 5% auto;
	background-color: rgba(48, 48, 48, 0.5);
	padding: 1.2rem 1rem;
	border: 0 solid rgba(0,0,0,.125);
	border-radius: .25rem; 
}

#demandecmp .logo {
    text-align: center;
    margin-bottom: 20px; 
    background: #FFFFFF;
    padding: .6rem .5rem .5rem;
    border-radius: .8rem;
}