:root {
  --primary-color: #191919;
}

.overlay-bg {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  z-index: 99;
}
.overlay-bg .login-popup {
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  width: 410px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.overlay-bg .login-popup h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
}
.overlay-bg .login-popup p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #000;
  margin: 20px auto;
  text-align: center;
  max-width: 350px;
}
.overlay-bg .login-popup .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.overlay-bg .login-popup .buttons .hightlited-botton {
  min-width: 250px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  height: 60px;
  padding: 10px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  border: transparent;
  cursor: pointer;
  line-height: 24px;
  font-weight: 700;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-bg .login-popup .buttons .link-btn {
  background-color: transparent;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  border: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .overlay-bg .login-popup {
    padding: 20px;
  }
}
@media (max-width: 625px) {
  .overlay-bg .login-popup {
    width: 90%;
    padding: 30px;
  }
}

.top-tool {
  padding: 20px 10px;
  border-radius: 20px 20px 0 0;
}
.top-tool.success {
  background-color: rgba(43, 43, 43, 0.1490196078);
}
.top-tool.success p {
  color: var(--primary-color);
}
.top-tool.success p svg {
  fill: var(--primary-color);
}
.top-tool.success p a {
  text-decoration: underline;
  color: var(--primary-color);
  font-weight: 600;
}
.top-tool.error {
  background-color: #FFE7EB;
}
.top-tool.error p {
  color: #ff153f;
}
.top-tool p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1470px) {
  .top-tool {
    padding: 14px 10px;
  }
  .top-tool p {
    font-size: 14px;
  }
}

.form-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.102);
}
.form-popup.pass-update {
  text-align: center;
  width: 480px;
}
@media (max-width: 625px) {
  .form-popup.pass-update {
    width: 95%;
  }
}
.form-popup.pass-update .description-content {
  margin-block: 20px !important;
  text-align: center !important;
}
.form-popup.pass-update .login-btn button {
  min-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
}
.form-popup .form-box {
  padding: 30px 50px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.form-popup .form-box h1 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 42px;
  text-transform: capitalize;
}
.form-popup .form-box .form-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form-popup .form-box .form-title .link-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.2px;
}
.form-popup .form-box .toggle-link {
  text-align: end;
}
.form-popup .form-box .toggle-link a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  margin-bottom: 6px;
  display: inline-block;
}
.form-popup .form-box .description-content {
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.502);
}
.form-popup .form-box .resend-otp {
  color: var(--primary-color);
  margin: 15px 0;
  font-style: italic;
  display: flex;
}
.form-popup .form-box .resend-otp a {
  color: var(--primary-color);
  text-decoration: underline;
}
.form-popup .form-box .input-field {
  margin-bottom: 10px;
  position: relative;
}
.form-popup .form-box .input-field.required-field {
  margin-bottom: 22px;
}
.form-popup .form-box .input-field input {
  border: 1px solid rgba(0, 0, 0, 0.102);
  border-radius: 5px;
  font-size: 16px;
  padding: 20px;
  line-height: 18px;
  width: 100%;
  font-weight: 400;
  color: #000;
  height: 65px;
}
.form-popup .form-box .input-field .pass-visible {
  position: absolute;
  right: 15px;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-popup .form-box .input-field .error-msg {
  position: absolute;
  bottom: -20px;
  font-size: 10px;
  width: 100%;
  padding-left: 20px;
  padding-right: 0 !important;
  z-index: 1;
  color: #d93c4a;
}
.form-popup .form-box .input-field .error-msg::after {
  position: absolute;
  content: "\f06a";
  top: 0;
  left: 5px;
  color: #d93c4a;
  font-family: FontAwesome;
}
.form-popup .form-box .login-btn button {
  width: 100%;
  padding: 14px;
  height: 60px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 10px;
  transition: all 0.5s;
  cursor: pointer;
}
.form-popup .form-box .login-btn button:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.form-popup .form-box .login-btn .account-link {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 20px;
  letter-spacing: 0.2px;
  color: var(--primary-color);
}
.form-popup .form-box .login-btn .account-link a {
  color: var(--primary-color);
  text-decoration: underline;
  padding-left: 4px;
}
@media (max-width: 1470px) {
  .form-popup {
    width: 560px;
  }
  .form-popup .form-box {
    padding: 25px 30px;
  }
  .form-popup .form-box h1 {
    font-size: 24px;
  }
  .form-popup .form-box .form-title {
    margin-bottom: 10px;
  }
  .form-popup .form-box .form-title .link-text {
    font-size: 14px;
  }
  .form-popup .form-box .input-field input {
    padding: 10px;
    font-size: 14px;
    height: 50px;
  }
  .form-popup .form-box .login-btn button {
    padding: 10px;
    font-size: 16px;
    height: 50px;
  }
}
@media (max-width: 625px) {
  .form-popup {
    width: 95%;
  }
  .form-popup .form-box {
    padding: 20px;
  }
  .form-popup .form-box h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .form-popup .form-box .description-content {
    font-size: 14px;
    line-height: 16px;
  }
  .form-popup .form-box .resend-otp {
    font-size: 14px;
  }
  .form-popup .form-box .login-btn .account-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
  }
  .form-popup .form-box .login-btn .account-link.no-wrap {
    flex-direction: row;
  }
}/*# sourceMappingURL=main.css.map */