  .log-main {
      width: 100vw;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      z-index: 10;
      justify-content: center;
      align-items: center;
      display: flex;
      position: fixed;
      top: 0;
      left: 0;
  }

  #overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 9;
  }

  #popupDialog {
      display: none;
  }

  .log-container-scroll {
      max-height: 78%;
      overflow: auto;
      margin: 2px;
      width: 99%;
  }

  .log-container a {
      text-decoration: none;
  }

  ::-webkit-scrollbar {
      width: 2px;
  }

  ::-webkit-scrollbar-thumb {
      background: #ccc;
  }

  .log-main-step {
      height: 692px;
      width: 520px !important;
      max-height: 70vh;
      position: relative;
      background-color: #fff;
  }

  .para-header {
      flex: initial;
      text-align: center;
      color: #fff;
      background-color: #191b26;
      justify-content: center;
      align-items: center;
      padding: 16px 56px;
      font-size: 16px;
      font-weight: 700;
      display: flex;
  }

  .log-to-enter {
      display: flex;
      align-items: center;
      justify-content: space-around;
      font-size: 14px;
      font-weight: 600;
      width: 85%;
      margin: 0 auto;
      /* border-bottom: 1px solid #ccc; */
  }

  .log-tab {
      padding: 20px;
      background: none;
      border: 0px;
      font-size: 14px;
      font-weight: 600;
      display: flex;
      color: #191b26a3;
  }

  .form-box {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  label {
      font-weight: 600;
      display: flex;
      font-size: 13px;
  }

  input {
      width: 100%;
      padding: 10px;
      margin-top: 6px;
      border: 1px solid #ccc;
      border-radius: 10px;
      outline: none;
  }

  input::placeholder {
      color: #dbdada;
  }

  .error {
      color: #d93025;
      font-size: 13px;
      margin-top: 4px;
  }

  .strength {
      font-size: 13px;
      margin-top: 6px;
  }

  .weak {
      color: red;
  }

  .medium {
      color: orange;
  }

  .strong {
      color: green;
  }

  .sign-up {
      background: #00ab6b;
      color: white;
      width: 80%;
      border: 0px;
      min-height: 40px;
      cursor: pointer;
      border-radius: 100px;
      min-width: fit-content;
      padding: 4px 16px;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      transition: background-color .1s ease-in;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      /* left: 25px; */
      bottom: 11px;
  }

  #signupForm {
      width: 75%;
      display: grid;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
  }

  #signupForm>div {
      padding: 10px 0px;
  }

  #strengthText span {
      float: right;
      color: #191b26a3;
  }

  .term-privacy {
      color: #191b26a3;
      font-size: 12px;
      line-height: 15px;
      padding: 10px 0px;
  }

  .term-privacy a {
      color: #00b26f;
      font-size: 12px;
  }

  .log-container {
      width: 75%;
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin: 0 auto;
      padding: 20px 0px;
  }

  .social-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      height: 40px;
      width: 100%;
      border-radius: 100px;
      background: transparent;
      border: 1px solid #dcdfe4;
      font-size: 14px;
      font-weight: 600;
      color: #191b26 !important;
      cursor: pointer;
      transition: all 0.2s ease;
      position: relative;
      font-family: "Segoe UI", sans-serif;
  }

  .facebook-l:hover {
      color: #fff !important;
      background-color: #4267b2;
      border-radius: 100px;
  }

  .facebook a:hover {
      color: #fff;
  }

  .google-l:hover {
      background: #4285f414;
      border-radius: 100px;
  }

  .social-btn img {
      width: 25px;
      height: 25px;
      position: absolute;
      left: 15px;
  }

  .or {
      position: relative;
      width: 80%;
      margin: 0 auto;
      padding: 15px 0px;
      color: #191b26a3;
      font-size: 14px;
      font-weight: 600;
  }

  .or hr {
      border-style: solid;
      border-color: #191b2614;
      border-top-width: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 12px;
  }

  .or span {
      position: absolute;
      top: -11px;
      padding: 10px 20px;
      background: #fff;
      bottom: 1px;
      left: 45%;
  }

  .log-sign,
  .log-login {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .log-sign {
      border-bottom: 1px solid green;
  }

  .log-login {
      border-bottom: 1px solid #ccc;
  }

  .active-border {
      border-bottom: 1px solid green;
  }

  .inactive-border {
      border-bottom: 1px solid #ccc;
  }



  .close-pop img:hover {
      background-color: #8080804d;
  }

  .close-pop {
      position: absolute;
      top: 0px;
      right: 0px;
  }

  .close-pop img {
      filter: invert(1);
      padding: 10px;
      height: 30px;
      width: 30px;
      position: absolute;
      top: 15px;
      right: 10px;
      background: none;
      padding: 10px;
      border: 0px;
      border-radius: 100px;
  }

  @media (max-width: 1024px) {
      .log-main-step {
          max-width: 434px;
      }

      .log-to-enter {
          width: 80%;
      }

      #signupForm {
          width: 80%;
      }

      .log-container {
          width: 80%;
      }

      /* .sign-up {
          width: 80%;
          left: 40px;
      } */
  }

  .field {
      margin-bottom: 10px;
  }

  label {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #000;
  }

  #signupForm>input {
      width: 100%;
      /* height: 44px; */
      padding: 0 12px;
      border-radius: 8px;
      border: 1px solid #ccc;
      font-size: 14px;
      outline: none;
  }

  input::placeholder {
      color: #c7c7c7;
  }

  input.error {
      border-color: #ff4d4f;
  }

  .error-text {
      display: block;
      margin-top: 6px;
      font-size: 13px;
      color: #ff4d4f;
  }

  .password-wrapper {
      position: relative;
  }

  .password-wrapper input {
      padding-right: 40px;
  }

  .eye {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px;
      color: #666;
      cursor: pointer;
  }

  .login-btn {
      width: 100%;
      height: 48px;
      margin-top: 10px;

      border: none;
      border-radius: 999px;

      background: #00b26f;
      color: #fff;
      font-size: 16px;
      font-weight: 600;

      cursor: pointer;
  }

  .login-btn:hover {
      background: #009e63;
  }

  .login-container {
      display: none;
      width: 80%;
      margin: 0 auto;
  }

  .Forgot-pass {
      border: 1px solid #ccc;
      border-radius: 10px;
      background-color: #fff;
      position: absolute;
      display: none;
      position: absolute;
      width: 600px;
      top: 300px;
      left: 0;
      right: 0;
      margin: 0 auto;
      box-shadow: 0 16px 40px rgba(25, 27, 38, .08);
      padding: 62px;
  }

  .Forgot-pass h3 {
      color: #191b26;
      font-size: 18px;
      padding: 0px 0px;
      position: absolute;
      top: 35px;
  }

  .Forgot-pass p {
      color: #191b26a3;
      font-size: 14px;
      padding-top: 20px;
  }

  .close-pop-1 img {
      width: 23px;
      position: absolute;
      right: 30px;
      top: 26px;
      filter: opacity(0.5);
      cursor: pointer;
      padding: 5px;
  }

  .reset {
      background: #00ab6b;
      color: white;
      border: 0px;
      cursor: pointer;
      border-radius: 100px;
      min-width: fit-content;
      padding: 7px 16px;
      font-size: 14px;
      font-weight: 600;
      margin-top: 20px;
  }

  .forgotpasword {
      font-weight: 600;
      font-size: 15px;
      color: #00ab6b;
      cursor: pointer;
  }