@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");
body {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}
body .relative {
  position: relative;
}
body .h-full-vh {
  height: 100dvh;
}
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #191B20 inset !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: #fff;
}
body .body-content {
  padding: 0;
  height: 100%;
}
body .body-content .bg-title {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  /* 33.333% */
  letter-spacing: -1.2px;
  position: absolute;
  width: 100%;
  max-width: 450px;
  top: 150px;
  left: 90px;
}
@media screen and (max-width: 1279px) {
  body .body-content .bg-title {
    font-size: 44px;
    max-width: 300px;
  }
}
body .body-content .bg-image {
  width: 100%;
  height: 100dvh;
  -o-object-position: center top;
  object-position: right;
  -o-object-fit: cover;
     object-fit: cover;
}
body .body-content .form-card {
  height: auto;
  overflow: auto;
  text-align: center;
  width: 100%;
  padding: 30px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}
@media screen and (max-height: 900px) {
  body .body-content .form-card.signup {
    height: 100vh;
  }
}
body .body-content .form-card .logo {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 85px;
}
@media screen and (max-height: 700px) {
  body .body-content .form-card .logo {
    margin-bottom: 20px;
  }
}
body .body-content .form-card .default-label {
  font-size: 14px;
  font-weight: 500;
  color: #344054;
  font-family: "Poppins", sans-serif;
}
body .body-content .form-card .default-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #d1d3e2;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  transition: border-color 0.3s ease;
  height: 44px;
}
body .body-content .form-card .user {
  width: 100%;
  max-width: 412px;
  flex-direction: column;
  margin: 0px auto;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  body .body-content .form-card .user {
    padding: 0px 20px;
  }
}
body .body-content .form-card .user .back-text {
  display: flex;
  color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #94969C);
  /* Text sm/Semibold */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
  gap: 6px;
  align-items: center;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}
