@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 1.4;
  color: hsl(240, 70%, 6%);
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: hsl(330, 100%, 80%);
  color: hsl(240, 70%, 6%);
}

::selection {
  background-color: hsl(330, 100%, 80%);
  color: hsl(240, 70%, 6%);
}

.pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100vw;
  min-height: 100dvh;
}

.pages_auth {
  background-color: hsl(240, 10%, 96%);
  width: 100vw;
}
.pages_auth_grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pages_auth_illustrations {
  background-image: url("https://www.inside-lyon.com/_next/image?url=https%3A%2F%2Fadmin.inside-lyon.com%2Fwp-content%2Fuploads%2F2022%2F06%2Fmeilleurs-studios-yoga-pilates-lyon.jpg&w=3840&q=75");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  .pages_auth_illustrations {
    display: none;
  }
}
.pages_auth_form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100dvh;
  padding: 16px;
  flex: 1;
}
.pages_auth_form .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  width: 100%;
  max-width: 600px;
  gap: 16px;
}
.pages_auth_form .form .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 16px;
}
.pages_auth_form .form_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 24px;
}
.pages_auth_form .form_title .icons {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsl(240, 10%, 92%);
  margin-bottom: 24px;
}
.pages_auth_form .form_title .icons svg {
  width: 24px;
  height: 24px;
}
.pages_auth_form .form_title h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}
.pages_auth_form .form_title p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  text-align: left;
  margin-top: 16px;
}
.pages_auth_form .form_title p a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: hsl(330, 100%, 65%);
  width: 100%;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.pages_auth_form .form_input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  gap: 16px;
}
.pages_auth_form .form_input .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex: 1;
  gap: 8px;
}
.pages_auth_form .form_input .input label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: center;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
.pages_auth_form .form_input .input input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 56px;
  background-color: hsl(240, 10%, 96%);
  border: 1px solid hsl(240, 10%, 96%);
  padding: 16px;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  text-align: left;
}
.pages_auth_form .form_input .input input:focus {
  border-color: hsl(240, 70%, 6%);
}
.pages_auth_form .form_input .input input.input-error {
  border-color: hsl(350, 100%, 60%);
}
.pages_auth_form .form_input .input .error-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: hsl(350, 100%, 60%);
  width: 100%;
  text-align: left;
}
.pages_auth_form .form_input .input .link {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: hsl(330, 100%, 65%);
  width: 100%;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
  width: 100%;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.pages_auth_form .form_navigation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 16px;
}
.pages_auth_form .form_navigation button {
  flex: 1;
}
.pages_auth_form .form_navigation button.prev {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: hsl(240, 10%, 92%);
  color: hsl(240, 70%, 6%);
  width: 48px;
  height: 48px;
  height: 56px;
  min-width: 56px;
  width: 56px;
  flex: 0;
}
.pages_auth_form .form_navigation button.prev svg {
  width: 20px;
  height: 20px;
  fill: hsl(240, 70%, 6%);
}
.pages_auth_form .form_navigation button.next {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: hsl(240, 70%, 6%);
  color: #ffffff;
}
.pages_auth_form .form_navigation button.next svg {
  width: 20px;
  height: 20px;
  fill: hsl(240, 70%, 6%);
}
.pages_auth_form .form_navigation button.submit {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: hsl(330, 100%, 75%);
  color: #ffffff;
}
.pages_auth_form .form_navigation button.submit svg {
  width: 20px;
  height: 20px;
  fill: hsl(240, 70%, 6%);
}
.pages_auth_form .form_navigation button.submit:hover {
  background-color: hsl(330, 100%, 70%);
}
@media screen and (max-width: 768px) {
  .pages_auth_form {
    align-items: flex-start;
  }
}
.pages_auth_informations {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  width: 100%;
  padding: 40px;
  max-width: 600px;
}
.pages_auth_informations .icons {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsl(240, 10%, 92%);
  margin-bottom: 24px;
}
.pages_auth_informations .icons svg {
  width: 24px;
  height: 24px;
}
.pages_auth_informations .icons_success {
  background-color: hsl(150, 80%, 40%);
}
.pages_auth_informations .icons_success svg {
  fill: #ffffff;
}
.pages_auth_informations .icons_error {
  background-color: hsl(350, 100%, 60%);
}
.pages_auth_informations .icons_error svg {
  fill: #ffffff;
}
.pages_auth_informations h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  text-align: center;
}
.pages_auth_informations p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  text-align: left;
  text-align: center;
  margin-top: 16px;
}/*# sourceMappingURL=auth.css.map */