cleverbib.com Open in urlscan Pro
192.185.213.159  Public Scan

URL: http://cleverbib.com/
Submission: On December 01 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: form_referencePOST https://cleverbib.com/en/ref/apa7

<form method="post" name="form_reference" id="form_reference" action="https://cleverbib.com/en/ref/apa7">
  <input type="hidden" name="language" id="language" value="en">
  <input type="hidden" name="is_ref_page" id="is_ref_page" value="true">
  <input type="hidden" name="send" id="send">
  <input type="hidden" name="refData" id="refData">
  <input type="hidden" name="theDataWereEdited" id="theDataWereEdited" value="">
  <div class="mb-sm-2">
    <label class="control-label" data-toggle="tooltip" data-placement="top" title="" data-original-title="Style to be used to build the bibliographic reference"> Reference style: </label>
    <button class="btn btn-primary" style="margin-top: 5px;" onclick="return false" title="APA 7">
      <b>American Psychological Association 7th edition</b>
    </button>
    <input name="style" id="style" type="hidden" value="apa7">
    <a class="btn btn-outline-primary" style="margin-top: 5px;" target="_blank" href="https://referenciabibliografica.net/a/en/ref/abnt" title="Associação Brasileira de Normas Técnicas - NBR 6023:2018">
                ABNT
              </a>
  </div>
  <div class="mb-sm-2" id="div-type-content">
    <label class="control-label" data-toggle="tooltip" data-placement="top" title="" data-original-title="Type of material"> Type of material: </label>
    <!-- type -->
    <input name="el[type_id]" id="type_id" type="hidden" value="book">
    <button class="btn btn-primary" id="btn-selected-type" style="margin-top: -6px;" onclick="if($('#type_id').val()=='book'){return false;}else{return changeType('book');}"> Book </button>
    <!-- autocomplete type -->
    <input id="type_desc" autocomplete="off" class="form-control mr-sm-1 inline ui-autocomplete-input" style="width: 100px; max-width: 100%" type="text" placeholder="Search" aria-label="Search" value="Other">
    <style>
      .ui-autocomplete li.ui-menu-item div {
        margin-left: 20px;
        font-size: 85%;
        color: #777;
      }

      #ui-id-1 {
        max-width: 85% !important;
      }

      @media (min-width: 800px) {
        #ui-id-1 {
          max-width: 50% !important;
        }
      }
    </style>
    <script>
      // autocomplete para o campo de busca 
      $(function() {
        var data = [{
          label: "Webpage",
          value: "webpage",
          disabled: false
        }, {
          label: "Journal",
          value: "journal",
          disabled: false
        }, {
          label: "Newspaper",
          value: "newspaper",
          disabled: false
        }, {
          label: "Blog",
          value: "blog",
          disabled: false
        }, {
          label: "Dictionary entry",
          value: "dictionary",
          disabled: false
        }, {
          label: "Thesis",
          value: "thesis",
          disabled: false
        }, {
          label: "Dissertation",
          value: "dissertation",
          disabled: false
        }, {
          label: "Magazine",
          value: "magazine",
          disabled: false
        }, {
          label: "Wiki/Wikipedia",
          value: "wiki",
          disabled: false
        }, {
          label: "Report",
          value: "report",
          disabled: false
        }, {
          label: "Conference",
          value: "conference",
          disabled: false
        }, {
          label: "Web image",
          value: "image",
          disabled: false
        }, {
          label: "Film",
          value: "film",
          disabled: false
        }, ];
        var last_desc_type_selected = "Book";
        $("#type_desc").autocomplete({
          source: data,
          minLength: 0,
          response: function(event, ui) {
            $(this).css("width", "500px");
            //            alert( 123 );
            if (ui.content.length === 0) {
              // a lista retornou vazia
              $("#empty-message").empty();
            }
          },
          focus: function(event, ui) {
            //            $(this).css("width", "100px;");
            event.preventDefault();
            //$(this).val(ui.item.label);
          },
          select: function(event, ui) {
            var labelValue = ui.item.label;
            if (labelValue.indexOf('<') > 0) {
              // remover a descricao
              labelValue = labelValue.substr(0, labelValue.indexOf('<'));
            }
            $('#type_desc').val(labelValue);
            //
            if ($('#type_id').val() != ui.item.value) {
              changeType(ui.item.value);
              //                last_desc_type_selected = $('#type_desc').val();
              //                $('#type_id').val( ui.item.value );
              //                //$("#send").val("1");
              //                $("#form_reference").submit();
            }
            //          window.open(ui.item.value, '_self');
            //$(this).val(ui.item.label);
            //$('#form-search').submit();
            event.preventDefault();
          },
        }).focus(function() {
          $('#type_desc').val('');
          // abrir ao clicar no campo
          $(this).autocomplete('search', $(this).val());
        }).blur(function() {
          // devolver o valor se sair sem selecionar nada
          $('#type_desc').val("Other");
          $(this).css("width", "100px");
          //      alert('123');
        }).click(function() {
          $('#type_desc').val('');
          // abrir ao clicar no campo
          $(this).autocomplete('search', $(this).val());
        }).autocomplete("instance")._renderItem = function(ul, item) {
          return $("<li>").append((item.disabled) ? "<div class='ui-state-disabled' style='margin:0px;padding:0px;'>" + item.label + "</div>" : item.label).appendTo(ul);
        };
      });
      // FIM autocomplete para o campo de busca   
    </script>
    <!-- FIM autocomplete type --> &nbsp; <a target="_blank" href="https://cleverbib.com/en/example/apa7/book" style="color: #32ac4f;">
                    <i>Examples</i>
                  </a>
    <input name="bib_id" id="bib_id" type="hidden" value="">
    <div id="reference-fields">
      <div class="progress " style="height: 2px; margin-bottom: 10px; margin-top: 10px;">
        <div class="progress-bar bg-info" role="progressbar" style="width: 100%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
      </div>
      <table width="100%" id="">
        <tbody>
          <tr class="">
            <td class="ref-fields " width="" colspan="2"><label class="control-label input-label" data-toggle="tooltip" data-html="true" data-placement="top" title="" data-original-title="Authors / Contributors">Authors / Contributors</label></td>
          </tr>
          <tr class="">
            <td class="ref-fields " width="" colspan="1">
              <div id="group_element_contributor" style="">
                <table width="100%" id="div_contributor_1">
                  <tbody>
                    <tr></tr>
                    <tr>
                      <td class="ref-fields"><span class=""><select class="form-control input-label el_contributor_att" id="el_contributor_1_att" name="el[contributor][1][att]" onchange="markDataAsEdited();">
                            <option value="author" selected="">Author</option>
                            <option value="editor">Editor</option>
                            <option value="translator">Translator</option>
                          </select></span></td>
                      <td class="ref-fields"><span class=" optional-element"><input onchange="markDataAsEdited();" type="text" class="form-control el-contributor optional-element-input" id="el_contributor_1_given" name="el[contributor][1][given]"
                            value="" aria-describedby="inputGroupPrependel_contributor_1_given" placeholder="First and middle names" style=""></span></td>
                      <td class="ref-fields">
                        <table width="100%" id="">
                          <tbody>
                            <tr>
                              <td class=""><span class=""><input onchange="markDataAsEdited();" type="text" class="form-control el-contributor" id="el_contributor_1_family" name="el[contributor][1][family]" value=""
                                    aria-describedby="inputGroupPrependel_contributor_1_family" placeholder="Last name / Organization" style=""></span></td>
                              <td class="" width="1%"><span type="button" class="btn btn-default buttonRemoveAuthor buttonRemoveAuthorcontributor" style="background-color: #e0bab8;"
                                  onclick="removeAuthorcontributor('div_contributor_1'), markDataAsEdited();" title="Remove">X</span></td>
                            </tr>
                          </tbody>
                        </table>
                      </td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </td>
            <td class="ref-fields " width="" colspan="1">
              <script>
                function addAuthorcontributor() {
                  var lastAuthorTypeSlected = $('.el_contributor_att').last().val();
                  var amountAuthors = $('#group_element_contributor').children().length + 1;
                  var html_to_append =
                    "<table width='100%' id='div_contributor_NEW_ADDED_AUTHOR'><tr></tr><tr><td class='ref-fields' ><span class=''><select class=\"form-control input-label el_contributor_att\" id=\"el_contributor_NEW_ADDED_AUTHOR_att\" name=\"el[contributor][NEW_ADDED_AUTHOR][att]\" onchange=\"markDataAsEdited();\"><option value='author' selected>Author</option><option value='editor' >Editor</option><option value='translator' >Translator</option></select></span></td><td class='ref-fields' ><span class=' optional-element'><input onchange='markDataAsEdited();' type='text' class='form-control el-contributor optional-element-input'  id='el_contributor_NEW_ADDED_AUTHOR_given' name='el[contributor][NEW_ADDED_AUTHOR][given]' value='' aria-describedby='inputGroupPrependel_contributor_NEW_ADDED_AUTHOR_given'  placeholder='First and middle names'  style=''></span></td><td class='ref-fields' ><table width='100%' id=''><tr><td class='' ><span class=''><input onchange='markDataAsEdited();' type='text' class='form-control el-contributor'  id='el_contributor_NEW_ADDED_AUTHOR_family' name='el[contributor][NEW_ADDED_AUTHOR][family]' value='' aria-describedby='inputGroupPrependel_contributor_NEW_ADDED_AUTHOR_family'  placeholder='Last name / Organization'  style=''></span></td><td class='' width='1%'><span type=\"button\" class=\"btn btn-default buttonRemoveAuthor buttonRemoveAuthorcontributor\" style=\"background-color: #e0bab8;\" onclick=\"removeAuthorcontributor('div_contributor_NEW_ADDED_AUTHOR'), markDataAsEdited();\" title=\"Remove\">X</span></td></tr></table></td></tr></table>";
                  //var timestamp = new Date().toISOString(); 
                  var timestamp = new Date().toISOString().slice(0, 24).replace(/[-:.TZ]/g, '');
                  html_to_append = html_to_append.replace(/NEW_ADDED_AUTHOR/g, timestamp);
                  $('#group_element_contributor').append(html_to_append);
                  // select the autor type equal to the previus element
                  $('#el_contributor_' + timestamp + '_att').val(lastAuthorTypeSlected);
                  //          $('.buttonRemoveAuthorcontributor').toggle( amountAuthors>1 );
                  $('[data-toggle="tooltip"]').tooltip();
                }

                function removeAuthorcontributor(elementId) {
                  var amountAuthors = $('#group_element_contributor').children().length;
                  if (amountAuthors > 1) {
                    $('#' + elementId).remove()
                    amountAuthors--;
                  } else {
                    $('.el-contributor').val('');
                  }
                  //          $('.buttonRemoveAuthorcontributor').toggle( amountAuthors>1 );
                }
                //
                //        $(function() {
                //          var amountAuthors = $('#group_element_contributor').children().length;
                //          $('.buttonRemoveAuthorcontributor').toggle( amountAuthors>1 );
                //        });
              </script>
              <div style="text-align: right;"><span type="button" class="btn btn-success buttonAddAuthor" id="btnAdd_contributor" onclick="addAuthorcontributor(), markDataAsEdited();" title="Add"> + </span></div>
            </td>
          </tr>
        </tbody>
      </table>
      <table width="100%" id="">
        <tbody>
          <tr class="">
            <td class="ref-fields " width="" colspan="1"><span class=" optional-element"><label class="control-label input-label " data-toggle="tooltip" data-html="true" data-placement="top" title="" data-original-title="Means of publication.">Means
                  of publication:</label>&nbsp;&nbsp;<span title="Ajuda" class="a_help" onclick="return alert(&quot;Means of publication.&quot;), false;"><img src="https://cleverbib.com/includes/img/help.gif"></span>
                <button type="button" class="btn btn-no-selected btn-primary btn-gp-mp "
                  onclick="$(&quot;#el_mp&quot;).val(&quot;standard&quot;), $(&quot;.btn-gp-mp&quot;).removeClass(&quot;btn-primary&quot;), $(this).addClass(&quot;btn-primary&quot;), $(&quot;.btn-gp-mp-fields&quot;).hide(), $(&quot;.btn-gp-mp-fields-standard&quot;).show(), markDataAsEdited();"
                  title="Printed"> Printed </button>
                <button type="button" class="btn btn-no-selected  btn-gp-mp "
                  onclick="$(&quot;#el_mp&quot;).val(&quot;online&quot;), $(&quot;.btn-gp-mp&quot;).removeClass(&quot;btn-primary&quot;), $(this).addClass(&quot;btn-primary&quot;), $(&quot;.btn-gp-mp-fields&quot;).hide(), $(&quot;.btn-gp-mp-fields-online&quot;).show(), markDataAsEdited();"
                  title="Internet"> Internet </button>
                <input type="hidden" class="form-control" id="el_mp" name="el[mp]" value="standard" aria-describedby="inputGroupPrependel_mp">
                <script>
                  $(document).ready(function() {
                    $('.btn-gp-mp-fields-standard').show();
                  });
                </script>
              </span></td>
          </tr>
        </tbody>
      </table>
      <table width="100%" id="">
        <tbody>
          <tr class="">
            <td class="ref-fields " width="100%" colspan="1"><span class=""><label class="control-label input-label  " data-toggle="tooltip" data-html="true" data-placement="top" title=""
                  data-original-title="Word, phrase or phrase that designates the subject or content of a document. <br>Only the first letter of the title and proper names must be written in capital letters.">Title&nbsp;<span title="Ajuda"
                    class="a_help" onclick="return alert(&quot;Word, phrase or phrase that designates the subject or content of a document. \nOnly the first letter of the title and proper names must be written in capital letters.&quot;), false;"><img
                      src="https://cleverbib.com/includes/img/help.gif"></span></label><input type="text" class="form-control " id="el_title" name="el[title]" value="" aria-describedby="inputGroupPrependel_title" style="" placeholder=""
                  onchange="markDataAsEdited();"></span></td>
          </tr>
        </tbody>
      </table>
      <table width="100%" id="">
        <tbody>
          <tr class="">
            <td class="ref-fields " width="50%" colspan="1"><span class=""><label class="control-label input-label  " data-toggle="tooltip" data-html="true" data-placement="top" title=""
                  data-original-title="The date of creation or issue of a work as designated by the publisher or creator of the work.">Year of publication&nbsp;<span title="Ajuda" class="a_help"
                    onclick="return alert(&quot;The date of creation or issue of a work as designated by the publisher or creator of the work.&quot;), false;"><img src="https://cleverbib.com/includes/img/help.gif"></span></label><input type="text"
                  class="form-control medium" id="el_ap" name="el[ap]" value="" aria-describedby="inputGroupPrependel_ap" style="" placeholder="" onchange="markDataAsEdited();"></span></td>
            <td class="ref-fields " width="50%" colspan="1"><span class=" optional-element"><label class="control-label input-label  " data-toggle="tooltip" data-html="true" data-placement="top" title=""
                  data-original-title="Edition number">Edition&nbsp;<span title="Ajuda" class="a_help" onclick="return alert(&quot;Edition number&quot;), false;"><img src="https://cleverbib.com/includes/img/help.gif"></span></label><input type="text"
                  class="form-control medium optional-element-input" id="el_edition" name="el[edition]" value="" aria-describedby="inputGroupPrependel_edition" style="" placeholder="" onchange="markDataAsEdited();"></span></td>
          </tr>
        </tbody>
      </table>
      <table width="100%" id="">
        <tbody>
          <tr class="">
            <td class="ref-fields " width="100%" colspan="1"><span class=" optional-element"><label class="control-label input-label  " data-toggle="tooltip" data-html="true" data-placement="top" title=""
                  data-original-title="The person, firm, or corporate body responsible for making a work available (issuing it) to the public. The publisher, printer, and distributor of a work may be one and the same. Publisher and distributor is a more common coincidence.">Publisher
                  Name&nbsp;<span title="Ajuda" class="a_help"
                    onclick="return alert(&quot;The person, firm, or corporate body responsible for making a work available (issuing it) to the public. The publisher, printer, and distributor of a work may be one and the same. Publisher and distributor is a more common coincidence.&quot;), false;"><img
                      src="https://cleverbib.com/includes/img/help.gif"></span></label><input type="text" class="form-control  optional-element-input" id="el_pub" name="el[pub]" value="" aria-describedby="inputGroupPrependel_pub" style=""
                  placeholder="" onchange="markDataAsEdited();"></span></td>
          </tr>
        </tbody>
      </table>
      <table width="100%" id="">
        <tbody>
          <tr class="btn-gp-mp-fields btn-gp-mp-fields-online display-none">
            <td class="ref-fields " width="100%" colspan="1"><span class=" optional-element"><label class="control-label input-label  " data-toggle="tooltip" data-html="true" data-placement="top" title=""
                  data-original-title="Digital Object Identifier: Unique alphanumeric string used to identify content and provide a persistent link to its location on the Internet">DOI&nbsp;<span title="Ajuda" class="a_help"
                    onclick="return alert(&quot;Digital Object Identifier: Unique alphanumeric string used to identify content and provide a persistent link to its location on the Internet&quot;), false;"><img
                      src="https://cleverbib.com/includes/img/help.gif"></span></label><input type="text" class="form-control  optional-element-input" id="el_DOI" name="el[DOI]" value="" aria-describedby="inputGroupPrependel_DOI" style=""
                  placeholder="" onchange="markDataAsEdited();"></span></td>
          </tr>
        </tbody>
      </table>
      <table width="100%" id="">
        <tbody>
          <tr class="btn-gp-mp-fields btn-gp-mp-fields-online display-none">
            <td class="ref-fields " width="100%" colspan="1"><span class=" optional-element"><label class="control-label input-label  " data-toggle="tooltip" data-html="true" data-placement="top" title=""
                  data-original-title="Internet address where the publication is available.">URL&nbsp;<span title="Ajuda" class="a_help" onclick="return alert(&quot;Internet address where the publication is available.&quot;), false;"><img
                      src="https://cleverbib.com/includes/img/help.gif"></span></label><input type="text" class="form-control  optional-element-input" id="el_URL" name="el[URL]" value="" aria-describedby="inputGroupPrependel_URL" style=""
                  placeholder="" onchange="markDataAsEdited();"></span></td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div><br></div>
