ticket.sadgan.com Open in urlscan Pro
185.55.224.4  Public Scan

URL: https://ticket.sadgan.com/
Submission: On September 12 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="login-box"><!--!-->
  <div class="login-box"><!--!-->
    <div class="logo"><img src="./assets/images/Sadgan-Logo.svg" alt="logo" srcset=""></div>
    <!--!-->
    <p class="title-login">سامانه مدیریت تیکت</p>
    <div class="form server-form pt-3">
      <div class="mb-3 position-relative"><!--!--><label for="userneme" class="form-label"> نام کاربری </label>
        <!--!--><input id="Username" class="form-control valid" _bl_2="">
      </div><!--!-->
      <!--!--><!--!-->
      <style>
        .password {
          display: flex;
          flex-direction: column;
          gap: 0.2rem;
        }

        .password-label {
          font-weight: 400;
          line-height: 24px;
          color: #495057;
          font-size: 14px;
        }

        .password-input {
          display: flex;
          align-items: center;
          padding: 0.2rem 0.5rem;
          background-color: #fff;
          border: 1px solid #dedede;
          border-radius: 6px;
        }

        .password-input input {
          outline: none;
          border: none;
          width: 100%;
          padding: 5px;
        }
      </style>
      <div class=" password"><label class=" password-label">کلمه عبور</label><!--!-->
        <div dir="ltr" class="password-input"><!--!--><!--!--><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <g clip-path="url(#clip0_12717_160167)">
              <path d="M17 21H7C5.895 21 5 20.105 5 19V11C5 9.895 5.895 9 7 9H17C18.105 9 19 9.895 19 11V19C19 20.105 18.105 21 17 21Z" stroke="#ADB5BD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
              <path d="M8 6C8 3.791 9.791 2 12 2C14.209 2 16 3.791 16 6V9" stroke="#ADB5BD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
              <path d="M15 13H9" stroke="#ADB5BD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
              <path d="M15 17H9" stroke="#ADB5BD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </g>
            <defs>
              <clipPath id="clip0_12717_160167">
                <rect width="24" height="24" fill="white"></rect>
              </clipPath>
            </defs>
          </svg><!--!-->
          <input class="border-none bg-transparent" type="password"><!--!-->
          <button type="button" class="z-4"><!--!--><svg width="24" style="color: #ADB5BD;" xmlns="http://www.w3.org/2000/svg" stroke="currentColor" viewBox="0 0 24 24" fill="none"><!--!-->
              <path d="M14.122 9.87999C15.293 11.051 15.293 12.952 14.122 14.125C12.951 15.296 11.05 15.296 9.87703 14.125C8.70603 12.954 8.70603 11.053 9.87703 9.87999C11.05 8.70699 12.95 8.70699 14.122 9.87999Z" stroke-width="1.5"
                stroke-linecap="round" stroke-linejoin="round"></path>
              <path
                d="M3 12C3 11.341 3.152 10.689 3.446 10.088C4.961 6.991 8.309 5 12 5C15.691 5 19.039 6.991 20.554 10.088C20.848 10.689 21 11.341 21 12C21 12.659 20.848 13.311 20.554 13.912C19.039 17.009 15.691 19 12 19C8.309 19 4.961 17.009 3.446 13.912C3.152 13.311 3 12.659 3 12Z"
                stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg></button>
        </div>
      </div>
    </div><!--!-->
    <!--!--><!--!-->
    <style>
      .action-button {
        border-radius: 5px;
        border: none;
        padding: 8px 12px;
        display: flex;
        color: #fff;
        font-size: 14px;
        gap: 0.35rem;
        cursor: pointer;
        transition: all 200ms ease-out;
        font-weight: 200 !important;
        width: max-content;
        justify-content: center;
        align-items: center;
      }

      .action-button:active {
        scale: 0.98;
      }

      .action-button-sadgan {
        background-color: #06a7e1;
      }

      .action-button-sadgan-outlined {
        border-color: #06a7e1;
        color: #06a7e1;
        background-color: transparent;
      }

      /*   .action-button-sadgan:hover {
        background-color: #066c91
    } */
      .action-button-primary {
        background-color: #3D8BFD;
        border: 1px solid #3D8BFD;
      }

      .action-button-primary-outlined {
        background-color: transparent;
        color: #3D8BFD;
      }

      /*  .button-outlined:hover {
        background-color: #F5F4F4;
     }
 */
      .action-button-secondary {
        background-color: #6c757d;
      }

      .action-button-secondary-outlined {
        background-color: #fff;
        border: 1px solid #dedede;
        /* Grey/600 */
        color: #6C757D;
        font-weight: 700;
      }

      /*  .action-button-secondary-outlined:hover {
        background-color: #f0f0f0;
    } */
      .action-button-danger {
        background-color: #962626;
      }

      .action-button-danger-outlined {
        background-color: #962626;
      }

      .action-button-warning {}

      .action-button-warning-outlined {}

      .action-button:disabled {
        opacity: 0.6;
        cursor: not-allowed;
      }

      /*  .action-button-primary:hover {
        background-color: #2f66b5;
    } 
    
    .action-button-secondary:hover {
        background-color: #575d63;
    }

    .action-button-danger:hover {
        background-color: #781e1e;
    }
 */
    </style>
    <button class="action-button  
        w-full action-button-sadgan ">
      <div>ورود</div>
    </button>
  </div>
</form>

Text Content

سامانه مدیریت تیکت

نام کاربری
کلمه عبور

ورود