body{
	margin: 0 auto;
	background-image: url("../img/telecharger2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 720px;
}
.container{
	width: 500px;
	height: 400px;
	text-align: center;
	background-color: rgba(52,73,94,0.7);
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 150px;
	
}
.container img{
	width: 120px;
	height: 85px;
	margin-top: -60px;
	margin-bottom: 30px;
	border-radius: 10px;
}
input[type="text"],input[type="password"]{
	height: 40px;
	width: 300px;
	font-size: 18px;
	margin-bottom: 20px;
	/* padding-left: 20px;*/
}
.form-input::before{
	/*content: "\f007";*/
	position: absolute;
	font-family: "fontAwesome";
	font-size: 30px;
}
.btn-login{
	height: 45px;
	padding: 15px 30px;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
	border: none;
	background-color: #2ECC71;
	border-bottom: 4px solid #27AE60;
}
.btn-cancel{
	height: 45px;
	padding: 15px 30px;
	cursor: pointer;
	color: #000;
	border-radius: 5px;
	border: none;
	background-color: #fff;
	border-bottom: 4px solid #F7F2F2;
}
.lbl {
            width: 20px;
            height: 5px;
            background-color: #EFEFEF;
      }