www.ciigroup.org Open in urlscan Pro
46.236.39.194  Public Scan

Submitted URL: http://www.ciigroup.org/login
Effective URL: https://www.ciigroup.org/en/login
Submission: On May 19 via api from US — Scanned from GB

Form analysis 5 forms found in the DOM

<form class="header-search ng-pristine ng-valid ng-scope" id="headerSearchApp" ng-app="headerSearchApp" ng-controller="HeaderSearchController">
  <div class="input-group">
    <label for="header-search" class="accessibility">Search</label>
    <input type="text" ng-model="searchText" ng-keyup="handleEnter($event)" class="header__search-input ng-pristine ng-untouched ng-valid ng-empty" id="header-search">
    <a id="search-icon-link" class="search___search-icon" ng-click="doSearch($event)" href="" alt="Search"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="100%" height="100%" viewBox="0 0 21 21" version="1.1" xml:space="preserve" fill="#e1ddd4" class="svg replaced-svg">
    <g transform="matrix(0.823124,0,0,0.823124,-174.058,-59.5906)">
        <g transform="matrix(0,-1,-1,0,222.151,73.7501)">
            <path d="M0.803,-0.033C0.79,-2.907 -0.476,-5.742 -2.619,-7.667C-4.003,-8.91 -5.727,-9.769 -7.551,-10.119C-12.166,-11.004 -17.239,-8.381 -19.065,-3.835C-20.482,-0.308 -19.77,3.983 -17.167,6.881C-14.806,9.509 -11.031,10.786 -7.551,10.119C-4.392,9.513 -1.573,7.33 -0.187,4.41C0.47,3.027 0.806,1.494 0.803,-0.033ZM-0.804,0.028C-0.819,3.291 -2.843,6.49 -5.827,7.884C-8.323,9.05 -11.38,8.932 -13.781,7.57C-16.893,5.805 -18.722,2.028 -18.051,-1.593C-17.452,-4.821 -14.874,-7.598 -11.673,-8.423C-8.367,-9.274 -4.618,-7.99 -2.532,-5.201C-1.424,-3.72 -0.813,-1.893 -0.804,-0.028C-0.804,-0.009 -0.804,0.009 -0.804,0.028Z"></path>
        </g>
        <g transform="matrix(-0.630906,0.775859,0.775859,0.630906,228.483,94.0977)">
            <rect x="-5.483" y="-2.609" width="2.642" height="8.581"></rect>
        </g>
    </g>
</svg></a>
  </div>
  <script>
    var headerSearchApp = angular.module('HeaderSearchApp', []);
    headerSearchApp.controller('HeaderSearchController', function($scope) {
      $scope.searchText = '';
      $scope.doSearch = function(e) {
        e.preventDefault();
        window.location.href = '/en/search-results?q=' + $scope.searchText;
      }
      $scope.handleEnter = function(e) {
        if (e.keyCode == 13) {
          $scope.doSearch(e);
        }
      }
    });
    angular.element(document).ready(function() {
      angular.bootstrap($('#headerSearchApp')[0], ['HeaderSearchApp']);
    });
  </script>
</form>

<form class="header-search mobile-search ng-pristine ng-valid ng-scope" id="mobileHeaderSearchApp" ng-app="mobileHeaderSearchApp" ng-submit="doSearch()" ng-controller="MobileHeaderSearchController">
  <div class="input-group">
    <input type="text" class="header__search-input ng-pristine ng-untouched ng-valid ng-empty" ng-model="searchText" placeholder="Search"><a id="search-input-icon-link" class="search___search-icon" href="" ng-click="doSearch($event)"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="100%" height="100%" viewBox="0 0 21 21" version="1.1" xml:space="preserve" fill="#e1ddd4" class="svg replaced-svg">
    <g transform="matrix(0.823124,0,0,0.823124,-174.058,-59.5906)">
        <g transform="matrix(0,-1,-1,0,222.151,73.7501)">
            <path d="M0.803,-0.033C0.79,-2.907 -0.476,-5.742 -2.619,-7.667C-4.003,-8.91 -5.727,-9.769 -7.551,-10.119C-12.166,-11.004 -17.239,-8.381 -19.065,-3.835C-20.482,-0.308 -19.77,3.983 -17.167,6.881C-14.806,9.509 -11.031,10.786 -7.551,10.119C-4.392,9.513 -1.573,7.33 -0.187,4.41C0.47,3.027 0.806,1.494 0.803,-0.033ZM-0.804,0.028C-0.819,3.291 -2.843,6.49 -5.827,7.884C-8.323,9.05 -11.38,8.932 -13.781,7.57C-16.893,5.805 -18.722,2.028 -18.051,-1.593C-17.452,-4.821 -14.874,-7.598 -11.673,-8.423C-8.367,-9.274 -4.618,-7.99 -2.532,-5.201C-1.424,-3.72 -0.813,-1.893 -0.804,-0.028C-0.804,-0.009 -0.804,0.009 -0.804,0.028Z"></path>
        </g>
        <g transform="matrix(-0.630906,0.775859,0.775859,0.630906,228.483,94.0977)">
            <rect x="-5.483" y="-2.609" width="2.642" height="8.581"></rect>
        </g>
    </g>
</svg></a>
  </div>
</form>

POST https://www.ciigroup.org/en/login

