Microsoft-IIS 10.0
tcp/443
Open service 20.74.192.2:80 · qatar.transouq.com
2026-01-12 13:31
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 13:32:37 GMT Location: https://qatar.transouq.com/
Open service 20.74.192.2:443 · qatar.transouq.com
2026-01-12 13:31
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 13:32:38 GMT
Server: Microsoft-IIS/10.0
Cache-Control: no-cache, no-store
Pragma: no-cache
Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8PGgUK9-eMpJspiAaUw1TLYwuqzIYpv8h9Gcb8dZHiAJc4EoYSE5qXp_47jml9MEzlHRhN05GkcmCraBJxkyHd08q-CPQfgpWlOefX3SOStKV2asLcGKQMEXNbnR4HsJ2V3ancKPFB15w6jmYQ_e_Z8; path=/; samesite=strict; httponly
Set-Cookie: ARRAffinity=0bccb77da27026addb192f48698f7d933e93baa997471e34b91f53ef34e78f9e;Path=/;HttpOnly;Secure;Domain=qatar.transouq.com
Set-Cookie: ARRAffinitySameSite=0bccb77da27026addb192f48698f7d933e93baa997471e34b91f53ef34e78f9e;Path=/;HttpOnly;SameSite=None;Secure;Domain=qatar.transouq.com
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=2592000
X-Frame-Options: SAMEORIGIN
X-Powered-By: ASP.NET
Page title: Login - Transouq
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login - Transouq</title>
<link rel="icon" href="/Files/Icon.png">
<link rel="stylesheet" href="/lib/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="/css/site.css" />
<link href="/FA/css/brands.css" rel="stylesheet" />
<link href="/FA/css/fontawesome.css" rel="stylesheet" />
<link href="/FA/css/regular.css" rel="stylesheet" />
<link href="/FA/css/solid.css" rel="stylesheet" />
<link rel="stylesheet" href="/css/loader.css" />
</head>
<body>
<header>
</header>
<div class="container">
<main role="main" class="pb-3">
<link rel="stylesheet" href="/css/login-page.css" />
<div class="fullscreen-bg">
<img src="/Files/3BG.jpg" alt="Login Background" class="fullscreen-bg__image">
</div>
<div class="newLoginPage-body">
<div class="newLoginPage-mainContainer single-column">
<!-- Hidden data elements for JavaScript -->
<div data-max-amount-free="0.00" data-instant-rate="40.00" style="display: none;"></div>
<!-- Login Section -->
<div class="newLoginPage-loginSection">
<div class="newLoginPage-logo">
<img height="100" src="/Files/Logo.png" alt="Transouq Logo" />
</div>
<form class="newLoginPage-loginForm" novalidate="novalidate" method="post">
<h2>Welcome Back</h2>
<p>Sign in to your account to continue</p>
<div class="newLoginPage-formGroup">
<label for="loginEmail1">Email Address</label>
<input name="Email" class="form-control" type="email" id="loginEmail1" placeholder="Enter your email" required />
</div>
<div class="newLoginPage-formGroup">
<label for="loginPassword1">Password</label>
<input name="Password" class="form-control" type="password" id="loginPassword1" placeholder="Enter your password" required />
</div>
<button class="newLoginPage-loginBtn" type="submit" formaction="/?handler=Submit">Sign In</button>
<a class="newLoginPage-forgotPassword" href="/Auth/Recover">Forgot Password?</a>
<div class="newLoginPage-registerLink">
Don't have an account? <a href="/Auth/NewRegister">Register Now</a>
</div>
<div class="newLoginPage-footerText">
<div class="copyright">© 2025 - Transouq</div>
<div class="tagline">Translating Quality, Unmatched Speed</div>
</div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8PGgUK9-eMpJspiAaUw1TLYtscc1faBzMUFZlUtsNv8UV3_22VOAuWc_wXqmVsRC-Zas1pbO3ZiHMKWcGW1omK3pdXIem90IeoNfnOvHcwJxgQ5g9DVRajuAVC3qfR-ooNKUdo7e4uT3dF0PdQ70vXs" /></form>
</div>
<!-- Translation Section (Conditional) -->
</div>
</div>
<!-- Email Verification Modal -->
<div class="newLoginPage-modal" id="emailModal">
<div class="newLoginPage-modalContent">
<h3>Verify Your Email</h3>
<p>Please enter your email address to get started with your free translation.</p>
<div class="newLoginPage-formGroup">
<input type="email" id="userEmail" placeholder="Enter your email address" style="width: 100%; padding: 12px; border: 2px solid #e2e8f0; border-radius: 8px; margin-bottom: 16px;">
</div>
<div class="newLoginPage-modalButtons">
<button class="newLoginPage-modalBtn secondary" onclick="closeEmailModal()" type="button">Cancel</button>
<button class="newLoginPage-modalBtn primary" onclick="sendOTP()" type="button">Send OTP</button>
</div>
</div>
</div>
<!-- OTP Verification Modal -->
<div class="newLoginPage-mo