body .body-content .form-card .user .form-title {
  color: var(--state-bold-white, #FFF);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 100% */
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-height: 700px) {
  body .body-content .form-card .user .form-title {
    margin-bottom: 20px;
  }
}
body .body-content .form-card .user .form-sub {
  color: #94969C;
  /* Text md/Regular */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 0;
}
body .body-content .form-card .user label {
  color: #CECFD2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  /* 142.857% */
}
body .body-content .form-card .user .form-input {
  border-radius: 8px;
  border: 1px solid var(--Colors-Border-border-primary, #333741);
  background: var(--Colors-Background-bg-primary, #0C111D);
  box-shadow: 0px 1px 2px 0px v(rgba(255, 255, 255, 0));
  color: #85888E;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 14px;
  height: 44px;
  width: 100%;
  /*150%*/
}
body .body-content .form-card .user .form-input:focus {
  outline: none;
  box-shadow: none;
}
body .body-content .form-card .user .google-login {
  display: flex;
  color: var(--colors-foreground-fg-primary-900, #FFF);
  /* Text sm/Semibold */
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
}
body .body-content .form-card .user .text-link {
  color: var(--color-primary-cta, #355DFF);
  /* button/small/bold 13 */
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 153.846% */
  /* 142.857% */
}
body .body-content .form-card .user .submit-btn {
  border-radius: 12px;
  border: 2px solid #FFF;
  background: #000;
  /* Shadows/shadow-xs-skeuomorphic */
  box-shadow: 0px 0px 0px 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(12, 17, 29, 0.18)) inset, 0px -2px 0px 0px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(12, 17, 29, 0.05)) inset, 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(255, 255, 255, 0));
  width: 100%;
  padding: 10px 18px;
  color: var(--Component-colors-Components-Buttons-Primary-button-primary-fg, #FFF);
  /* Text md/Semibold */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-md, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-md, 24px);
  /* 150% */
}
body .body-content .form-card .user .already-account {
  color: var(--colors-text-text-tertiary-600, #94969C);
  /* Text sm/Regular */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
}
body .body-content .form-card .user .already-account a {
  color: var(--color-primary-cta, #355DFF);
  /* button/small/bold 13 */
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}
body .body-content .form-card .user .click-to-verify .verify-btn {
  position: relative;
  border-radius: 12px;
  border: 2px solid var(--Color-Grey, rgba(228, 228, 228, 0.1));
  width: 100%;
  background: #000;
  color: var(--state-bold-white, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 18px;
  margin-bottom: 34px;
  margin-top: 6px;
  /* 171.429% */
}
@media screen and (max-height: 700px) {
  body .body-content .form-card .user .click-to-verify .verify-btn {
    margin-bottom: 10px;
  }
}
body .body-content .form-card .user .click-to-verify .verify-btn:focus {
  outline: none;
  box-shadow: none;
}
body .body-content .form-card .user .click-to-verify .verify-btn.verified {
  color: var(--Meaning-Success, #4FBF67);
  border: 2px solid var(--Meaning-Success, #4FBF67);
}
body .body-content .form-card .user .click-to-verify .verify-btn.verified .verified-btn-icon {
  display: inline-block;
}
body .body-content .form-card .user .click-to-verify .verify-btn.verified .verify-btn-icon {
  display: none;
}
body .body-content .form-card .user .click-to-verify .verify-btn .circle-icon {
  position: absolute;
  left: 8px;
  top: 6px;
}
body .body-content .form-card .user .click-to-verify .verify-btn .verify-btn-icon {
  display: inline-block;
}
body .body-content .form-card .user .click-to-verify .verify-btn .verified-btn-icon {
  display: none;
}
body .body-content .form-card .otp-section {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-self: stretch;
}
body .body-content .form-card .otp-section .otp-input {
  flex: 1;
  background-color: transparent;
  border-radius: var(--radius-lg, 10px);
  border: 1px solid var(--Colors-Border-border-primary, #333741);
  background: var(--Colors-Background-bg-primary, #0C111D);
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(255, 255, 255, 0));
  width: 16.6666666667%;
  height: 53px;
  padding: var(--spacing-xxs, 2px) var(--spacing-md, 8px);
  color: var(--Colors-Text-text-brand-tertiary_alt, #F5F5F6);
  text-align: center;
  /* Display lg/Medium */
  font-family: var(--Font-family-font-family-display, Poppins);
  font-size: var(--Font-size-display-lg, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-display-lg, 60px);
  /* 125% */
  letter-spacing: -0.96px;
  padding: 5px 10px;
}
body .body-content .form-card .otp-section .otp-input:focus {
  border: 1px solid var(--Colors-Border-border-brand, #CB83F1);
  /* Focus rings/focus-ring-shadow-xs */
  box-shadow: 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(255, 255, 255, 0)), 0px 0px 0px 2px var(--Colors-Background-bg-primary, #0C111D), 0px 0px 0px 4px var(--Colors-Effects-Focus-rings-focus-ring, #B95AED);
}
body .body-content .form-card .form-footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 40px;
  left: 0;
}
body .body-content .form-card .form-footer a {
  display: flex;
  gap: 10px;
  color: var(--colors-text-text-tertiary-600, #94969C);
  /* Text sm/Regular */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
}
body .body-content .form-card .floating-input-container {
  position: relative;
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 0px 0px;
  height: 80px;
}
body .body-content .form-card .floating-input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 5px 24px;
  border-radius: 12px;
  padding-top: 30px;
}
body .body-content .form-card .floating-input:focus {
  outline: none;
}
body .body-content .form-card .floating-label {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #191B20;
  font-size: 16px;
  transition: all 0.2s ease;
  z-index: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--State-Light, #808191);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 160% */
  letter-spacing: 0.9px;
}
body .body-content .form-card .floating-input:not(:-moz-placeholder-shown) + .floating-label {
  top: 20px;
  font-size: 12px;
  transform: translateY(0);
  z-index: 2;
}
body .body-content .form-card .floating-input:focus + .floating-label,
body .body-content .form-card .floating-input:not(:placeholder-shown) + .floating-label {
  top: 20px;
  font-size: 12px;
  transform: translateY(0);
  z-index: 2;
}
body .body-content .form-card .floating-input::-moz-placeholder {
  color: transparent;
}
body .body-content .form-card .floating-input::placeholder {
  color: transparent;
}
body .body-content .form-card .form-container {
  max-width: 450px;
  margin: 0 auto;
}/*# sourceMappingURL=login.css.map */