</form>

Name: formLgPOST https://cleverbib.com/en/login/validate

<form role="form" name="formLg" id="formLg" method="POST" action="https://cleverbib.com/en/login/validate">
  <input id="logar" name="logar" value="" type="hidden">
  <div class="modal-body">
    <!-- -->
    <!-- -->
    <div align="right">
      <a href="#" onclick="openFacebookLogin()">
      <img src="https://cleverbib.com/img/fb-login-btn-en.png" style="height: 38px;">
    </a>
      <script>
        function checkIfWindowLoginFBIsClosed(windowLoginFB) {
          if (!windowLoginFB.closed) {
            setTimeout(function() {
              checkIfWindowLoginFBIsClosed(windowLoginFB);
            }, 500);
          } else {
            checkIfUserIsLogged();
          }
        }

        function openFacebookLogin() {
          var windowLoginFB = window.open(
            "https://www.facebook.com/v3.2/dialog/oauth?client_id=2397343300341294&state=41c6f0e05e67f82f6f3b226b19d5a9c9&response_type=code&sdk=php-sdk-5.7.0&redirect_uri=https%3A%2F%2Fcleverbib.com%2Fen%2Flogin_fb%2F&scope=email", "MsgWindow",
            "width=" + ($(window).width() * 0.7) + ",height=" + ($(window).height() * 0.7));
          checkIfWindowLoginFBIsClosed(windowLoginFB);
        }

        function checkIfUserIsLogged() {
          // Send the data using post
          var posting = $.post('https://cleverbib.com/en/login/check_is_logged');
          // Put the results in a div
          posting.done(function(data) {
            var obj = jQuery.parseJSON(data);
            if (obj.isLogged === true) {
              if (typeof reloadPageOnLogin !== 'undefined' && reloadPageOnLogin === true) {
                window.location.reload();
                return;
              }
              $('#loginModal').modal('hide');
              $('#btnMenuLogin').hide();
              $('.btnLinksIsNotLogged').hide();
              $('.btnLinksIsLogged').show();
              $('.btnLinksIsLogged').css('display', 'block');
              $('#btnLoginEmail').html(obj.name);
              $('#btnLoginEmail').tooltip('show');
              setTimeout(function() {
                $('#btnLoginEmail').tooltip('dispose');
              }, 10000);
            }
          });
        }
      </script>
    </div>
    <div align="left"><br> Or enter email and password: <br><br>
    </div>
    <!-- --> <!-- -->
    <div class="form-group lgTagsReg">
      <input class="form-control" required="" placeholder="Name" id="name" name="name" type="text" onkeydown="$('#page-response-formLg').html('');" autocomplete="off">
    </div>
    <div class="form-group">
      <input class="form-control" required="" placeholder="E-mail" id="email" name="email" type="text" onkeydown="$('#page-response-formLg').html('');" autocomplete="off">
    </div>
    <div class="form-group lgTagsLogin">
      <input class="form-control" required="" placeholder="Password" id="password" name="password" type="password" value="" onkeydown="$('#page-response-formLg').html('');">
    </div>
    <div id="cod-recaptcha-go">
      <br>
    </div>
    <div id="page-response-formLg"></div>
  </div>
  <div class="modal-footer">
    <button name="logar" id="btnSendLogin" type="submit" value="1" class="btn btn-primary btn-block lgTagsLogin">Enter</button>
    <button name="logar" id="btnSendNewPass" type="submit" value="1" class="btn btn-info btn-block lgTagsPass">Send new password</button>
    <button name="logar" id="btnSendReg" type="submit" value="1" class="btn btn-success btn-block lgTagsReg">Save</button>
    <button type="button" class="btn btn-secondary" data-dismiss="modal" id="close-login-modal">Close</button>
  </div>
  <div class="modal-footer">
    <div align="right">
      <a href="#" id="btnLinkLogin" class="lgTagsPass lgTagsReg">Login</a><br class="lgTagsPass lgTagsReg">
      <a href="#" id="btnIForgotMyPassword" class="lgTagsLogin lgTagsReg">I forgot my password</a><br class="lgTagsLogin lgTagsReg">
      <a href="#" id="btnINewReg" class="lgTagsLogin lgTagsPass">I do not have a registration</a>
    </div>
  </div>