<form class="form ng-pristine ng-valid" autocomplete="off" method="POST" action="https://www.ciigroup.org/en/login">
  <div class="row">
    <div class="col-12 col-md-5">
      <div class="row pb-5">
        <div class="col-12">
          <div class="form-group ">
            <label for="username"><strong>Email or PIN:</strong></label>
            <input type="text" class="normal_input" id="LoginEmail" name="username">
          </div>
          <div class="form-group">
            <label for="password"><strong>Password:</strong></label>
            <input type="password" class="normal_input" id="LoginPassword" maxlength="20" name="password">
          </div>
          <div class="form-group custom-checkbox">
            <label class="custom-control custom-checkbox" for="remember">
              <input type="checkbox" class="custom-control-input" id="remember" name="rememberme" value="1">
              <span class="custom-control-indicator"></span>
              <span class="custom-control-description">Remember me</span>
            </label>
          </div>
          <div class="form__forgotten">
            <ul class="list-unstyled mb-0">
              <li>
                <a id="ForgottenpasswordLink" href="/en/login/forgottenpassword" class="button__link">Forgotten password</a>
              </li>
              <li>
                <a id="NopasswordLink" href="/en/login/nopassword" class="button__link">No password</a>
              </li>
            </ul>
          </div>
        </div>
      </div>
      <div class="row pb-5">
        <div class="col-12">
          <button id="login" class="button__submit">Login</button>
          <button class="button__submit ml-0 ml-lg-3 mt-3 mt-lg-0" id="SignUp">Sign up</button>
          <button type="button" style="display:none" data-toggle="modal" data-target="#societies-decision-large" id="togglePopup"></button>
        </div>
      </div>
    </div>
    <div class="col-12 col-md-6 offset-md-1 hidden-sm-down">
      <h2></h2>
      <h4>Existing member or customer?</h4>
      <p>If you have an account with us please<span>&nbsp;</span><strong>login</strong><span>&nbsp;</span>and we’ll redirect you to complete your purchase, renew your membership, or access other online services.</p>
      <p>&nbsp;</p>
      <h4>New to CII?</h4>
      <p>If you have not registered with us before, please select the<span>&nbsp;</span><strong>sign up</strong><span>&nbsp;</span>button to create a new account,<span>&nbsp;</span><span>and we’ll redirect you to complete your purchase, or access
          other online services</span>.</p>
    </div>
  </div>
</form>

POST https://www.ciigroup.org/en/login

<form class="form ng-pristine ng-valid" autocomplete="off" method="POST" action="https://www.ciigroup.org/en/login">
  <input type="hidden" name="saveCurrentBrand" value="true" autocomplete="off">
  <input type="hidden" name="redirectUrl" value="" autocomplete="off">
  <button class="button__submit" id="stayOnCurrentSocietyLarge">Continue to </button>
  <button type="button" class="button__submit" ng-click="continueToUsersSociety()">Redirect and go to </button>
</form>

POST https://www.ciigroup.org/en/login

<form class="form ng-pristine ng-valid" autocomplete="off" method="POST" action="https://www.ciigroup.org/en/login">
  <input type="hidden" name="saveCurrentBrand" value="true" autocomplete="off">
  <input type="hidden" name="redirectUrl" value="" autocomplete="off">
  <div class="row">
    <div class="col-6">
      <button class="button__submit" id="stayOnCurrentSocietySmall">Continue to </button>
    </div>
    <div class="col-6">
      <button class="button__submit" type="button" ng-click="continueToUsersSociety()">Redirect and go to </button>
    </div>
  </div>
</form>

Text Content

COOKIES ON THE CII WEBSITE

By using and browsing the CII website, you consent to cookies being used in
accordance with our policy. If you do not consent, you are always free to
disable cookies if your browser permits, although doing so may interfere with
your use of some of our sites or services.

Continue

Login

Sign up

Select country

Select country
Charter Insurance Institute
Search
My Basket0
 * About us
   What we do Governance Professional standards Initiatives Work for us
 * Membership
   Join us Benefits Chartered Societies Local institutes International Search
   SPS Support
 * Learning
   Qualifications Sectors Corporate Assess Accreditation Learning content hub
   Knowledge Services Support CPD
 * News & insight
   News Insight Publications Media Coronavirus hub
 * CII Group Shop

 * Login
 * Sign up





LOGIN OR SIGN-UP

Email or PIN:
Password:
Remember me
 * Forgotten password
 * No password

Login Sign up

EXISTING MEMBER OR CUSTOMER?

If you have an account with us please login and we’ll redirect you to complete
your purchase, renew your membership, or access other online services.

 

NEW TO CII?

If you have not registered with us before, please select the sign up button to
create a new account, and we’ll redirect you to complete your purchase, or
access other online services.

We notice you usually visit or are a member of

Do you wish to continue to or visit
Continue to Redirect and go to
We notice you usually visit or are a member of

Do you wish to continue to or visit

Continue to
Redirect and go to


The CIIGroup.org site is part of the Chartered Insurance Institute. We are a
professional body dedicated to building public trust in the insurance and
financial planning profession.



Find out more
 * Accessibility
 * Privacy
 * Terms and conditions
 * Modern slavery statement
 * FAQs
 * Contact us

CONTACT US



Online webchat service: Mon-Fri 8am - 6pm (BST)
Telephone service : Mon-Fri 9am – 5pm (BST)

Chartered Insurance Institute
3rd Floor, 20 Fenchurch Street
London
EC3M 3BY




Tel: +44 (0)20 8989 8464
Email: customer.serv@cii.co.uk

FOLLOW US

 * YouTube
 * LinkedIn
 * Twitter



Copyright ©2020 The Chartered Insurance Institute. All rights reserved.