button{
	background-color:rgba(13, 192, 236, 0.5);
	position:relative;
	left: 150px;
	top:0px;
	display:block;
	margin:20px 0px 0px 20px;
	text-align:center;
	border-radius:12px;
	border:2px solid #366473;
	padding:14px 80px;
	outline:none;
	color:white;
	cursor:pointer;
	transition:0.25px;
	
}
button:hover{
	background-color:rgba(247, 223, 89, 0.5);
	
}





*{
	margin: 0;
	padding: 0;
}
body {
  background-image: url(../image/formfond.jpg);
  height: 100vh;
  background-size:cover;	
	width:100%;
	height:100%;
}
.container {
  position: relative;
  top:50px;

}
.container form {
  background: rgba(0, 0, 0, .5);
  padding: 2rem ;
  height: 400px ;
  width:500px ;
  border-radius: 20px ;
  border-left: 1px solid rgba(255, 255, 255, .3);
  border-top: 1px solid rgba(255, 255, 255, .3);
  box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
  text-align: center ;
  position:relative ;
  top:50px ;
  left:400px ;
}
#connexion {
  color: white;
  font-weight: 500;
  opacity: .7;
  font-size: 2.4rem;
  margin-bottom: 60px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
  
a {
  text-decoration: none;
  color: #ddd;
  font-size: 12px;
}

a:hover {
  text-shadow: 2px 2px 6px #00000040;
}

a:active {
  text-shadow: none;
}
input {
  background: rgba(255,255,255, .4);
  border: none;
  border: 2px solid rgba(255, 255, 255, .3);
  padding: 1rem;
  width: 400px;
  border-radius: 50px;
  
  box-shadow: 4px 4px 60px rgba(0, 0, 0, .2);
  color: white;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  transition: all .3s;
  margin-bottom: 2em;
}

input:hover,
input[type="email"]:focus,
input[type="password"]:focus{
  background: rgba(255,255,255,0.1);
  box-shadow: 4px 4px 60px 8px rgba(0,0,0,0.2);
}
    

::placeholder {
  color: #fff;
}

.drop {
  background: rgba(0, 0, 0, .3);
   backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  border-left: 1px solid rgba(255, 255, 255, .3);
  border-top: 1px solid rgba(255, 255, 255, .3);
  box-shadow: 10px 10px 60px -8px rgba(0,0,0,0.2);
  position: absolute;
  transition: all 0.2s ease;
  display:flex;
}

.drop-1 {
  height: 80px; width: 80px;
  top: 30px; left: 390px;
  z-index: -1;
}

.drop-2 {
  height: 80px; width: 80px;
  bottom: -70px; right: 350px;
}

.drop-3 {
  height: 100px; width: 100px;
  bottom: 120px; right: 350px;
  z-index: -1;
}

.drop-4 {
  height: 120px; width: 120px;
  top: 5px; right: 310px;
}

.drop-5 {
  height: 60px; width: 60px;
  bottom: 30px; left: 500px;
  z-index: -1;
}
h3{
	float:left;
	padding-right:20px;
	padding-top: 10px;
	margin-left:100px;
	
}

#alerte{
	width:250px;
	background-color:gold;
	position: relative;
	left: 550px;
	top: 25px;
	border-radius: 4px;
	padding: 10px 15px;
	text-align:center;
}





