@import url("https://fonts.googleapis.com/css2?family=Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;700&display=swap");
body {
  font-family: "Assistant", sans-serif;
  background: linear-gradient(#F8CF0B, #F27C19);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.signin {
  border-radius: 100%;
  width: 50%;
  margin: auto;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  position: absolute;
  margin-top: 20px;
}

form {
  background-color: #ffffff;
  width: 90%;
  padding: 100px 0 200px 0;
  margin-top: 150px;
  margin-left: 18px;
  z-index: 3;
  position: relative;
  box-shadow: 0 0 20px #ffDD00;
}

form p {
  margin-left: 60px;
  margin-bottom: 0;
}

input {
  display: block;
  margin: auto;
  padding: 10px 50px 10px 50px;
  border-radius: 15px;
  border-width: 1.5px;
  border-color: gray;
  border-style: solid;
}

#email {
  margin-bottom: 50px;
}

#passworderror {
  display: none;
  color: red;
  padding-right: 70px;
  text-align: center;
}

#oubli {
  margin-left: 60px;
  text-decoration: none;
  color: #000000;
}

.btn {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 60px;
  font-size: 1.5em;
  margin-left: 23.5%;
  position: absolute;
  bottom: 70px;
}
.btn:hover {
  box-shadow: #ffDD00 0px 0px 20px;
  transition: box-shadow 500ms;
}

#lien {
  margin-left: 31%;
  position: absolute;
  bottom: 30px;
  text-decoration: none;
  color: var(--black);
}

.bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}/*# sourceMappingURL=connexion.css.map */