.rectangle {
  width: responsive;
  height: 70px;
  background-color: #2C0000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.logo{
	position: absolute;
	top: 8px;
	right: 0px;
	bottom: 10px;
	left: 20px;

}
.text{
	position: absolute;
	top: 7px;
	right: 0px;
	bottom: 0px;
	left: 170px;

	color: white;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 19px;
}
.footer {
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 100%;
  background: #B0EAFF;
  padding: 5px 9.25px;
  color: #000;
  font: 13.3333px Lato, sans-serif;
  text-align: center;
}
.text_footer{
	color: #3192cb;
	font-size: 11px;
	margin-bottom: -11px;
}
.st{
	color: #3192cb;
	font-size: 11px;
	float: left;
}
.sc{
		color: #3192cb;
	font-size: 11px;
	float: right;
}
.welcome {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-305%);
  font-size: 14px;
  font-weight: bold;
  color: #000;
  font-family: sans-serif;
}

.connexion {
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  background-color: #c98400;
  width: 485px;
  margin: 10px auto;
  padding: 5px;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 13px;
}

.log {
  position: absolute;
  left: 50%;
  top: 197px;
  transform: translateX(-50%);
  background-color: #EBEBE5;
  width: 485px;
  margin: -12px auto;
  padding: 50px;
}
.bandeau {
  position: absolute;
  left: 50%;
  top: 270px;
  transform: translateX(-50%);
  background-color: #908374;
  width: 485px;
  margin: 10px auto;
  padding: 13px;
}
.clear {
	background-color: #efefef;
	position: absolute;
	top: 283px;
	left: 50%;
	transform: translateX(250%);
	font-size: 13px;
}
.mdp {
  position: absolute;
  top: 255px;
  left: 50%;
  transform: translateX(-238%);
  font-size: 14px;
  font-weight: bold;
  color: #000;
  font-family: sans-serif;
}
.numero {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-440%);
  font-size: 14px;
  font-weight: bold;
  color: #000;
  font-family: sans-serif;
}
.user {
	position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-267%);
  font-size: 14px;
  font-weight: bold;
  color: #000;
  font-family: sans-serif;
}
.login {
	position: absolute;
  top: 195px;
  left: 50%;
  transform: translateX(-70%);
  width: 170px;
}
.pass {
	position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-70%);
  width: 170px;
}
.submit {
		position: absolute;
	top: 283px;
	left: 50%;
	transform: translateX(260%);
	font-size: 13px;	
}
.welcome2 {
	 position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-95%);
  font-size: 14px;
  font-weight: bold;
  color: green;
  font-family: sans-serif;
}
.yes {
	position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-96%);
  font-size: 14px;
  font-weight: bold;
  color: green;
  font-family: sans-serif;
}
