.register_container {
  position: relative;
  background-image: url("../assets/imgs/bg_register.webp");
  background-size: cover;
  background-position: center;
  min-height: 85vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.register_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.form_container {
  z-index: 2;
}

.input_form {
  border: none;
  border-radius: 20px;
  height: 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.gender_container {
  border: none;
  border-radius: 20px;
  height: 50px;
  width: 100;
  background-color: rgba(255, 255, 255, 0.7);
}
.google-register {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    margin-right: 15px;
}

.google-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #4285F4;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.2s ease-in-out;
}
.facebook-register {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    margin-right: 19px;
}

.facebook-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #3b5998;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.facebook-button:hover {
    background-color: #2d4373;
}
.link-underline {
    color: #fff !important;             /* Forcer blanc */
    text-decoration: underline !important;  /* Forcer soulignement */
    cursor: pointer;
    text-underline-offset: 2px;
    transition: opacity 0.2s ease;
}

.link-underline:hover {
    opacity: 0.8;
}


.form_container select {
  border: none;
  border-radius: 20px;
  height: 50px;

  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem;
  width: 100%;
}

.btn_form {
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  height: 60px;
  border-radius: 50px;
  width: 60%;
  position: relative;
  font-size: 2rem;
  padding-right: 50px;
}
.circle_profile {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #f805fe, #548cdd);
  position: absolute;
  bottom: -10%;
  right: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_profile::before {
  content: "";
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 20;
  left: 20;
}

.inner_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #f805fe, #548cdd);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.inner_circle::before {
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 20;
  left: 20;
}
@media (max-width: 1400px) {
  .btn_form {
    height: 60px;
    font-size: 1.5rem;
    width: 80%;
    padding-right: 30px;
  }

  .circle_profile {
    width: 70px;
    height: 70px;
    top: -7%;
    left: 70%;
  }

  .circle_profile::before {
    width: 90%;
    height: 90%;
    top: 20;
    left: 20;
  }

  .inner_circle {
    width: 25px;
    height: 25px;
  }

  .inner_circle::before {
    width: 70%;
    height: 70%;

    top: 20;
    left: 20;
  }
}
@media (max-width: 1024px) {
  .btn_form {
    height: 60px;
    font-size: 1.5rem;
    width: 80%;
    padding-right: 50px;
  }

  .circle_profile {
    width: 70px;
    height: 70px;
    top: -7%;
    left: 70%;
  }

  .circle_profile::before {
    width: 90%;
    height: 90%;
    top: 20;
    left: 20;
  }

  .inner_circle {
    width: 25px;
    height: 25px;
  }

  .inner_circle::before {
    width: 70%;
    height: 70%;

    top: 20;
    left: 20;
  }
}

@media (min-width: 330px) {
  .form_container {
      max-width: 500px; /* Augmente la taille maximale */
      min-width: 300px; /* Définit une nouvelle largeur minimale */
  }
}

@media (max-width: 768px) {
  .btn_form {
    height: 50px;
    font-size: 1.5rem;
    width: 70%;
    padding-right: 30px;
  }

  .circle_profile {
    width: 60px;
    height: 60px;
    top: -15%;
    left: 75%;
  }

  .circle_profile::before {
    width: 90%;
    height: 90%;
    top: 20;
    left: 20;
  }

  .inner_circle {
    width: 25px;
    height: 25px;
  }

  .inner_circle::before {
    width: 70%;
    height: 70%;

    top: 20;
    left: 20;
  }
}
@media (max-width: 575px) {
  .circle_profile {
    width: 60px;
    height: 60px;
    top: -15%;
    left: 72%;
  }
}
@media (max-width: 330px) {
  .btn_form {
    height: 50px;
    font-size: 1rem;
    width: 80%;
    padding-right: 30px;
  }

  .circle_profile {
    width: 55px;
    height: 55px;
    top: -7%;
    left: 65%;
  }

  .circle_profile::before {
    width: 90%;
    height: 90%;
    top: 20;
    left: 20;
  }

  .inner_circle {
    width: 25px;
    height: 25px;
  }

  .inner_circle::before {
    width: 70%;
    height: 70%;
    top: 20;
    left: 20;
  }
 
}