@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

body,
html {
  margin: 0;
  padding: 0;
  background-color: white;
}

/* ================= Contenter ================= */

.contener-index {
  margin: 120px auto;
  text-align: center;
  background-color: white;
}

.content-index {
  width: 542px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 15px;
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.h1 {
  color: #000000b7;
  font-size: 20px;
  margin-bottom: 20px;
}

.or {
  margin: 20px 0;
  color: #ccc;
  font-size: 20px;
}

.form-reme-forg,
.social {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.content-index img {
  width: 35px;
  height: 35px;
  margin-top: 5px;
}

.content-index .facebook,
.content-index .google,
.content-index .apple {
  padding: 5px 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


.content-index .facebook:hover,
.content-index .google:hover,
.content-index .apple:hover {
  border: 1px solid #fe904c;
}

#password,
#email {
  width: 100%;
  height: 50px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ccc;
}

.email input,
.password input {
  background-size: 20px;
  background-position: 10px center;
}

.email input {
  background-repeat: no-repeat;
  background-image: url("/assets/icone/mail-fill-pro.svg");
}

.password input {
  background-repeat: no-repeat;
  background-image: url("/assets/icone/lock-password-fill.svg");
}

.content-index button {
  width: 100%;
  border: none;
  padding: 10px;
  color: white;
  cursor: pointer;
  font-size: 15px;
  margin: 20px auto;
  border-radius: 5px;
  text-align: center;
  background-color: #fe904c;
}

button:hover,
button:focus {
  color: black;
}

p {
  color: #000000b7;
}

a {
  color: #fe904c;
}

/* ================= PHP CLASS AND ID ================= */

.footer {
  margin-top: 20px;
  color: #000000b7;
}

@media (max-width: 1000px) {
  .content-index {
    width: 500px;
    padding: 15px;
    border-radius: 15px;
  }

  .h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .or {
    margin: 15px 0;
    font-size: 18px;
  }

  .content-index img {
    width: 25px;
    height: 25px;
  }

.content-index .facebook,
.content-index .google,
.content-index .apple {
    padding: 5px 25px;
    border-radius: 10px;
  }

  p {
    font-size: 15px;
  }

  .forgot a,
  .checkbox {
    font-size: 15px;
  }

  .content-index button {
    padding: 10px;
    font-size: 15px;
    margin: 10px auto;
  }
}

@media (max-width: 800px) {
  .content-index {
    width: 400px;
    border-radius: 10px;
  }

  .h1 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .or {
    margin: 15px 0;
    font-size: 15px;
  }

  .content-index img {
    width: 18px;
    height: 20px;
  }

  #password,
  #email {
    height: 45px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .email input,
  .password input {
    background-size: 15px;
  }

  p {
    font-size: 15px;
  }

  .forgot a,
  .checkbox {
    font-size: 14px;
  }

  .content-index button {
    padding: 10px;
    font-size: 13px;
    margin: 5px auto;
  }
}

@media (max-width: 500px) {
  .content-index {
    width: 350px;
  }

  #password,
  #email {
    height: 40px;
    font-size: 13px;
    margin-bottom: 15px;
  }


  .h1 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .or {
    font-size: 13px;
  }

.content-index .facebook,
.content-index .google,
.content-index .apple {
    padding: 5px 23px;
  }

  p {
    font-size: 13px;
  }

  .forgot a,
  .checkbox {
    font-size: 12px;
  }
}