</form>

Text Content

CleverBib
 * Examples
 * Contact
 * Other tools
   Anti-plagiarism Software Online HTML code editor Generate password Generate
   Lorem Ipsum Text Base converter Base64 Encode and Decode Latex Table
   Generator Convert uppercase and lowercase Numbers to Words Invert text Text
   comparator QR Code Generator Character counter

 * English
   Português Español
   



CITATION

Reference style: American Psychological Association 7th edition ABNT
Type of material: Book   Examples

Authors / Contributors

AuthorEditorTranslator

X

+

Means of publication:   Printed Internet

Title 

Year of publication Edition 

Publisher Name 

DOI 

URL 



The citation was added to your reference list.
The citation has been updated in your list of references.

CURRENT CITATION (NOT SAVED)

Save citation New



REFERENCES



Download to Word format



FORM GLOSSARY

First and middle names
The name of the author, excluding only the last name.
Ex.: Maria Andrade Lima
Fill with: Maria Andrade
or Abbreviated: M. A.

Last name / Organization
The name of the author, excluding only the last name.
Ex.: Maria Andrade Lima
Fill with: Maria Andrade
or Abbreviated: M. A.
OR
Legal person;
Event;
Institution(s), organization(s)

Means of publication
Means of publication.

Title
Word, phrase or phrase that designates the subject or content of a document.
Only the first letter of the title and proper names must be written in capital
letters.

Year of publication
The date of creation or issue of a work as designated by the publisher or
creator of the work.

Edition
Edition number

Publisher Name
The person, firm, or corporate body responsible for making a work available
(issuing it) to the public. The publisher, printer, and distributor of a work
may be one and the same. Publisher and distributor is a more common coincidence.

DOI
Digital Object Identifier: Unique alphanumeric string used to identify content
and provide a persistent link to its location on the Internet

URL
Internet address where the publication is available.





KEYWORDS

How to do the citation, how to do the bibliographic reference, cite a document,
online mechanism for bibliographic references, generate references, elaborate
references, reference example online, create bibliographic reference,
bibliographic reference formatter, automatic reference online, bibliographic
reference generator online, bibliographic reference guide Mestrado, exemplo
referência online, criar referência bibliográfica automática, , referências
bibliográficas, guia referência bibliográfica, manual referência bibliográfica.
© 2023 CleverBib, All right reserved. · Privacy Policy
Loading...

LOGIN I FORGOT MY PASSWORD I DO NOT HAVE A REGISTRATION


Or enter email and password:








Enter Send new password Save Close
Login
I forgot my password
I do not have a registration