body{
	width: auto;
	margin: 0 auto;
	display : block;
}
.gmsi{
	margin: 10px 0 10px 25px;
}
.login{
	color : #000000;
	font-size:25px;
}
#login{
        width: 75%;
        height: 100%;
        position: absolute; /*Can also be `fixed`*/
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
        max-width: 100%;
        max-height: 100%;
        overflow: auto;
 	border-radius: 25px;
  	background: #4d749b;

}
img{
background-color: transparent;
border : none;
}
button{
background-color: transparent;
border : none;
}
input{
	 	border-radius: 10px;
	 	margin-left : 10px;
}
.titre{
font-size: 30px;
text-align : center;
color: #ffffff;
}
