Form analysis
1 forms found in the DOM
POST https://tasks.tweet.ps/login
<form method="POST" action="https://tasks.tweet.ps/login">
<input type="hidden" name="_token" value="xrfYVt33uOtefLkR7Ys8rsgOVXgseoCxxC4CHcBF">
<fieldset class="form-label-group form-group position-relative has-icon-left">
<input type="text" class="form-control" id="phone_number" name="phone_number" placeholder="رقم الهاتف">
<div class="form-control-position">
<i class="feather icon-mail"></i>
</div>
<label for="user-name">البريد الالكتروني</label>
</fieldset>
<fieldset class="form-label-group position-relative has-icon-left">
<input type="password" class="form-control" id="password" name="password" placeholder="كلمة المرور" required="" autocomplete="current-password">
<div class="form-control-position">
<i class="feather icon-lock"></i>
</div>
<label for="user-password">كلمة المرور</label>
</fieldset>
<a href="https://tasks.tweet.ps/register" class="btn btn-outline-primary float-left btn-inline mb-2 d-none waves-effect waves-light">تسجيل جديد</a>
<button type="submit" class="btn btn-primary float-right btn-inline mb-2 waves-effect waves-light">سجل الدخول </button>
</form>