
    .page-id-348 {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #0F3336;
    }

    .container {
      display: flex;
      min-height: 100vh;
    }

    .left, 
    .right {
      flex: 1;
      padding: 2rem;
    }

    .left {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .right {
      background: #D1EAF1;
      display: flex;
        justify-content: center; 
        align-items: center;     
        height: 100vh; 
    }

    .left form {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    input, textarea, button {
      padding: 0.75rem;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    button {
      background-color: #333;
      color: white;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    button:hover {
      background-color: #555;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }

      .right {
        height: 300px;
      }
    }

    .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
        width: 309px;
        height: 40px;
        border-radius: 8px;
        border: 1px solid #ccc;
        padding: 8px 16px;
        background-color: #0C5649 !important;
        color: #FEF6F9 !important;
    }

    .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input {
        display: flex;
        width: 418px;
        height: 46px;
        min-width: 201px;
        border-radius: 8px;
        border: 1px solid #ccc;
        gap: 8px;
    }

    .woocommerce-ResetPassword > p:first-of-type {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0px;
        color: #0F3336;
    }

    .woocommerce-ResetPassword .form-title {
        font-family: 'Taviraj', serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 1.2;
    }

    /* .elementor-element {
        padding: 0px;
    } */