body{
	background-color: #F1F1F1;
}

.menu-connexion{
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    margin-bottom: 120px;
}

.section-mesagee .mesagee{
	font-size: 29px;
	font-family: WorkSans-Bold;
	line-height: 32px;

}

.button, #users input{
	margin:3px;
	background-color: #F0F0F0;
	 border: 0px solid #ccc;
	 font-size:16px;
	 height:40px;
	 padding-left: 7px;
}

input:hover {
  cursor: pointer;

}

.submit-buton{
	font-size: 20px;
	font-family: WorkSans-SemiBold;
	background-color: #000000;
	border-style:none;
	color: white;
	padding:8px 10px;
}

.column-info{
	margin:3px;
	background-color: #7E2A90;
	justify-content: center;
    text-align: center;
    padding-top: 50px;
    height: 280px;

}

.button, #mail input{
	margin:3px;
	background-color: #FFFFFF;
	 border: 0px solid #ccc;
	 font-size:16px;
	 height:40px;
	 padding-left: 7px;
}











@media (max-width:767px){
	input{
		width:100% !important;
	}
}

@media (max-width:1199px){
		input{
		width:100% !important;
	}
}