html{
	height:95%;
}
body{
	height:100%;
}
.fixed_top_left_div{
	height:100%;
	position:fixed;
	width: 100%;
	top: 0;
	left: 0;
}

#secteur_connection{
	box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height:400px;
	width:600px;
	background-color:white;
	margin:auto;
	border:none;
}
#title{
	position: relative;
	top: -100px;
	color:white;
	font-family: Impact, fantasy;
	font-size: 4em;
}
form{
	display:inline-grid;
	padding: 0 60px;
	font-size: 2em;
	font-family: Arial;
    position: relative;
    top: -40px;
}
input{
	margin-bottom: 40px;
	height: 40px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid gray;
	font-size: 1em;
	width: 480px;
}

input[type=submit]{
	border-bottom:none;
	cursor: pointer;
}
input[type=submit]:hover{
	background-color: gray;
	color:white;
}
label{
	margin-bottom: 20px;
}
img{
	margin:5% 0 0 5%;
	height: 100%;
	cursor: pointer;
}