.view-connection {
	background-image: linear-gradient(60deg, #034ea2, #0099da);
	height: 100vh;
	display: flex;
}

.view-connection > .row {
	flex-grow: 1;
}

.h1_connection {
	font-size: 2.1rem;
}
.loginScreen {
	background-color: #fff;
	border-radius: 0.25rem;
	padding: 30px;
	max-width: 500px;
	height: auto;
	overflow: visible;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.allvhHeight {
	position: relative;
	align-self: center;
}

@media screen and (max-width: 530px) {
	.loginScreen {
		margin-right: 15px;
		margin-left: 15px;
	}
}

.societes {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}
