/* BASIC */
.ec-flex-center {
	display: flex;
	align-items: center;
}
.ec-flex-1 {
	flex: 1;
}
/* END BASIC */

.ec-connexion > div {
    margin-bottom: 15px;
}
.ec-connexion label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.ec-connexion input[type="text"],
.ec-connexion input[type="password"] {
    width: 100%;
}