body{
  background-image: url(pexels-ramonkaphotography-31266794.jpg);
  margin: 0;
  padding: 0;
  background-size: cover;
}



form{
  border: 1px solid rgb(0, 0, 0);
  margin: auto;
  margin-top: 5%;
  padding: 20px 20px;
  width: 270px;
  height: auto;
  border-radius: 15px 15px 15px 15px;
  background-color: rgba(0, 0, 0, 0.692);
  background-size: cover;
  background-position: center;
  text-shadow: 2px 2px 4px rgb(68, 2, 2);
}
.container{ 
   display: flex;
   justify-content: center;
   flex-direction: column;
   color: rgb(229, 233, 236);

}
.btn {
  justify-content: center;
  margin: 10%;
  border: none;
  border-radius: 30px;
  font-size: large;
  background-color: #0084ff;
  color: aliceblue;
  text-align: center;

}
input{
  border-radius: 10px;
  padding: 5px 5px;
  margin: 5px 0px;
  width: 100%;
}
a{
  color: aliceblue;
}
hr{
  margin-top: 420px;
  
}
footer{
  color: aliceblue;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.596);
  padding: 20px 20px;
  margin-top: none;
}
