app.remterapeuticos.com.br Open in urlscan Pro
2606:4700:3037::6815:19c8  Public Scan

URL: https://app.remterapeuticos.com.br/
Submission: On March 07 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

Name: frmLogin

<form id="frmLogin" name="frmLogin" autocomplete="off">
  <div class="mb-3">
    <label class="form-label">ID ou usuário</label>
    <input name="username" type="text" class="form-control" placeholder="Digite seu ID ou usuário" minlength="1" maxlength="40" required="">
    <div id="invalid-feedback" class="invalid-feedback"></div>
  </div>
  <div class="mb-2">
    <label class="form-label"> Senha <span class="form-label-description">
        <a href="javascript:router.navigate('/senha/redefinir');">Esqueci minha senha</a>
      </span>
    </label>
    <div class="input-group input-group-flat">
      <input name="password" type="password" class="form-control" placeholder="Digite sua senha" minlength="4" maxlength="40" autocomplete="off" required="">
      <span class="input-group-text">
        <a href="javascript:;" onclick="showPasswd(this);" class="link-secondary" data-bs-toggle="tooltip" aria-label="Show password" data-bs-original-title="Show password">
                                <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
                                    <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
                                    <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0"></path>
                                    <path d="M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6"></path>
                                </svg>
                            </a>
      </span>
      <script type="text/javascript">
        function showPasswd(el) {
          var passwdObj = frmLogin.querySelector("input[name='password']");
          if (passwdObj.type == "password") {
            el.innerHTML =
              '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-eye-closed" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">' +
              '   <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>' + '   <path d="M21 9c-2.4 2.667 -5.4 4 -9 4c-3.6 0 -6.6 -1.333 -9 -4"></path>' + '   <path d="M3 15l2.5 -3.8"></path>' + '   <path d="M21 14.976l-2.492 -3.776"></path>' +
              '   <path d="M9 17l.5 -4"></path>' + '   <path d="M15 17l-.5 -4"></path>' + '</svg>';
            passwdObj.type = "text";
          } else if (passwdObj.type == "text") {
            el.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">' +
              '    <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>' + '    <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0"></path>' + '    <path d="M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6"></path>' +
              '</svg>';
            passwdObj.type = "password";
          }
        }
      </script>
    </div>
  </div>
  <div class="mb-2">
    <label class="form-check">
      <input id="basic_checkbox_1" type="checkbox" class="form-check-input" onchange="activeNewRegister(this);">
      <span class="form-check-label">Lembre-se de mim neste dispositivo</span>
    </label>
  </div>
  <div class="form-footer">
    <button type="submit" class="btn btn-primary w-100">Entrar</button>
  </div>
</form>

Text Content

ACESSE SUA CONTA

ID ou usuário

Senha Esqueci minha senha

Lembre-se de mim neste dispositivo
Entrar