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

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

.login_jpo
{
	border: 1px solid grey;
	background-color: white;
}

a.boutonStandard div
{
	display: flex;
	width: 100%;
	background-color: #66b65c;
	color: white;
	justify-content: center;
}

a.boutonStandard div:hover
{
	background-color: #66b65c;
	color: white;
}

.login_logo
{
	background-image: url("./img/logo/logo-hypervegetal.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 100px;
}

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

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

	.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
	{
		margin: 5%;
		font-size: 31px;
		font-weight: bold;
		text-align: center;
	}

	.login_cadre
	{
		position: relative;
		padding: 10px;
		width: 300px;
		background-color: lightgrey;
	}

	.login_saisie
	{
		box-sizing: border-box;
		font-size: 14px;
		width: 100%;
		margin-bottom: 10px;
		height: 25px;
		border: none;
		padding-left: 10px;
		padding-right: 10px;
	}

	.login_erreur
	{
		font-size: 14px;
		color : #9f003a;
		padding: 0px;
		text-align: center;
		margin-bottom: 10px;
	}

}
