body {
	background: url('img/fond2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.login_saisie
{
	box-sizing: border-box;
}

.login_corps
{
	display: flex;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.login_cadreLogo
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.login_cadreLogoSociete
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	background-color: white;
	border: 1px solid darkblue;
}

.login_identifiant
{
	border: 1px solid darkblue;
	border-radius: 30px;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 5px 5px 5px 0px grey;
	width: 330px;
}

@media screen and (min-width: 200px) and (max-width: 640px)
{
	.login_cadre
	{
		height: 100%;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	.login_titre
	{
		margin-left: 5%;
		font-size: 20px;
		font-weight: bold;
	}

	.login_saisie
	{
		box-sizing: border-box;
		font-size: 16px;
		width: 90%;
		margin: 5px 5%;
		height: 50px;
	}

	.login_logo
	{
		width: 55%;
		max-width: 600px;
	}
}

@media screen and (min-width: 640px)
{
	.login_titre
	{
		font-size: 20px;
		font-weight: bold;
	}

	.login_cadre
	{
		position: relative;
		/*margin: auto;*/
		padding: 10px;
		/*border: 1px solid grey;*/
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.cadre_bouton
	{
		padding-top: 10px;
	}

	.login_saisie
	{
		box-sizing: border-box;
		font-size: 14px;
		width: 100%;
		margin-top: 10px;
		height: 25px;
	}
	
	.login_erreur
	{
		font-size: 14px;
		color : red;
		padding: 0px;
		text-align: center;
		margin-top: 10px;
	}

	.login_logo
	{
		width: 200px;
	}

	.login_logo_societe
	{
		height: 50px;
		margin: 15px;
	}

	.login_logoGroupe
	{
		height: 200px;
		margin-top: 100px;
	}

	.login_cadreHaut
	{
		display: flex;
		flex: 1;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.login_cadreBas
	{
		display: flex;
		flex-direction: column;
	}
}