#head{
    height:10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #93A299;
}

#nav-title{
    width: 25%;
    margin-left: 20px;
    font-weight: bold;
    color: white;
    font-size: 1.8em;
}

#contenu{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 90%;
}

#alert-form{
	width: 100%;
	text-align: center;
	background-color: #F1A7A7;
	padding: 1%;
}

#form-connection{
  	Width: 400px;
  	margin: 0px;
  	padding: 2%;
  	border: 2px solid #93A299;
}

#formulaire-connection{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.section-form{
	margin: 10px;
}

.g-recaptcha{
	margin-top: 20px;
	margin-bottom: 30px;
}

input[type="text"],input[type="password"]{
	padding: 4px;
	font-family: Montserrat;
	font-size: 13px;
	text-align: center;
	width: 300px;
}

label{
	font-size: 13px;
}

button{
	font-weight: bold;
	background-color: #ffffff;
	border: 2px solid #fd7e14;
  	text-align: center;
  	padding-right: 15px;
  	padding-left: 15px;
  	padding-top: 4px;
  	padding-bottom: 4px;
}

button:hover{
	background-color: #fd7e14;
}