dev.sportlogin.ch Open in urlscan Pro
54.246.217.45  Public Scan

URL: https://dev.sportlogin.ch/
Submission: On August 12 via automatic, source certstream-suspicious — Scanned from CH

Form analysis 6 forms found in the DOM

Name: code_formPOST https://dev.sportlogin.ch/verify-account-code

<form id="code_form" name="code_form" method="POST" action="https://dev.sportlogin.ch/verify-account-code">
  <input type="text" class="digit" id="digit1" maxlength="1">
  <input type="text" class="digit" id="digit2" maxlength="1">
  <input type="text" class="digit" id="digit3" maxlength="1">
  <input type="text" class="digit" id="digit4" maxlength="1">
  <input type="text" class="digit" id="digit5" maxlength="1">
  <input type="text" class="digit" id="digit6" maxlength="1">
  <div style="display:block; margin: 20px;">
    <button type="submit" class="btn btn-success" id="validate_code">Validate my account</button>
  </div>
</form>

Name: login_formPOST https://dev.sportlogin.ch/login

<form id="login_form" name="login_form" method="POST" action="https://dev.sportlogin.ch/login" novalidate="novalidate">
  <div class="form-group">
    <input type="text" class="form-control" placeholder="Your Login ID" id="login_username" name="login_username" required="">
  </div>
  <div class="form-group">
    <div class="input-group" id="show_hide_password">
      <input class="form-control" autocomplete="on" type="password" placeholder="Your Password" id="login_password" name="login_password" required="">
      <div class="input-group-addon">
        <a href=""><i class="fa fa-eye-slash" aria-hidden="true"></i></a>
      </div>
    </div>
  </div>
  <div style="margin-bottom:10px;">
    <small><a class="forgot_password_btn" data-bs-toggle="modal" data-bs-target="#forgotPasswordModal">Forgot password?</a>
      <span style="font-size:18px; margin-left:5px; margin-right:5px;">|</span>
      <a class="forgot_password_btn" data-bs-toggle="modal" data-bs-target="#forgotUsernameModal">Forgot username?</a>
    </small>
  </div>
  <button type="submit" class="btn btn-lg btn-primary btn-block">Sign in</button>
</form>

Name: reset_formPOST #

<form id="reset_form" name="reset_form" method="POST" action="#" novalidate="novalidate">
  <div class="form-group text-center">
    <h4 id="display_username" name="display_username"> Username: </h4>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input class="form-control" type="hidden" id="reset_username" name="reset_username">
    </div>
  </div>
  <div class="form-group">
    <div class="input-group" id="show_hide_password">
      <input class="form-control" autocomplete="on" type="password" placeholder="Old Password" id="old_password" name="old_password" required="">
      <div class="input-group-addon">
        <a href=""><i class="fa fa-eye-slash" aria-hidden="true"></i></a>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group" id="show_hide_password">
      <input class="form-control" autocomplete="on" type="password" placeholder="New Password" id="new_password" name="new_password" required="">
      <div class="input-group-addon">
        <a href=""><i class="fa fa-eye-slash" aria-hidden="true"></i></a>
      </div>
    </div>
  </div>
  <small id="" class="password_hint">
    <strong>Password Must:</strong><br> &gt; Be more than 7 Characters<br> &gt; An Uppercase Character<br> &gt; A Lowercase Character<br> &gt; A Number<br> &gt; A Special character<br>
  </small>
  <div class="form-group">
    <div class="input-group" id="show_hide_password">
      <input class="form-control" autocomplete="on" type="password" placeholder="Confirm Password" id="confirm_password" name="confirm_password" required="">
      <div class="input-group-addon">
        <a href=""><i class="fa fa-eye-slash" aria-hidden="true"></i></a>
      </div>
    </div>
  </div>
  <button type="submit" class="btn btn-lg btn-primary btn-block">Reset Password</button>
</form>

Name: signup_formPOST #

<form id="signup_form" name="signup_form" method="POST" action="#" novalidate="novalidate">
  <div class="row">
    <div class="col-lg-6 p-2">
      <div class="form-group custom-selection">
        <div class="form-group">
          <small class="pb-2 light-blue-txt"><b>Choose an account type</b></small>
        </div>
        <div class="dropdown bootstrap-select"><select class="selectpicker" id="school_type" name="school_type" required="" onchange="changePlaceholder()">
            <option value="COACH">I am a Single coach</option>
            <option value="SCHOOL">School</option>
          </select><button type="button" tabindex="-1" class="btn dropdown-toggle btn-light" data-bs-toggle="dropdown" role="combobox" aria-owns="bs-select-3" aria-haspopup="listbox" aria-expanded="false" title="I am a Single coach"
            data-id="school_type">
            <div class="filter-option">
              <div class="filter-option-inner">
                <div class="filter-option-inner-inner">I am a Single coach</div>
              </div>
            </div>
          </button>
          <div class="dropdown-menu ">
            <div class="inner show" role="listbox" id="bs-select-3" tabindex="-1">
              <ul class="dropdown-menu inner show" role="presentation"></ul>
            </div>
          </div>
        </div>
      </div>
      <div class="form-group custom-selection">
        <input type="hidden" class="form-control inputDiscipline" value="other-discipline" name="discipline" id="discipline">
        <input type="text" class="form-control inputDiscipline" placeholder="Enter a discipline" name="discipline2" id="disciplineInput">
      </div>
      <div class="card2 bg-tertiary mb-2">
        <div class="form-group"><br>
          <small class="pb-2 light-blue-txt"><b>Personnal information</b></small>
        </div>
        <div class="form-group" style="display:none;" id="school_name_div">
          <label for="email">School name</label>
          <input type="text" class="form-control" placeholder="School name" id="school_name" name="school_name" required="">
        </div>
        <div class="form-group">
          <label for="email">Firstname</label>
          <input type="text" class="form-control" placeholder="Firstname" id="firstname" name="firstname" required="">
        </div>
        <div class="form-group">
          <label for="email">Lastname</label>
          <input type="text" class="form-control" placeholder="Lastname" id="lastname" name="lastname" required="">
        </div>
        <div id="welcome-message"></div>
        <div class="form-group">
          <input type="hidden" class="form-control" id="fullname" name="fullname" required="" value="" placeholder="Coach Name">
        </div>
        <div class="form-group">
          <label for="email">Email</label>
          <input type="email" class="form-control" placeholder="Coach Email Address" id="email" name="email" required="">
        </div>
        <div class="form-group">
          <label for="email">Confirm Email</label>
          <input type="email" class="form-control" placeholder="Confirm Email Address" id="email_confirm" name="email_confirm" required="">
        </div>
      </div>
      <div class="card2 bg-tertiary mb-2">
        <div class="form-group"><br>
          <small class="pb-2 light-blue-txt"><b>Localisation</b></small>
        </div>
        <div class="form-group custom-selection">
          <div class="dropdown bootstrap-select"><select class="selectpicker" data-live-search="true" id="country_code" name="country_code" required="">
              <option value="">Select Country</option>
              <option value="AD">AndorrA</option>
              <option value="AE">United Arab Emirates</option>
              <option value="AF">Afghanistan</option>
              <option value="AG">Antigua and Barbuda</option>
              <option value="AI">Anguilla</option>
              <option value="AL">Albania</option>
              <option value="AM">Armenia</option>
              <option value="AN">Netherlands Antilles</option>
              <option value="AO">Angola</option>
              <option value="AQ">Antarctica</option>
              <option value="AR">Argentina</option>
              <option value="AS">American Samoa</option>
              <option value="AT">Austria</option>
              <option value="AU">Australia</option>
              <option value="AW">Aruba</option>
              <option value="AX">Åland Islands</option>
              <option value="AZ">Azerbaijan</option>
              <option value="BA">Bosnia and Herzegovina</option>
              <option value="BB">Barbados</option>
              <option value="BD">Bangladesh</option>
              <option value="BE">Belgium</option>
              <option value="BF">Burkina Faso</option>
              <option value="BG">Bulgaria</option>
              <option value="BH">Bahrain</option>
              <option value="BI">Burundi</option>
              <option value="BJ">Benin</option>
              <option value="BM">Bermuda</option>
              <option value="BN">Brunei Darussalam</option>
              <option value="BO">Bolivia</option>
              <option value="BR">Brazil</option>
              <option value="BS">Bahamas</option>
              <option value="BT">Bhutan</option>
              <option value="BV">Bouvet Island</option>
              <option value="BW">Botswana</option>
              <option value="BY">Belarus</option>
              <option value="BZ">Belize</option>
              <option value="CA">Canada</option>
              <option value="CC">Cocos (Keeling) Islands</option>
              <option value="CD">Congo, The Democratic Republic of the</option>
              <option value="CF">Central African Republic</option>
              <option value="CG">Congo</option>
              <option value="CH">Switzerland</option>
              <option value="CI">Cote D'Ivoire</option>
              <option value="CK">Cook Islands</option>
              <option value="CL">Chile</option>
              <option value="CM">Cameroon</option>
              <option value="CN">China</option>
              <option value="CO">Colombia</option>
              <option value="CR">Costa Rica</option>
              <option value="CS">Serbia and Montenegro</option>
              <option value="CU">Cuba</option>
              <option value="CV">Cape Verde</option>
              <option value="CX">Christmas Island</option>
              <option value="CY">Cyprus</option>
              <option value="CZ">Czech Republic</option>
              <option value="DE">Germany</option>
              <option value="DJ">Djibouti</option>
              <option value="DK">Denmark</option>
              <option value="DM">Dominica</option>
              <option value="DO">Dominican Republic</option>
              <option value="DZ">Algeria</option>
              <option value="EC">Ecuador</option>
              <option value="EE">Estonia</option>
              <option value="EG">Egypt</option>
              <option value="EH">Western Sahara</option>
              <option value="ER">Eritrea</option>
              <option value="ES">Spain</option>
              <option value="ET">Ethiopia</option>
              <option value="FI">Finland</option>
              <option value="FJ">Fiji</option>
              <option value="FK">Falkland Islands (Malvinas)</option>
              <option value="FM">Micronesia, Federated States of</option>
              <option value="FO">Faroe Islands</option>
              <option value="FR">France</option>
              <option value="GA">Gabon</option>
              <option value="GB">United Kingdom</option>
              <option value="GD">Grenada</option>
              <option value="GE">Georgia</option>
              <option value="GF">French Guiana</option>
              <option value="GG">Guernsey</option>
              <option value="GH">Ghana</option>
              <option value="GI">Gibraltar</option>
              <option value="GL">Greenland</option>
              <option value="GM">Gambia</option>
              <option value="GN">Guinea</option>
              <option value="GP">Guadeloupe</option>
              <option value="GQ">Equatorial Guinea</option>
              <option value="GR">Greece</option>
              <option value="GS">South Georgia and the South Sandwich Islands</option>
              <option value="GT">Guatemala</option>
              <option value="GU">Guam</option>
              <option value="GW">Guinea-Bissau</option>
              <option value="GY">Guyana</option>
              <option value="HK">Hong Kong</option>
              <option value="HM">Heard Island and Mcdonald Islands</option>
              <option value="HN">Honduras</option>
              <option value="HR">Croatia</option>
              <option value="HT">Haiti</option>
              <option value="HU">Hungary</option>
              <option value="ID">Indonesia</option>
              <option value="IE">Ireland</option>
              <option value="IL">Israel</option>
              <option value="IM">Isle of Man</option>
              <option value="IN">India</option>
              <option value="IO">British Indian Ocean Territory</option>
              <option value="IQ">Iraq</option>
              <option value="IR">Iran, Islamic Republic Of</option>
              <option value="IS">Iceland</option>
              <option value="IT">Italy</option>
              <option value="JE">Jersey</option>
              <option value="JM">Jamaica</option>
              <option value="JO">Jordan</option>
              <option value="JP">Japan</option>
              <option value="KE">Kenya</option>
              <option value="KG">Kyrgyzstan</option>
              <option value="KH">Cambodia</option>
              <option value="KI">Kiribati</option>
              <option value="KM">Comoros</option>
              <option value="KN">Saint Kitts and Nevis</option>
              <option value="KP">Korea, Democratic People'S Republic of</option>
              <option value="KR">Korea, Republic of</option>
              <option value="KW">Kuwait</option>
              <option value="KY">Cayman Islands</option>
              <option value="KZ">Kazakhstan</option>
              <option value="LA">Lao People'S Democratic Republic</option>
              <option value="LB">Lebanon</option>
              <option value="LC">Saint Lucia</option>
              <option value="LI">Liechtenstein</option>
              <option value="LK">Sri Lanka</option>
              <option value="LR">Liberia</option>
              <option value="LS">Lesotho</option>
              <option value="LT">Lithuania</option>
              <option value="LU">Luxembourg</option>
              <option value="LV">Latvia</option>
              <option value="LY">Libyan Arab Jamahiriya</option>
              <option value="MA">Morocco</option>
              <option value="MC">Monaco</option>
              <option value="MD">Moldova, Republic of</option>
              <option value="MG">Madagascar</option>
              <option value="MH">Marshall Islands</option>
              <option value="MK">Macedonia, The Former Yugoslav Republic of</option>
              <option value="ML">Mali</option>
              <option value="MM">Myanmar</option>
              <option value="MN">Mongolia</option>
              <option value="MO">Macao</option>
              <option value="MP">Northern Mariana Islands</option>
              <option value="MQ">Martinique</option>
              <option value="MR">Mauritania</option>
              <option value="MS">Montserrat</option>
              <option value="MT">Malta</option>
              <option value="MU">Mauritius</option>
              <option value="MV">Maldives</option>
              <option value="MW">Malawi</option>
              <option value="MX">Mexico</option>
              <option value="MY">Malaysia</option>
              <option value="MZ">Mozambique</option>
              <option value="NA">Namibia</option>
              <option value="NC">New Caledonia</option>
              <option value="NE">Niger</option>
              <option value="NF">Norfolk Island</option>
              <option value="NG">Nigeria</option>
              <option value="NI">Nicaragua</option>
              <option value="NL">Netherlands</option>
              <option value="NO">Norway</option>
              <option value="NP">Nepal</option>
              <option value="NR">Nauru</option>
              <option value="NU">Niue</option>
              <option value="NZ">New Zealand</option>
              <option value="OM">Oman</option>
              <option value="PA">Panama</option>
              <option value="PE">Peru</option>
              <option value="PF">French Polynesia</option>
              <option value="PG">Papua New Guinea</option>
              <option value="PH">Philippines</option>
              <option value="PK">Pakistan</option>
              <option value="PL">Poland</option>
              <option value="PM">Saint Pierre and Miquelon</option>
              <option value="PN">Pitcairn</option>
              <option value="PR">Puerto Rico</option>
              <option value="PS">Palestinian Territory, Occupied</option>
              <option value="PT">Portugal</option>
              <option value="PW">Palau</option>
              <option value="PY">Paraguay</option>
              <option value="QA">Qatar</option>
              <option value="RE">Reunion</option>
              <option value="RO">Romania</option>
              <option value="RU">Russian Federation</option>
              <option value="RW">RWANDA</option>
              <option value="SA">Saudi Arabia</option>
              <option value="SB">Solomon Islands</option>
              <option value="SC">Seychelles</option>
              <option value="SD">Sudan</option>
              <option value="SE">Sweden</option>
              <option value="SG">Singapore</option>
              <option value="SH">Saint Helena</option>
              <option value="SI">Slovenia</option>
              <option value="SJ">Svalbard and Jan Mayen</option>
              <option value="SK">Slovakia</option>
              <option value="SL">Sierra Leone</option>
              <option value="SM">San Marino</option>
              <option value="SN">Senegal</option>
              <option value="SO">Somalia</option>
              <option value="SR">Suriname</option>
              <option value="ST">Sao Tome and Principe</option>
              <option value="SV">El Salvador</option>
              <option value="SY">Syrian Arab Republic</option>
              <option value="SZ">Swaziland</option>
              <option value="TC">Turks and Caicos Islands</option>
              <option value="TD">Chad</option>
              <option value="TF">French Southern Territories</option>
              <option value="TG">Togo</option>
              <option value="TH">Thailand</option>
              <option value="TJ">Tajikistan</option>
              <option value="TK">Tokelau</option>
              <option value="TL">Timor-Leste</option>
              <option value="TM">Turkmenistan</option>
              <option value="TN">Tunisia</option>
              <option value="TO">Tonga</option>
              <option value="TR">Turkey</option>
              <option value="TT">Trinidad and Tobago</option>
              <option value="TV">Tuvalu</option>
              <option value="TW">Taiwan, Province of China</option>
              <option value="TZ">Tanzania, United Republic of</option>
              <option value="UA">Ukraine</option>
              <option value="UG">Uganda</option>
              <option value="UM">United States Minor Outlying Islands</option>
              <option value="US">United States</option>
              <option value="UY">Uruguay</option>
              <option value="UZ">Uzbekistan</option>
              <option value="VA">Holy See (Vatican City State)</option>
              <option value="VC">Saint Vincent and the Grenadines</option>
              <option value="VE">Venezuela</option>
              <option value="VG">Virgin Islands, British</option>
              <option value="VI">Virgin Islands, U.S.</option>
              <option value="VN">Viet Nam</option>
              <option value="VU">Vanuatu</option>
              <option value="WF">Wallis and Futuna</option>
              <option value="WS">Samoa</option>
              <option value="YE">Yemen</option>
              <option value="YT">Mayotte</option>
              <option value="ZA">South Africa</option>
              <option value="ZM">Zambia</option>
              <option value="ZW">Zimbabwe</option>
            </select><button type="button" tabindex="-1" class="btn dropdown-toggle bs-placeholder btn-light" data-bs-toggle="dropdown" role="combobox" aria-owns="bs-select-4" aria-haspopup="listbox" aria-expanded="false" title="Select Country"
              data-id="country_code">
              <div class="filter-option">
                <div class="filter-option-inner">
                  <div class="filter-option-inner-inner">Select Country</div>
                </div>
              </div>
            </button>
            <div class="dropdown-menu ">
              <div class="bs-searchbox"><input type="search" class="form-control" autocomplete="off" role="combobox" aria-label="Search" aria-controls="bs-select-4" aria-autocomplete="list"></div>
              <div class="inner show" role="listbox" id="bs-select-4" tabindex="-1">
                <ul class="dropdown-menu inner show" role="presentation"></ul>
              </div>
            </div>
          </div>
        </div>
        <div class="form-group custom-selection">
          <div class="dropdown bootstrap-select"><select class="selectpicker" data-live-search="true" id="timezone" name="timezone" required="">
              <option value="">Select Timezone</option>
              <option value="Pacific/Midway"> (UTC-11:00) Midway</option>
              <option value="Pacific/Niue"> (UTC-11:00) Niue</option>
              <option value="Pacific/Pago_Pago"> (UTC-11:00) Pago Pago</option>
              <option value="America/Adak"> (UTC-10:00) Adak</option>
              <option value="Pacific/Honolulu"> (UTC-10:00) Honolulu</option>
              <option value="Pacific/Johnston"> (UTC-10:00) Johnston</option>
              <option value="Pacific/Rarotonga"> (UTC-10:00) Rarotonga</option>
              <option value="Pacific/Tahiti"> (UTC-10:00) Tahiti</option>
              <option value="Pacific/Marquesas"> (UTC-09:30) Marquesas</option>
              <option value="America/Anchorage"> (UTC-09:00) Anchorage</option>
              <option value="Pacific/Gambier"> (UTC-09:00) Gambier</option>
              <option value="America/Juneau"> (UTC-09:00) Juneau</option>
              <option value="America/Nome"> (UTC-09:00) Nome</option>
              <option value="America/Sitka"> (UTC-09:00) Sitka</option>
              <option value="America/Yakutat"> (UTC-09:00) Yakutat</option>
              <option value="America/Dawson"> (UTC-08:00) Dawson</option>
              <option value="America/Los_Angeles"> (UTC-08:00) Los Angeles</option>
              <option value="America/Metlakatla"> (UTC-08:00) Metlakatla</option>
              <option value="Pacific/Pitcairn"> (UTC-08:00) Pitcairn</option>
              <option value="America/Santa_Isabel"> (UTC-08:00) Santa Isabel</option>
              <option value="America/Tijuana"> (UTC-08:00) Tijuana</option>
              <option value="America/Vancouver"> (UTC-08:00) Vancouver</option>
              <option value="America/Whitehorse"> (UTC-08:00) Whitehorse</option>
              <option value="America/Boise"> (UTC-07:00) Boise</option>
              <option value="America/Cambridge_Bay"> (UTC-07:00) Cambridge Bay</option>
              <option value="America/Chihuahua"> (UTC-07:00) Chihuahua</option>
              <option value="America/Creston"> (UTC-07:00) Creston</option>
              <option value="America/Dawson_Creek"> (UTC-07:00) Dawson Creek</option>
              <option value="America/Denver"> (UTC-07:00) Denver</option>
              <option value="America/Edmonton"> (UTC-07:00) Edmonton</option>
              <option value="America/Hermosillo"> (UTC-07:00) Hermosillo</option>
              <option value="America/Inuvik"> (UTC-07:00) Inuvik</option>
              <option value="America/Mazatlan"> (UTC-07:00) Mazatlan</option>
              <option value="America/Ojinaga"> (UTC-07:00) Ojinaga</option>
              <option value="America/Phoenix"> (UTC-07:00) Phoenix</option>
              <option value="America/Shiprock"> (UTC-07:00) Shiprock</option>
              <option value="America/Yellowknife"> (UTC-07:00) Yellowknife</option>
              <option value="America/Bahia_Banderas"> (UTC-06:00) Bahia Banderas</option>
              <option value="America/Belize"> (UTC-06:00) Belize</option>
              <option value="America/North_Dakota/Beulah"> (UTC-06:00) Beulah</option>
              <option value="America/Cancun"> (UTC-06:00) Cancun</option>
              <option value="America/North_Dakota/Center"> (UTC-06:00) Center</option>
              <option value="America/Chicago"> (UTC-06:00) Chicago</option>
              <option value="America/Costa_Rica"> (UTC-06:00) Costa Rica</option>
              <option value="Pacific/Easter"> (UTC-06:00) Easter</option>
              <option value="America/El_Salvador"> (UTC-06:00) El Salvador</option>
              <option value="Pacific/Galapagos"> (UTC-06:00) Galapagos</option>
              <option value="America/Guatemala"> (UTC-06:00) Guatemala</option>
              <option value="America/Indiana/Knox"> (UTC-06:00) Knox</option>
              <option value="America/Managua"> (UTC-06:00) Managua</option>
              <option value="America/Matamoros"> (UTC-06:00) Matamoros</option>
              <option value="America/Menominee"> (UTC-06:00) Menominee</option>
              <option value="America/Merida"> (UTC-06:00) Merida</option>
              <option value="America/Mexico_City"> (UTC-06:00) Mexico City</option>
              <option value="America/Monterrey"> (UTC-06:00) Monterrey</option>
              <option value="America/North_Dakota/New_Salem"> (UTC-06:00) New Salem</option>
              <option value="America/Rainy_River"> (UTC-06:00) Rainy River</option>
              <option value="America/Rankin_Inlet"> (UTC-06:00) Rankin Inlet</option>
              <option value="America/Regina"> (UTC-06:00) Regina</option>
              <option value="America/Resolute"> (UTC-06:00) Resolute</option>
              <option value="America/Swift_Current"> (UTC-06:00) Swift Current</option>
              <option value="America/Tegucigalpa"> (UTC-06:00) Tegucigalpa</option>
              <option value="America/Indiana/Tell_City"> (UTC-06:00) Tell City</option>
              <option value="America/Winnipeg"> (UTC-06:00) Winnipeg</option>
              <option value="America/Atikokan"> (UTC-05:00) Atikokan</option>
              <option value="America/Bogota"> (UTC-05:00) Bogota</option>
              <option value="America/Cayman"> (UTC-05:00) Cayman</option>
              <option value="America/Detroit"> (UTC-05:00) Detroit</option>
              <option value="America/Grand_Turk"> (UTC-05:00) Grand Turk</option>
              <option value="America/Guayaquil"> (UTC-05:00) Guayaquil</option>
              <option value="America/Havana"> (UTC-05:00) Havana</option>
              <option value="America/Indiana/Indianapolis"> (UTC-05:00) Indianapolis</option>
              <option value="America/Iqaluit"> (UTC-05:00) Iqaluit</option>
              <option value="America/Jamaica"> (UTC-05:00) Jamaica</option>
              <option value="America/Lima"> (UTC-05:00) Lima</option>
              <option value="America/Kentucky/Louisville"> (UTC-05:00) Louisville</option>
              <option value="America/Indiana/Marengo"> (UTC-05:00) Marengo</option>
              <option value="America/Kentucky/Monticello"> (UTC-05:00) Monticello</option>
              <option value="America/Montreal"> (UTC-05:00) Montreal</option>
              <option value="America/Nassau"> (UTC-05:00) Nassau</option>
              <option value="America/New_York"> (UTC-05:00) New York</option>
              <option value="America/Nipigon"> (UTC-05:00) Nipigon</option>
              <option value="America/Panama"> (UTC-05:00) Panama</option>
              <option value="America/Pangnirtung"> (UTC-05:00) Pangnirtung</option>
              <option value="America/Indiana/Petersburg"> (UTC-05:00) Petersburg</option>
              <option value="America/Port-au-Prince"> (UTC-05:00) Port-au-Prince</option>
              <option value="America/Thunder_Bay"> (UTC-05:00) Thunder Bay</option>
              <option value="America/Toronto"> (UTC-05:00) Toronto</option>
              <option value="America/Indiana/Vevay"> (UTC-05:00) Vevay</option>
              <option value="America/Indiana/Vincennes"> (UTC-05:00) Vincennes</option>
              <option value="America/Indiana/Winamac"> (UTC-05:00) Winamac</option>
              <option value="America/Caracas"> (UTC-04:30) Caracas</option>
              <option value="America/Anguilla"> (UTC-04:00) Anguilla</option>
              <option value="America/Antigua"> (UTC-04:00) Antigua</option>
              <option value="America/Aruba"> (UTC-04:00) Aruba</option>
              <option value="America/Asuncion"> (UTC-04:00) Asuncion</option>
              <option value="America/Barbados"> (UTC-04:00) Barbados</option>
              <option value="Atlantic/Bermuda"> (UTC-04:00) Bermuda</option>
              <option value="America/Blanc-Sablon"> (UTC-04:00) Blanc-Sablon</option>
              <option value="America/Boa_Vista"> (UTC-04:00) Boa Vista</option>
              <option value="America/Campo_Grande"> (UTC-04:00) Campo Grande</option>
              <option value="America/Cuiaba"> (UTC-04:00) Cuiaba</option>
              <option value="America/Curacao"> (UTC-04:00) Curacao</option>
              <option value="America/Dominica"> (UTC-04:00) Dominica</option>
              <option value="America/Eirunepe"> (UTC-04:00) Eirunepe</option>
              <option value="America/Glace_Bay"> (UTC-04:00) Glace Bay</option>
              <option value="America/Goose_Bay"> (UTC-04:00) Goose Bay</option>
              <option value="America/Grenada"> (UTC-04:00) Grenada</option>
              <option value="America/Guadeloupe"> (UTC-04:00) Guadeloupe</option>
              <option value="America/Guyana"> (UTC-04:00) Guyana</option>
              <option value="America/Halifax"> (UTC-04:00) Halifax</option>
              <option value="America/Kralendijk"> (UTC-04:00) Kralendijk</option>
              <option value="America/La_Paz"> (UTC-04:00) La Paz</option>
              <option value="America/Lower_Princes"> (UTC-04:00) Lower Princes</option>
              <option value="America/Manaus"> (UTC-04:00) Manaus</option>
              <option value="America/Marigot"> (UTC-04:00) Marigot</option>
              <option value="America/Martinique"> (UTC-04:00) Martinique</option>
              <option value="America/Moncton"> (UTC-04:00) Moncton</option>
              <option value="America/Montserrat"> (UTC-04:00) Montserrat</option>
              <option value="Antarctica/Palmer"> (UTC-04:00) Palmer</option>
              <option value="America/Port_of_Spain"> (UTC-04:00) Port of Spain</option>
              <option value="America/Porto_Velho"> (UTC-04:00) Porto Velho</option>
              <option value="America/Puerto_Rico"> (UTC-04:00) Puerto Rico</option>
              <option value="America/Rio_Branco"> (UTC-04:00) Rio Branco</option>
              <option value="America/Santiago"> (UTC-04:00) Santiago</option>
              <option value="America/Santo_Domingo"> (UTC-04:00) Santo Domingo</option>
              <option value="America/St_Barthelemy"> (UTC-04:00) St. Barthelemy</option>
              <option value="America/St_Kitts"> (UTC-04:00) St. Kitts</option>
              <option value="America/St_Lucia"> (UTC-04:00) St. Lucia</option>
              <option value="America/St_Thomas"> (UTC-04:00) St. Thomas</option>
              <option value="America/St_Vincent"> (UTC-04:00) St. Vincent</option>
              <option value="America/Thule"> (UTC-04:00) Thule</option>
              <option value="America/Tortola"> (UTC-04:00) Tortola</option>
              <option value="America/St_Johns"> (UTC-03:30) St. Johns</option>
              <option value="America/Araguaina"> (UTC-03:00) Araguaina</option>
              <option value="America/Bahia"> (UTC-03:00) Bahia</option>
              <option value="America/Belem"> (UTC-03:00) Belem</option>
              <option value="America/Argentina/Buenos_Aires"> (UTC-03:00) Buenos Aires</option>
              <option value="America/Argentina/Catamarca"> (UTC-03:00) Catamarca</option>
              <option value="America/Cayenne"> (UTC-03:00) Cayenne</option>
              <option value="America/Argentina/Cordoba"> (UTC-03:00) Cordoba</option>
              <option value="America/Fortaleza"> (UTC-03:00) Fortaleza</option>
              <option value="America/Godthab"> (UTC-03:00) Godthab</option>
              <option value="America/Argentina/Jujuy"> (UTC-03:00) Jujuy</option>
              <option value="America/Argentina/La_Rioja"> (UTC-03:00) La Rioja</option>
              <option value="America/Maceio"> (UTC-03:00) Maceio</option>
              <option value="America/Argentina/Mendoza"> (UTC-03:00) Mendoza</option>
              <option value="America/Miquelon"> (UTC-03:00) Miquelon</option>
              <option value="America/Montevideo"> (UTC-03:00) Montevideo</option>
              <option value="America/Paramaribo"> (UTC-03:00) Paramaribo</option>
              <option value="America/Recife"> (UTC-03:00) Recife</option>
              <option value="America/Argentina/Rio_Gallegos"> (UTC-03:00) Rio Gallegos</option>
              <option value="Antarctica/Rothera"> (UTC-03:00) Rothera</option>
              <option value="America/Argentina/Salta"> (UTC-03:00) Salta</option>
              <option value="America/Argentina/San_Juan"> (UTC-03:00) San Juan</option>
              <option value="America/Argentina/San_Luis"> (UTC-03:00) San Luis</option>
              <option value="America/Santarem"> (UTC-03:00) Santarem</option>
              <option value="America/Sao_Paulo"> (UTC-03:00) Sao Paulo</option>
              <option value="Atlantic/Stanley"> (UTC-03:00) Stanley</option>
              <option value="America/Argentina/Tucuman"> (UTC-03:00) Tucuman</option>
              <option value="America/Argentina/Ushuaia"> (UTC-03:00) Ushuaia</option>
              <option value="America/Noronha"> (UTC-02:00) Noronha</option>
              <option value="Atlantic/South_Georgia"> (UTC-02:00) South Georgia</option>
              <option value="Atlantic/Azores"> (UTC-01:00) Azores</option>
              <option value="Atlantic/Cape_Verde"> (UTC-01:00) Cape Verde</option>
              <option value="America/Scoresbysund"> (UTC-01:00) Scoresbysund</option>
              <option value="Africa/Abidjan"> (UTC+00:00) Abidjan</option>
              <option value="Africa/Accra"> (UTC+00:00) Accra</option>
              <option value="Africa/Bamako"> (UTC+00:00) Bamako</option>
              <option value="Africa/Banjul"> (UTC+00:00) Banjul</option>
              <option value="Africa/Bissau"> (UTC+00:00) Bissau</option>
              <option value="Atlantic/Canary"> (UTC+00:00) Canary</option>
              <option value="Africa/Casablanca"> (UTC+00:00) Casablanca</option>
              <option value="Africa/Conakry"> (UTC+00:00) Conakry</option>
              <option value="Africa/Dakar"> (UTC+00:00) Dakar</option>
              <option value="America/Danmarkshavn"> (UTC+00:00) Danmarkshavn</option>
              <option value="Europe/Dublin"> (UTC+00:00) Dublin</option>
              <option value="Africa/El_Aaiun"> (UTC+00:00) El Aaiun</option>
              <option value="Atlantic/Faroe"> (UTC+00:00) Faroe</option>
              <option value="Africa/Freetown"> (UTC+00:00) Freetown</option>
              <option value="Europe/Guernsey"> (UTC+00:00) Guernsey</option>
              <option value="Europe/Isle_of_Man"> (UTC+00:00) Isle of Man</option>
              <option value="Europe/Jersey"> (UTC+00:00) Jersey</option>
              <option value="Europe/Lisbon"> (UTC+00:00) Lisbon</option>
              <option value="Africa/Lome"> (UTC+00:00) Lome</option>
              <option value="Europe/London"> (UTC+00:00) London</option>
              <option value="Atlantic/Madeira"> (UTC+00:00) Madeira</option>
              <option value="Africa/Monrovia"> (UTC+00:00) Monrovia</option>
              <option value="Africa/Nouakchott"> (UTC+00:00) Nouakchott</option>
              <option value="Africa/Ouagadougou"> (UTC+00:00) Ouagadougou</option>
              <option value="Atlantic/Reykjavik"> (UTC+00:00) Reykjavik</option>
              <option value="Africa/Sao_Tome"> (UTC+00:00) Sao Tome</option>
              <option value="Atlantic/St_Helena"> (UTC+00:00) St. Helena</option>
              <option value="UTC"> (UTC+00:00) UTC</option>
              <option value="Africa/Algiers"> (UTC+01:00) Algiers</option>
              <option value="Europe/Amsterdam"> (UTC+01:00) Amsterdam</option>
              <option value="Europe/Andorra"> (UTC+01:00) Andorra</option>
              <option value="Africa/Bangui"> (UTC+01:00) Bangui</option>
              <option value="Europe/Belgrade"> (UTC+01:00) Belgrade</option>
              <option value="Europe/Berlin"> (UTC+01:00) Berlin</option>
              <option value="Europe/Bratislava"> (UTC+01:00) Bratislava</option>
              <option value="Africa/Brazzaville"> (UTC+01:00) Brazzaville</option>
              <option value="Europe/Brussels"> (UTC+01:00) Brussels</option>
              <option value="Europe/Budapest"> (UTC+01:00) Budapest</option>
              <option value="Europe/Busingen"> (UTC+01:00) Busingen</option>
              <option value="Africa/Ceuta"> (UTC+01:00) Ceuta</option>
              <option value="Europe/Copenhagen"> (UTC+01:00) Copenhagen</option>
              <option value="Africa/Douala"> (UTC+01:00) Douala</option>
              <option value="Europe/Gibraltar"> (UTC+01:00) Gibraltar</option>
              <option value="Africa/Kinshasa"> (UTC+01:00) Kinshasa</option>
              <option value="Africa/Lagos"> (UTC+01:00) Lagos</option>
              <option value="Africa/Libreville"> (UTC+01:00) Libreville</option>
              <option value="Europe/Ljubljana"> (UTC+01:00) Ljubljana</option>
              <option value="Arctic/Longyearbyen"> (UTC+01:00) Longyearbyen</option>
              <option value="Africa/Luanda"> (UTC+01:00) Luanda</option>
              <option value="Europe/Luxembourg"> (UTC+01:00) Luxembourg</option>
              <option value="Europe/Madrid"> (UTC+01:00) Madrid</option>
              <option value="Africa/Malabo"> (UTC+01:00) Malabo</option>
              <option value="Europe/Malta"> (UTC+01:00) Malta</option>
              <option value="Europe/Monaco"> (UTC+01:00) Monaco</option>
              <option value="Africa/Ndjamena"> (UTC+01:00) Ndjamena</option>
              <option value="Africa/Niamey"> (UTC+01:00) Niamey</option>
              <option value="Europe/Oslo"> (UTC+01:00) Oslo</option>
              <option value="Europe/Paris"> (UTC+01:00) Paris</option>
              <option value="Europe/Podgorica"> (UTC+01:00) Podgorica</option>
              <option value="Africa/Porto-Novo"> (UTC+01:00) Porto-Novo</option>
              <option value="Europe/Prague"> (UTC+01:00) Prague</option>
              <option value="Europe/Rome"> (UTC+01:00) Rome</option>
              <option value="Europe/San_Marino"> (UTC+01:00) San Marino</option>
              <option value="Europe/Sarajevo"> (UTC+01:00) Sarajevo</option>
              <option value="Europe/Skopje"> (UTC+01:00) Skopje</option>
              <option value="Europe/Stockholm"> (UTC+01:00) Stockholm</option>
              <option value="Europe/Tirane"> (UTC+01:00) Tirane</option>
              <option value="Africa/Tripoli"> (UTC+01:00) Tripoli</option>
              <option value="Africa/Tunis"> (UTC+01:00) Tunis</option>
              <option value="Europe/Vaduz"> (UTC+01:00) Vaduz</option>
              <option value="Europe/Vatican"> (UTC+01:00) Vatican</option>
              <option value="Europe/Vienna"> (UTC+01:00) Vienna</option>
              <option value="Europe/Warsaw"> (UTC+01:00) Warsaw</option>
              <option value="Africa/Windhoek"> (UTC+01:00) Windhoek</option>
              <option value="Europe/Zagreb"> (UTC+01:00) Zagreb</option>
              <option value="Europe/Zurich"> (UTC+01:00) Zurich</option>
              <option value="Europe/Athens"> (UTC+02:00) Athens</option>
              <option value="Asia/Beirut"> (UTC+02:00) Beirut</option>
              <option value="Africa/Blantyre"> (UTC+02:00) Blantyre</option>
              <option value="Europe/Bucharest"> (UTC+02:00) Bucharest</option>
              <option value="Africa/Bujumbura"> (UTC+02:00) Bujumbura</option>
              <option value="Africa/Cairo"> (UTC+02:00) Cairo</option>
              <option value="Europe/Chisinau"> (UTC+02:00) Chisinau</option>
              <option value="Asia/Damascus"> (UTC+02:00) Damascus</option>
              <option value="Africa/Gaborone"> (UTC+02:00) Gaborone</option>
              <option value="Asia/Gaza"> (UTC+02:00) Gaza</option>
              <option value="Africa/Harare"> (UTC+02:00) Harare</option>
              <option value="Asia/Hebron"> (UTC+02:00) Hebron</option>
              <option value="Europe/Helsinki"> (UTC+02:00) Helsinki</option>
              <option value="Europe/Istanbul"> (UTC+02:00) Istanbul</option>
              <option value="Asia/Jerusalem"> (UTC+02:00) Jerusalem</option>
              <option value="Africa/Johannesburg"> (UTC+02:00) Johannesburg</option>
              <option value="Europe/Kiev"> (UTC+02:00) Kiev</option>
              <option value="Africa/Kigali"> (UTC+02:00) Kigali</option>
              <option value="Africa/Lubumbashi"> (UTC+02:00) Lubumbashi</option>
              <option value="Africa/Lusaka"> (UTC+02:00) Lusaka</option>
              <option value="Africa/Maputo"> (UTC+02:00) Maputo</option>
              <option value="Europe/Mariehamn"> (UTC+02:00) Mariehamn</option>
              <option value="Africa/Maseru"> (UTC+02:00) Maseru</option>
              <option value="Africa/Mbabane"> (UTC+02:00) Mbabane</option>
              <option value="Asia/Nicosia"> (UTC+02:00) Nicosia</option>
              <option value="Europe/Riga"> (UTC+02:00) Riga</option>
              <option value="Europe/Simferopol"> (UTC+02:00) Simferopol</option>
              <option value="Europe/Sofia"> (UTC+02:00) Sofia</option>
              <option value="Europe/Tallinn"> (UTC+02:00) Tallinn</option>
              <option value="Europe/Uzhgorod"> (UTC+02:00) Uzhgorod</option>
              <option value="Europe/Vilnius"> (UTC+02:00) Vilnius</option>
              <option value="Europe/Zaporozhye"> (UTC+02:00) Zaporozhye</option>
              <option value="Africa/Addis_Ababa"> (UTC+03:00) Addis Ababa</option>
              <option value="Asia/Aden"> (UTC+03:00) Aden</option>
              <option value="Asia/Amman"> (UTC+03:00) Amman</option>
              <option value="Indian/Antananarivo"> (UTC+03:00) Antananarivo</option>
              <option value="Africa/Asmara"> (UTC+03:00) Asmara</option>
              <option value="Asia/Baghdad"> (UTC+03:00) Baghdad</option>
              <option value="Asia/Bahrain"> (UTC+03:00) Bahrain</option>
              <option value="Indian/Comoro"> (UTC+03:00) Comoro</option>
              <option value="Africa/Dar_es_Salaam"> (UTC+03:00) Dar es Salaam</option>
              <option value="Africa/Djibouti"> (UTC+03:00) Djibouti</option>
              <option value="Africa/Juba"> (UTC+03:00) Juba</option>
              <option value="Europe/Kaliningrad"> (UTC+03:00) Kaliningrad</option>
              <option value="Africa/Kampala"> (UTC+03:00) Kampala</option>
              <option value="Africa/Khartoum"> (UTC+03:00) Khartoum</option>
              <option value="Asia/Kuwait"> (UTC+03:00) Kuwait</option>
              <option value="Indian/Mayotte"> (UTC+03:00) Mayotte</option>
              <option value="Europe/Minsk"> (UTC+03:00) Minsk</option>
              <option value="Africa/Mogadishu"> (UTC+03:00) Mogadishu</option>
              <option value="Europe/Moscow"> (UTC+03:00) Moscow</option>
              <option value="Africa/Nairobi"> (UTC+03:00) Nairobi</option>
              <option value="Asia/Qatar"> (UTC+03:00) Qatar</option>
              <option value="Asia/Riyadh"> (UTC+03:00) Riyadh</option>
              <option value="Antarctica/Syowa"> (UTC+03:00) Syowa</option>
              <option value="Asia/Tehran"> (UTC+03:30) Tehran</option>
              <option value="Asia/Baku"> (UTC+04:00) Baku</option>
              <option value="Asia/Dubai"> (UTC+04:00) Dubai</option>
              <option value="Indian/Mahe"> (UTC+04:00) Mahe</option>
              <option value="Indian/Mauritius"> (UTC+04:00) Mauritius</option>
              <option value="Asia/Muscat"> (UTC+04:00) Muscat</option>
              <option value="Indian/Reunion"> (UTC+04:00) Reunion</option>
              <option value="Europe/Samara"> (UTC+04:00) Samara</option>
              <option value="Asia/Tbilisi"> (UTC+04:00) Tbilisi</option>
              <option value="Europe/Volgograd"> (UTC+04:00) Volgograd</option>
              <option value="Asia/Yerevan"> (UTC+04:00) Yerevan</option>
              <option value="Asia/Kabul"> (UTC+04:30) Kabul</option>
              <option value="Asia/Aqtau"> (UTC+05:00) Aqtau</option>
              <option value="Asia/Aqtobe"> (UTC+05:00) Aqtobe</option>
              <option value="Asia/Ashgabat"> (UTC+05:00) Ashgabat</option>
              <option value="Asia/Dushanbe"> (UTC+05:00) Dushanbe</option>
              <option value="Asia/Karachi"> (UTC+05:00) Karachi</option>
              <option value="Indian/Kerguelen"> (UTC+05:00) Kerguelen</option>
              <option value="Indian/Maldives"> (UTC+05:00) Maldives</option>
              <option value="Antarctica/Mawson"> (UTC+05:00) Mawson</option>
              <option value="Asia/Oral"> (UTC+05:00) Oral</option>
              <option value="Asia/Samarkand"> (UTC+05:00) Samarkand</option>
              <option value="Asia/Tashkent"> (UTC+05:00) Tashkent</option>
              <option value="Asia/Colombo"> (UTC+05:30) Colombo</option>
              <option value="Asia/Kolkata"> (UTC+05:30) Kolkata</option>
              <option value="Asia/Kathmandu"> (UTC+05:45) Kathmandu</option>
              <option value="Asia/Almaty"> (UTC+06:00) Almaty</option>
              <option value="Asia/Bishkek"> (UTC+06:00) Bishkek</option>
              <option value="Indian/Chagos"> (UTC+06:00) Chagos</option>
              <option value="Asia/Dhaka"> (UTC+06:00) Dhaka</option>
              <option value="Asia/Qyzylorda"> (UTC+06:00) Qyzylorda</option>
              <option value="Asia/Thimphu"> (UTC+06:00) Thimphu</option>
              <option value="Antarctica/Vostok"> (UTC+06:00) Vostok</option>
              <option value="Asia/Yekaterinburg"> (UTC+06:00) Yekaterinburg</option>
              <option value="Indian/Cocos"> (UTC+06:30) Cocos</option>
              <option value="Asia/Rangoon"> (UTC+06:30) Rangoon</option>
              <option value="Asia/Bangkok"> (UTC+07:00) Bangkok</option>
              <option value="Indian/Christmas"> (UTC+07:00) Christmas</option>
              <option value="Antarctica/Davis"> (UTC+07:00) Davis</option>
              <option value="Asia/Ho_Chi_Minh"> (UTC+07:00) Ho Chi Minh</option>
              <option value="Asia/Hovd"> (UTC+07:00) Hovd</option>
              <option value="Asia/Jakarta"> (UTC+07:00) Jakarta</option>
              <option value="Asia/Novokuznetsk"> (UTC+07:00) Novokuznetsk</option>
              <option value="Asia/Novosibirsk"> (UTC+07:00) Novosibirsk</option>
              <option value="Asia/Omsk"> (UTC+07:00) Omsk</option>
              <option value="Asia/Phnom_Penh"> (UTC+07:00) Phnom Penh</option>
              <option value="Asia/Pontianak"> (UTC+07:00) Pontianak</option>
              <option value="Asia/Vientiane"> (UTC+07:00) Vientiane</option>
              <option value="Asia/Brunei"> (UTC+08:00) Brunei</option>
              <option value="Antarctica/Casey"> (UTC+08:00) Casey</option>
              <option value="Asia/Choibalsan"> (UTC+08:00) Choibalsan</option>
              <option value="Asia/Chongqing"> (UTC+08:00) Chongqing</option>
              <option value="Asia/Harbin"> (UTC+08:00) Harbin</option>
              <option value="Asia/Hong_Kong"> (UTC+08:00) Hong Kong</option>
              <option value="Asia/Kashgar"> (UTC+08:00) Kashgar</option>
              <option value="Asia/Krasnoyarsk"> (UTC+08:00) Krasnoyarsk</option>
              <option value="Asia/Kuala_Lumpur"> (UTC+08:00) Kuala Lumpur</option>
              <option value="Asia/Kuching"> (UTC+08:00) Kuching</option>
              <option value="Asia/Macau"> (UTC+08:00) Macau</option>
              <option value="Asia/Makassar"> (UTC+08:00) Makassar</option>
              <option value="Asia/Manila"> (UTC+08:00) Manila</option>
              <option value="Australia/Perth"> (UTC+08:00) Perth</option>
              <option value="Asia/Shanghai"> (UTC+08:00) Shanghai</option>
              <option value="Asia/Singapore"> (UTC+08:00) Singapore</option>
              <option value="Asia/Taipei"> (UTC+08:00) Taipei</option>
              <option value="Asia/Ulaanbaatar"> (UTC+08:00) Ulaanbaatar</option>
              <option value="Asia/Urumqi"> (UTC+08:00) Urumqi</option>
              <option value="Australia/Eucla"> (UTC+08:45) Eucla</option>
              <option value="Asia/Dili"> (UTC+09:00) Dili</option>
              <option value="Asia/Irkutsk"> (UTC+09:00) Irkutsk</option>
              <option value="Asia/Jayapura"> (UTC+09:00) Jayapura</option>
              <option value="Pacific/Palau"> (UTC+09:00) Palau</option>
              <option value="Asia/Pyongyang"> (UTC+09:00) Pyongyang</option>
              <option value="Asia/Seoul"> (UTC+09:00) Seoul</option>
              <option value="Asia/Tokyo"> (UTC+09:00) Tokyo</option>
              <option value="Australia/Adelaide"> (UTC+09:30) Adelaide</option>
              <option value="Australia/Broken_Hill"> (UTC+09:30) Broken Hill</option>
              <option value="Australia/Darwin"> (UTC+09:30) Darwin</option>
              <option value="Australia/Brisbane"> (UTC+10:00) Brisbane</option>
              <option value="Pacific/Chuuk"> (UTC+10:00) Chuuk</option>
              <option value="Australia/Currie"> (UTC+10:00) Currie</option>
              <option value="Antarctica/DumontDUrville"> (UTC+10:00) DumontDUrville</option>
              <option value="Pacific/Guam"> (UTC+10:00) Guam</option>
              <option value="Australia/Hobart"> (UTC+10:00) Hobart</option>
              <option value="Asia/Khandyga"> (UTC+10:00) Khandyga</option>
              <option value="Australia/Lindeman"> (UTC+10:00) Lindeman</option>
              <option value="Australia/Melbourne"> (UTC+10:00) Melbourne</option>
              <option value="Pacific/Port_Moresby"> (UTC+10:00) Port Moresby</option>
              <option value="Pacific/Saipan"> (UTC+10:00) Saipan</option>
              <option value="Australia/Sydney"> (UTC+10:00) Sydney</option>
              <option value="Asia/Yakutsk"> (UTC+10:00) Yakutsk</option>
              <option value="Australia/Lord_Howe"> (UTC+10:30) Lord Howe</option>
              <option value="Pacific/Efate"> (UTC+11:00) Efate</option>
              <option value="Pacific/Guadalcanal"> (UTC+11:00) Guadalcanal</option>
              <option value="Pacific/Kosrae"> (UTC+11:00) Kosrae</option>
              <option value="Antarctica/Macquarie"> (UTC+11:00) Macquarie</option>
              <option value="Pacific/Noumea"> (UTC+11:00) Noumea</option>
              <option value="Pacific/Pohnpei"> (UTC+11:00) Pohnpei</option>
              <option value="Asia/Sakhalin"> (UTC+11:00) Sakhalin</option>
              <option value="Asia/Ust-Nera"> (UTC+11:00) Ust-Nera</option>
              <option value="Asia/Vladivostok"> (UTC+11:00) Vladivostok</option>
              <option value="Pacific/Norfolk"> (UTC+11:30) Norfolk</option>
              <option value="Asia/Anadyr"> (UTC+12:00) Anadyr</option>
              <option value="Pacific/Auckland"> (UTC+12:00) Auckland</option>
              <option value="Pacific/Fiji"> (UTC+12:00) Fiji</option>
              <option value="Pacific/Funafuti"> (UTC+12:00) Funafuti</option>
              <option value="Asia/Kamchatka"> (UTC+12:00) Kamchatka</option>
              <option value="Pacific/Kwajalein"> (UTC+12:00) Kwajalein</option>
              <option value="Asia/Magadan"> (UTC+12:00) Magadan</option>
              <option value="Pacific/Majuro"> (UTC+12:00) Majuro</option>
              <option value="Antarctica/McMurdo"> (UTC+12:00) McMurdo</option>
              <option value="Pacific/Nauru"> (UTC+12:00) Nauru</option>
              <option value="Antarctica/South_Pole"> (UTC+12:00) South Pole</option>
              <option value="Pacific/Tarawa"> (UTC+12:00) Tarawa</option>
              <option value="Pacific/Wake"> (UTC+12:00) Wake</option>
              <option value="Pacific/Wallis"> (UTC+12:00) Wallis</option>
              <option value="Pacific/Chatham"> (UTC+12:45) Chatham</option>
              <option value="Pacific/Apia"> (UTC+13:00) Apia</option>
              <option value="Pacific/Enderbury"> (UTC+13:00) Enderbury</option>
              <option value="Pacific/Fakaofo"> (UTC+13:00) Fakaofo</option>
              <option value="Pacific/Tongatapu"> (UTC+13:00) Tongatapu</option>
              <option value="Pacific/Kiritimati"> (UTC+14:00) Kiritimati</option>
            </select><button type="button" tabindex="-1" class="btn dropdown-toggle bs-placeholder btn-light" data-bs-toggle="dropdown" role="combobox" aria-owns="bs-select-5" aria-haspopup="listbox" aria-expanded="false" title="Select Timezone"
              data-id="timezone">
              <div class="filter-option">
                <div class="filter-option-inner">
                  <div class="filter-option-inner-inner">Select Timezone</div>
                </div>
              </div>
            </button>
            <div class="dropdown-menu ">
              <div class="bs-searchbox"><input type="search" class="form-control" autocomplete="off" role="combobox" aria-label="Search" aria-controls="bs-select-5" aria-autocomplete="list"></div>
              <div class="inner show" role="listbox" id="bs-select-5" tabindex="-1">
                <ul class="dropdown-menu inner show" role="presentation"></ul>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="col-lg-6 bg-tertiary p-3">
      <div class="d-none d-sm-block"><br><br></div>
      <!--<h6 class="d-none d-sm-block">Free Trial</h6>-->
      <div class="text-center">
        <h6 class="d-none d-sm-block light-blue-txt">Sign up now and take advantage of a 30-free-day trial period</h6>
      </div>
      <div class="d-none d-sm-block"><br><br></div>
      <div class="card bg-tertiary p-2 mb-4" style="border:1px solid #0075bf;">
        <small class="pb-2 light-blue-txt"><b>Login credentials</b></small>
        <div class="form-group">
          <small>Choose an username as your login ID</small>
          <input type="text" class="form-control" placeholder="Username" id="username" name="username" required="" onkeyup="checkUsername(this.value)">
          <small class="text-danger" style="display: block;" id="username_feedback"></small>
          <small class="text-success" id="username_available"></small>
          <small class="text-danger" id="username_already_exist"></small>
        </div>
        <div class="form-group">
          <div class="input-group" id="show_hide_password">
            <input class="form-control" autocomplete="on" type="password" id="password" placeholder="Password" name="password">
            <div class="input-group-addon">
              <a href=""><i class="fa fa-eye-slash" aria-hidden="true"></i></a>
            </div>
          </div>
          <span style="font-size:11px;"> 8 char. min. | A Lowercase Char. | A Number <!--| A Special Character-->
          </span>
        </div>
      </div>
      <div class="alert alert-warning text-center">This sign-up form is only for Coachs and Schools. If you are a <b>student</b> invited by your school or your teacher, please
        <a class="login_btn" href="#modalStudent" data-bs-toggle="modal" data-bs-target="#modalStudent">click here</a>
      </div>
      <br>
      <div class="checkbox text-center">
        <label><input type="checkbox" id="terms_condition" name="terms_condition" required=""> I agree with the <a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal2">terms and conditions</a></label>
      </div>
      <br>
      <div class="text-center">
        <button type="submit" id="signup_form_button" class="btn btn-lg btn-primary btn-block">Create an account</button>
      </div>
    </div>
  </div>
  <div style="text-align:center;margin-top:10px; padding-top:15px; border-top:1px solid #EEE;">
    <p>Already have an account? <span class="d-block d-sm-none"><br></span> <a class="login_btn" href="#loginModal" data-bs-toggle="modal" data-bs-target="#loginModal">Sign in</a> now</p>
  </div>
</form>

Name: forgot_password_formPOST #

<form id="forgot_password_form" name="forgot_password_form" method="POST" action="#" novalidate="novalidate">
  <div class="form-group">
    <input type="text" class="form-control" placeholder="Login ID required" id="forgot_password_username" name="forgot_password_username" required="">
  </div>
  <button type="submit" class="btn btn-lg btn-primary btn-block">submit</button>
</form>

Name: forgot_username_formPOST #

<form id="forgot_username_form" name="forgot_username_form" method="POST" action="#" novalidate="novalidate">
  <div class="form-group">
    <input type="text" class="form-control" placeholder="Email address required" id="forgot_password_username" name="forgot_password_username" required="">
  </div>
  <button type="submit" class="btn btn-lg btn-primary btn-block">submit</button>
</form>

Text Content

 * Our solutions
 * Sign-up
 * Log-in
   English French Deutsch
    English
   

NEW IN YOUR SUBSCRIPTION

Get 30 days Free-Trial
with all features access
Privacy policy | Terms & conditions


WHAT IS SPORTLOGIN


SPORTLOGIN

LET SPORTLOGIN DO YOUR OFF-ICE





WHY SPORTLOGIN?

SCHEDULE

Manage your schedule with your own personalized fees

INVOICES

Automatically edit your invoices and send them in

COMMUNICATION

Manage your students Import/Export


PAYMENT

Allow your students to pay online in a click Coming Soon


SPORTLOGIN DEMO


WHAT IS SPORTLOGIN?

Over the years, I've noticed spending more and more time managing planning,
invoices and communication rather than actually coaching.

I had to find a sustainable solution to remediate that. I decided to create a
new solution as I couldn't find an affordable, simple enough solution on the
market.

That allowed me to save significant administrative time to keep the focus on the
main activity.

It's been 10 years I'm using this solution called SPORTLOGIN


SOFTWARE CAPABILITIES

 * PLAN, lessons and events easily
 * PERSONNALIZE, your different fees
 * MANAGE, your students profile
 * STAY INFORMED, with real time visibility of the planning, for you and your
   students
 * INVOICE, easily and automatically
 * KEEP TRACK, of payments and invoices


SPORTLOGIN

Single coach : Now, if a user chooses a single coach account, they don’t have
access to the “teacher” tab in the header. So a single teacher account cannot
become a school account for now.

School : But if the user selects school accounts, they don’t have a limit on the
amount of teachers they can add. So they can move from 2 teachers to 10 teachers
if they want, the only different will be when they decide to go premium, they
will have to pay for the right account type.

STUDENTS LOGIN

YOU RECEIVE AN EMAIL FROM YOUR COACH WITH A LINK TO CREATE YOUR ACCOUNT.



CLICK ON THE LINK AND FOLLOW THE INSTRUCTIONS.

--------------------------------------------------------------------------------

COMPLETE YOUR PERSONNAL INFORMATIONS.



VALID FOR CREATE YOUR ACCOUNT.


OK

PRIVACY POLICY

SPORTLOGIN - PRIVACY POLICY (02/09/2023)


The Provider offers a website, accessible via the URL https://sportlogin.app,
allowing Clients to, among other things, easily plan their courses and events,
manage their team profiles, customize their website homepage, or even easily and
automatically bill their students.

Clients may authorize third parties, the Authorized Users, to use the Site in
accordance with the General Licensing and Maintenance Conditions (Authorized
Users).

When using the Site, Users provide Personal Data about themselves, other Users,
or third parties.

The User must ensure that they have obtained the consent of the Person concerned
or their authorized legal representative to store Personal Data concerning them.

To understand which Personal Data will be collected and how such data will be
used, the User should familiarize themselves with and unreservedly accept this
Privacy Policy (hereafter: the "Policy").

This Policy is expressly referred to the terms defined in the General Terms of
Use (GTC) of the Sportlogin solution, which is an integral part of this Policy.

PURPOSE OF THE POLICY

The purpose of this Policy is to specify the procedures applied in the
collection, processing, storage, transfer, use, and disclosure of the User's
Personal Data.

The Policy applies to all uses of the Site. It details the conditions under
which the Provider ("Data Controller") may collect, process, store, save, use,
and delete Personal Data concerning the User or the Person concerned.

ACCEPTANCE OF THE POLICY

By using the Site, the User agrees that the Data Controller collects and
processes their Personal Data as defined in this Policy.

The User acknowledges that they have read and understood this Policy and agrees
to be bound by it and also comply with all applicable laws and regulations.

Modification of the Policy

This Policy can be changed at any time.

In case of a Policy change, the User's consent to the changes will be requested
upon their first login to the Site after the Policy modification.

If the User refuses these changes, they will no longer have access to the Site.

Protection of Personal Data

The processing of User Data collected and processed by the Provider is subject
to the Federal Data Protection Act (LPD; RS 235.1).

The Data Controller strictly respects the confidentiality of the Data.

However, some or all of the Personal Data may be shared with the Provider's
Subcontractors (e.g., a hosting provider or IT service provider) as long as
these entities offer services that enable the Provider's activities, noting that
the transmitted information can only be processed and used strictly within the
relationship with the Provider.

Exceptions are cases where the law requires third-party disclosure, or the
Provider believes in good faith that disclosure of this Data is necessary to
protect its rights, the security of the User, or others, or to investigate fraud
cases.

PERSONAL DATA

"Personal Data" is defined by art. 3 let. a of the LPD as any information
relating to an identified or identifiable person, either directly or indirectly.

By using the Site, the User consents to the Provider collecting and processing
the following Personal Data:

First name

Maiden name

Surnames

Nickname

Gender

Date of birth

Address (street, street number, address details, postal code, locality, country)

Billing address (same details as above)

Phone number

Father's phone number

Mother's phone number

Fax

Email address (and secondary email addresses, as well as parents’ emails)

Profile picture

Logo

School name

License numbers

Language

Account holder

Banking information (Bank name; Bank address; IBAN; Account number; SWIFT
number)

Sports license number

Tax number

VAT number

If the User provides Personal Data about other Users or third parties on the
Site, they must ensure that they have previously obtained the consent of the
Person concerned or their authorized legal representative and are accountable to
the Provider for it.

When the User accesses their Account and/or the Site, the server automatically
records details of their access and actions. This includes:

User login date and time

Operating system

Device type

Browser used

IP or IMEI address

Connection location (network routing data)

Success or failure of the connection

The Provider also reserves the right to automatically record:

The volume of data transferred

Links the User might follow

Pages and content the User views and the duration of such views

Data Controller ("File Master")

The Data Controller is the Service Provider. The User is free to contact the
Data Controller using the following email address: .

Authorized Sub-processors

The User expressly agrees that the Provider may authorize the collection and
processing of certain Personal Data by Sub-processors.

The Provider's Sub-processors are bound by strict confidentiality obligations
and themselves comply with this Policy and the applicable legal provisions.

USE OF PERSONAL DATA

The User expressly consents to the Provider, in its capacity as Data Controller,
using the Personal Data for the following purposes:

Enforce the Terms of Use;

Continually improve the Site and Services;

Ensure the security of the Site;

Upon request, erase or correct Personal Data;

Comply with applicable legal and regulatory obligations;

For marketing purposes, such as promoting Sportlogin or associated programs;

Send its newsletter.

The User agrees that the Provider or one of its Sub-processors may process the
provided information and transmitted Data in compliance with the provisions of
the DPA.

For operational and maintenance reasons, the Provider or one of its
Sub-processors may collect files recording User activity on the Site (system
reports) or process this data for this purpose.

DURATION OF PERSONAL DATA STORAGE

Unless the User requests deletion, Personal Data will be stored on the
Provider's servers for 5 years after the end of contractual relations.

Storage of Personal Data

Personal Data will be stored in Ireland, which is deemed by the Federal Data
Protection and Transparency Officer to provide adequate protection. The provider
reserves the right to change the storage location.

COOKIES

The Data Controller automatically collects certain information stored as
temporary cookies (which expire when you close your browser) or permanent
cookies (which remain on your hard drive after logging off).

This information is used by the Provider, its Sub-processors, and partners to
improve services, customer knowledge, and trend analysis.

When browsing the Site, a banner will appear to explain cookie purposes and
allow User settings.

By continuing to browse the site, the User indicates agreement.

The User can refuse these cookies. Such refusal, however, prevents the full use
of the services offered by the Site.

SECURITY

The Data Controller commits to adequately processing Personal Data and will take
all technical and organizational measures required by applicable law to prevent
unauthorized access, disclosure, modification, leak, or destruction of this
Data.

Security technologies, measures, rules, firewalls, and password protection
methods in line with industry standards are used to protect Personal Data.

The User acknowledges, however, that using the internet inherently carries risks
for Personal Data. It is the User's responsibility to ensure that their computer
is adequately secured against malicious software such as Trojans, viruses, and
worms.

The User is aware that without adequate security measures (including a secure
browser setting and up-to-date antivirus software), there's a risk that the Data
and passwords used to protect access to his Data could be disclosed to
unauthorized third parties and/or electronically transmitted data could be
intercepted.

If Personal Data is accessed by an unauthorized person or there's reason to
believe it has been, the Data Controller commits to promptly notifying the User
of any breach by email.

User Rights

At any time, the User has the right to:

Ask the Data Controller if it processes Personal Data concerning them;

Access their Personal Data collected by the Data Controller;

Receive a copy of their Personal Data processed by the Data Controller;

Ask the Data Controller to correct any incorrect Personal Data;

Withdraw consent to the processing of their Personal Data by the Data
Controller;

Request the deletion of all their Personal Data collected by the Data
Controller.

To exercise any of these rights, the User should contact the Provider.

If the User decides to exercise their right of access or correction (Art. 8
DPA), their request will be processed within 30 days upon receiving the written
request (sent by email to or by post). This procedure is free.

Portability of Personal Data

The Data Controller guarantees the User the portability of Personal Data and
commits to transferring this Data to any third-party service upon the User's
written request, provided:

Contractual relations between the Client and the Provider haven't ended, and

The User can't export the Data from the Site themselves.

DELETION OF PERSONAL DATA AND BACKUP SYSTEMS

Recorded Personal Data may be retained even after the closure of the Account or
Site, especially in backup systems.

At any time, the User can request the Data Controller to delete Personal Data.
If there's a legal obligation for the Data Controller to retain this Personal
Data or a legitimate interest for the Provider, it may also be retained after
the closure of the account or site.

COMPLIANCE WITH LAWS AND LAW ENFORCEMENT

In case of a legal obligation, the Data Controller cooperates with government
and justice representatives to enforce and respect the current law. Personal
Data may be transferred to government or justice representatives if the Data
Controller deems it necessary to comply with its legal obligations, defend its
rights, protect public safety, prevent illegal activity, or respond to legal
actions or lawsuits.

APPLICABLE LAW AND JURISDICTION

This Policy, and all matters arising from or related to it (including
non-contractual disputes or claims and their interpretation), will be governed
by Swiss law, excluding conflict of law rules.

All disputes, claims, or disagreements between a User and the Data Controller
concerning this Policy fall exclusively under the jurisdiction of the ordinary
courts of the Republic and Canton of Geneva, with an appeal to the Federal Court
being reserved.

I understand

TERMS & CONDITIONS

SPORTLOGIN - GENERAL TERMS AND CONDITIONS (02/09/2023)



LEGAL NOTICES AND CONTACT
Operator: Sportlogin SARL
Address: At Kooger and Mottard's 1 Pedro-Meylan Street 1208 Geneva
Email: contact@sportlogin.app

ARTICLE 1 – SCOPE

The present General Conditions of Use (hereafter: "GCU") aim to define the
conditions under which Users create an Account, use the Site, and access the
Services offered by Sportogin SARL (the "Provider") through the Sportlogin
website (the "Site").

The GCU is a contract between the User and the Provider concerning the provision
of the Site and the data collected and processed via the Site.

ARTICLE 2 – ACCEPTANCE AND MODIFICATION

USE OF THE SITE AND/OR CREATION OF AN ACCOUNT IMPLIES THE USER'S FULL AND
COMPLETE ACCEPTANCE OF THESE GCU.

By checking the box "I acknowledge having read the General Conditions of Use and
the Privacy Policy and accept their terms" when creating their Account, the User
states they have read, understood, and expressly accepted these GCU and the
Privacy Policy.

Without acceptance, the use of the Site is not permitted.

The GCU supersedes all previous agreements concerning the Site.

The User guarantees they have the legal capacity to accept these GCU and that
they exercise civil rights, notably that they are not subject to a restriction
of their civil rights, or that their Account was created by their authorized
legal representative.

The Provider reserves the right to modify or update these GCU at any time and
without prior notice, for instance, to adapt them to legislative, regulatory
changes or to the technical evolutions of the Site.

In the event of a modification to these GCU, the User's consent to the changes
made will be requested upon their first login to the Site since the GCU
modification.

If the User refuses these changes, they will no longer have access to the Site.

By checking the box "I acknowledge having read the General Conditions of Use and
the Privacy Policy and accept their terms", the User agrees that the Provider
may use their name for advertising purposes, including publishing it on the
Site.

ARTICLE 3 – CONTRACT

Incorporated into the Contract concluded between the User and the Provider are:

The present GCU; and

The Privacy Policy.

ARTICLE 4 – DEFINITIONS

This article contains definitions of specific terms used in the GCU and in the
Privacy Policy.

The terms mentioned below in the singular also apply to the plural and vice
versa, depending on the context.

"GCU" refers to these General Conditions of Use for the Sportlogin solution.

"Client" refers to the natural or legal person with whom the Provider has
concluded a Licensing Agreement for the right to use the Services.

"Account" refers to the Client Account and the Authorized User Account.

"Client Account" refers to the virtual personal administrative space dedicated
exclusively to the Client.

"Authorized User Account" refers to the virtual personal space dedicated
exclusively to the User authorized by the Client Account.

"Content" refers to all information, Personal Data, and/or documents, of any
kind, exchanged or inserted into the Site by the Users.

"Contract" refers to the license agreement concluded between the Provider and
the Client allowing the latter to access the Site's Services.

"Start of the Contract" refers to the exact day when the Client has access to
their Account.

"Personal Data" or "Data" refers to all information relating to an identified or
identifiable person (art. 3 letter a of the Federal Data Protection Act; FDPA;
SR 235.1).

"Intellectual Property Rights" include copyrights, registered designs, rights to
models and drawings, patent rights, rights concerning databases, registered
trademarks, trade secrets, know-how, or any other property or industrial rights,
registered or not.

"Credentials" refer to the username and password specific to each User, allowing
them to access their Account.

"Offer" refers to the offer the Provider proposes to potential future Clients
after they have expressed their desire to conclude the Contract.

"Browser" refers to the software allowing access to the internet, such as
Firefox, Safari, or Chrome.

"Concerned Person" refers to the person about whom the Data is processed (art. 3
letter b FDPA), such as Authorized Users.

"Privacy Policy" refers to the document outlining the nature of Personal Data
collected by the Provider and their purposes for use.

"Provider" refers to Sportogin SARL, an individual company, with its registered
office located at Kooger and Mottard, 1 Pedro-Meylan Street, 1208 Geneva.

"Services" refer to all tools, applications, characteristics, and features
available on the Site.

"Site" refers to the Sportlogin website, accessible via the URL or through the
mobile application. The Site includes:

All computer components, including software and computer developments and web
pages, comprising source and object code software, domain names, preliminary
design works, specifications, and preliminary studies, user documentation,
database; The graphic charter, including projects, mock-ups, prototypes, and
plans; The content, especially textual, graphic, sound, photographic, multimedia
elements; The spaces and functionalities, as well as all related rights.

"Subcontractors" refer to the authorized subcontractors of the Provider.

"Users" refer to Clients and all authorized Users.

"Authorized User" refers to any person designated by the Client as having the
right to use the Site, in accordance with the Contract.

Note: This translation provides the general meaning and may need to be reviewed
for legal accuracy and context depending on its intended use. If this is a legal
document or will be used in a legal setting, I recommend having it reviewed by a
professional translator or legal expert familiar with both languages and legal
terms.

ARTICLE 5 – PURPOSE OF THE SITE

The Site, offered by the Provider, is a platform that allows Clients to, among
other things, easily plan their classes and events, manage the profiles of their
teams, and effortlessly and automatically bill their students.

Clients can authorize third parties to use the Site (authorized Users).

ARTICLE 6 – DURATION OF THE CONTRACT AND TERMINATION

The Contract is concluded for a specific duration mentioned in the Offer.

The Contract is automatically renewed and can be terminated for the subsequent
period, through the application in the User profile, before the end of the
current Contract.

The Contract can be terminated at any time from the User profile of the
Application and will take effect at the end of the current period.

ARTICLE 7 – RATES AND PAYMENT TERMS

The Provider offers the Client the Services specified in the Offer and at the
price mentioned in the Offer.

Rates to access the Services depend on the Client's category and are available
in the User profile of the Application.

The Provider reserves the right to change the rates. Any possible rate changes
will be communicated to the Clients by email one (1) month before the end of the
Contract, so they can terminate the Contract if they wish.

Invoices can be downloaded from the User profile of the application; the
Provider reserves the right to delete them after 12 months.

Invoices are payable on the due dates set in the corresponding Offer.

The Client is in default by the mere passage of time, as soon as they have not
met one of these deadlines.

In case of Client's default, a first reminder granting an additional 10-day
period will be sent.

If, at the end of this 10-day period, payment has not been made, the Provider
reserves the right to suspend all or parts of its services, particularly
blocking access to the Site, regardless of the Contract binding the parties and
whatever the reasons for the Client's non-payment.

Simultaneously, a second reminder, with a charge of USD 20. Or equivalent in the
local currency will be sent.

A delay in the delivery and/or installation of the Services does not give the
Client the right to sue the Provider for damages, to terminate or resolve the
Contract.

ARTICLE 8 - ACCOUNT CREATION AND ACCESS

Opening a Client Account allows any Client to use all the Services for
themselves or for authorized Users, in accordance with the Contract.

When the Provider creates a Client Account for the Client, the latter is
authorized to create User Accounts. Users can then access and use the Site
through each User Account.

To access the Site's Services and all its features, the Provider provides the
Client with Login Credentials to access their Client Account.

From their Client Account, the Client can then create User Accounts for their
authorized Users. Each User is also assigned Login Credentials.

During the Account creation process, the User provides the Provider with the
requested information, ensuring it's accurate and complete. If there are any
changes, the User must update them on the Site.

The indicated email address is used by the Provider to communicate with the
User. Any email sent by the Provider to this email address is deemed to be
validly received.

The first email sent by the Provider might land in the User's spam box. Users
should whitelist the address to receive emails and notifications. This applies
to the initial emails sent by Users to their Authorized Users as well.

Login Credentials are strictly personal and confidential. They must never be
disclosed to third parties in any way.

Users are solely responsible for keeping their Login Credentials safe. The
Provider recommends that Users log out of their Account after each Site visit.

Users are advised that violating the non-transferable nature of the Login
Credentials (sharing them with a third party or any other unfair use of the
Site) is a serious breach of the contractual relationship and will lead to the
immediate suspension of Services without compensation. Legal actions remain
expressly reserved.

The Provider will not be held responsible for any damage or loss due to a User's
failure to secure their Login Credentials, especially unauthorized use of the
Account by a third party, or the loss, theft, or hacking of the User's Login
Credentials. The Provider reserves the right to deny access to the Site at any
time, without notice and for any reason.

The Client is solely responsible for the connection of authorized Users
accessing the Site and any consequences of this connection.

If an Authorized User loses or has their Login Credentials stolen, they can
contact the Client for a new invitation. They can also reset their password
directly on the Site.

If a Client loses or has their Login Credentials stolen, they can contact the
Provider for a new invitation.

ARTICLE 9 – SITE CONTENT

Content can be uploaded, viewed, completed, or modified at any time by Users,
depending on their access level, from any computer connected to the internet,
using any browser compatible and validated by the Provider's technical service.

No User's Content can be transmitted, in any form, to a third party without
their prior and express consent.

Users are prohibited from transmitting Content on the Site and/or via the
Services that would violate art. 10 of these T&Cs.

Users are solely responsible for obtaining all necessary permissions, especially
concerning Intellectual Property Rights and privacy rights, required for
reproducing and uploading any Content to the Site.

The Provider is not obliged to monitor or verify the Content or any documents or
elements transmitted by Users via the Site but reserves the possibility of doing
so.

The Provider allows Users to report any illegal Content and/or Content violating
these T&Cs, by sending an email to: .

The Provider's liability cannot be held for any part of the Content.

In case a User violates any of the aforementioned provisions, the Provider
reserves the right to temporarily or permanently delete the offending User's
associated Account and any contentious Content.

The Provider cannot guarantee access to and/or reading of Content that might be
corrupted, infected with viruses, or damaged during their transmission by Users.
Therefore, Users commit to ensuring the integrity of Content in comparison to
their originals, both before and after sending. Users acknowledge that it's
recommended to keep original Content outside of the Site.

Invoices issued by the Client to their Authorized Users will be accessible and
downloadable from the Site for a minimum period of 12 months.

ARTICLE 10 - PROHIBITIONS

It is prohibited to use any method to access, acquire, copy, or control any part
of the Site (including but not limited to robots, "page scrape", "deep linking",
or any other method or application used for these purposes).

Furthermore, it is prohibited to reverse engineer, disassemble, decompile, or in
any way alter the Site or its Services, to attempt to do so, or to assist a
third party in doing so.

Additionally, it is prohibited to remove or attempt to remove, render partially
or completely inoperative the technical protection measures of the Site and its
Contents (including but not limited to possible watermarks and selection
blocks).

Finally, it is prohibited to perform or attempt any action not provided for by
the Site, its interface, and its Services, or to exploit/attempt to exploit a
security flaw that has been identified.

Legal action (civil and/or criminal) may be taken in the event of a violation of
these prohibitions.

Users are advised that criminal proceedings can be initiated, including but not
limited to, under articles 143, 143bis, 144 bis, and 147 of the Swiss Penal
Code.

The User agrees not to use the Site (including the services or features offered
on this Site) to:

(a) Download, display, email, or otherwise transmit any posting or material,
including but not limited to, illegal, harmful, threatening, abusive, harassing,
obscene, privacy or honor violating, hateful, or racially or ethnically
offensive content;

(b) Impersonate any person or entity, including but not limited to any user of
this Site, its partners, subcontractors, representatives, and employees, or make
false claims or misrepresent your affiliation with the Provider or any other
person or entity;

(c) Download, display, email, or otherwise transmit any posting or material that
does not belong to you, or which you have no right to under any law or
contractual relationship;

(d) Download, display, email, or transmit any content or material containing
computer viruses or any other malicious code designed to disrupt, destroy, or
limit the functionality of the Site, software, computer hardware, or
telecommunications equipment;

(e) Intentionally or unintentionally violate any applicable national, regional,
or international law;

(f) Stalk or otherwise harass another user of this Site;

(g) Solicit, collect, or display personal data or attempt to solicit, collect,
or display personal data about other users of the Site (including User IDs) or
any other third party without their consent;

(h) Access or attempt to access another user's account without their consent.

Legal proceedings (civil and/or criminal) may be initiated in the event of a
violation of these prohibitions.

ARTICLE 11 - NO SITE WARRANTIES

In general, the Provider disclaims all liability, whether express or implied,
related to the Site and/or its Services, to the fullest extent permitted by law.

The User acknowledges they have a compatible computer setup that meets the
technical requirements of the Site and its Services. They accept that the
Provider's liability cannot be invoked in any way on this basis.

The Provider makes its best efforts to ensure the availability of the Site.
However, the User recognizes that the internet has risks and technical failures
that can affect the availability of the Site and Services, and that malicious
users or third parties can introduce or introduce viruses or reproduce or
destroy files temporarily stored on the Site.

The Provider reserves the right to modify or discontinue, temporarily or
permanently, access to the Site for various reasons, such as maintenance,
updates, improvements, or to evolve its content and/or presentation, without
prior notice or compensation. If possible, the Provider will notify the Client
in advance of such an operation.

Any document downloaded or obtained through the use of the Site is at the user's
own risk, and they will be solely responsible for any damage to their computer
system or loss of data resulting from downloading such documents.

The Provider expressly reserves the right to end the operation of the Site at
any time, without notice or reason. If possible, the Provider will notify the
User in advance of any suspension or end of the Site and Services.

The User agrees in advance to indemnify, defend, and hold harmless the Provider
(including its partners, subcontractors, representatives, and employees) in the
event of any claims or lawsuits from third parties related to their use of the
Site, a violation of these Terms and Conditions, the Privacy Policy, any law, or
any rights of a third party.

In such circumstances, the User agrees to indemnify the Provider for any loss,
third-party claim, and/or expenses, including reasonable attorney's fees.

The User is solely and always responsible for complying with the regulations
applicable to their activity, products, and/or services, as well as all elements
and/or information transmitted to the Provider.

ARTICLE 12 - INTELLECTUAL PROPERTY

The Site and its features, including, among other things, the software,
graphics, and layout of the various elements, are protected by Intellectual
Property Rights owned by the Provider, as well as by the Federal Law against
Unfair Competition (RS 241; LCD) and by applicable international instruments on
intellectual property.

Using any part of the Site and/or creating an Account does not imply any
transfer of these Intellectual Property Rights to the User.

The User is granted only a non-exclusive, revocable, and non-transferable
license to use the Site and its Services for the duration of the Contract
between the Provider and the Client, within the limits expressly provided in
these T&Cs.

The User is prohibited from any action and/or any act that could directly or
indirectly infringe on these Intellectual Property Rights and from using the
Site's technology or know-how for commercial purposes to create a website or
computer application of any kind and/or offer similar services or likely to
compete with the Provider.

The domain name on which the Site is hosted is the exclusive property of the
Provider. The User is not allowed to use or adopt a similar name for their own
use.

The Content uploaded by each User remains their property. Unless expressly
authorized by the User, the Provider is prohibited from using, reproducing,
adapting, modifying, publishing, or distributing any element of a User's Content
for any purpose.

ARTICLE 13 - SUBCONTRACTORS

The User expressly authorizes the Provider to allow access to the Site to its
Subcontractors, primarily for maintenance purposes. Access by Subcontractors to
personal data is governed by the Privacy Policy.

ARTICLE 14 - PRIVACY POLICY

By accessing the Site, the User agrees that the Provider may collect, process,
and use their personal data. Such data will only be used in accordance with the
Privacy Policy, accessible to the User from their personal space, the terms of
which form an integral part of these T&Cs.

ARTICLE 15 - MISCELLANEOUS

If any provision of these T&Cs is deemed void or otherwise unenforceable, the
provision in question must be amended to allow its application, and the
invalidity or unenforceability of this provision will not affect the validity or
enforceability of the other provisions of the T&Cs. If any of the T&Cs'
provisions are invalidated by a court, only the provision in question will be
amended, and the other provisions will remain fully in force.

The Provider's failure to enforce or exercise a right or provision of these T&Cs
does not constitute a waiver of that right or provision.

ARTICLE 16 - TRANSFER

The User may not transfer any of their rights and obligations arising from the
T&Cs without the Provider's prior written consent.

ARTICLE 17 - APPLICABLE LAW AND JURISDICTION

These T&Cs and the Privacy Policy are governed by Swiss law.

Any conflict directly or indirectly related to the T&Cs and/or the Privacy
Policy will be governed solely by Swiss law, excluding rules regarding conflicts
of laws.

Disputes arising directly or indirectly from the T&Cs and/or the Privacy Policy
fall under the exclusive jurisdiction of the ordinary courts of the Republic and
Canton of Geneva, with recourse to the Federal Court being reserved.

I understand

English French Deutsch
 English

Privacy policy | Terms & conditions | Cookies


CONTACT US

contact@sportlogin.ch


SIGN IN

Welcome to SportLogin!



Enter the verification code you receive by email

Validate my account

Re-send the code

Forgot password? | Forgot username?
Sign in

RESET PASSWORD

WELCOME!

USERNAME:




Password Must:
> Be more than 7 Characters
> An Uppercase Character
> A Lowercase Character
> A Number
> A Special character


Reset Password


SIGN-UP

Please fill in this form to create an account!

Choose an account type
I am a Single coach School
I am a Single coach



Personnal information
School name
Firstname
Lastname


Email
Confirm Email

Localisation
Select Country AndorrA United Arab Emirates Afghanistan Antigua and Barbuda
Anguilla Albania Armenia Netherlands Antilles Angola Antarctica Argentina
American Samoa Austria Australia Aruba Åland Islands Azerbaijan Bosnia and
Herzegovina Barbados Bangladesh Belgium Burkina Faso Bulgaria Bahrain Burundi
Benin Bermuda Brunei Darussalam Bolivia Brazil Bahamas Bhutan Bouvet Island
Botswana Belarus Belize Canada Cocos (Keeling) Islands Congo, The Democratic
Republic of the Central African Republic Congo Switzerland Cote D'Ivoire Cook
Islands Chile Cameroon China Colombia Costa Rica Serbia and Montenegro Cuba Cape
Verde Christmas Island Cyprus Czech Republic Germany Djibouti Denmark Dominica
Dominican Republic Algeria Ecuador Estonia Egypt Western Sahara Eritrea Spain
Ethiopia Finland Fiji Falkland Islands (Malvinas) Micronesia, Federated States
of Faroe Islands France Gabon United Kingdom Grenada Georgia French Guiana
Guernsey Ghana Gibraltar Greenland Gambia Guinea Guadeloupe Equatorial Guinea
Greece South Georgia and the South Sandwich Islands Guatemala Guam Guinea-Bissau
Guyana Hong Kong Heard Island and Mcdonald Islands Honduras Croatia Haiti
Hungary Indonesia Ireland Israel Isle of Man India British Indian Ocean
Territory Iraq Iran, Islamic Republic Of Iceland Italy Jersey Jamaica Jordan
Japan Kenya Kyrgyzstan Cambodia Kiribati Comoros Saint Kitts and Nevis Korea,
Democratic People'S Republic of Korea, Republic of Kuwait Cayman Islands
Kazakhstan Lao People'S Democratic Republic Lebanon Saint Lucia Liechtenstein
Sri Lanka Liberia Lesotho Lithuania Luxembourg Latvia Libyan Arab Jamahiriya
Morocco Monaco Moldova, Republic of Madagascar Marshall Islands Macedonia, The
Former Yugoslav Republic of Mali Myanmar Mongolia Macao Northern Mariana Islands
Martinique Mauritania Montserrat Malta Mauritius Maldives Malawi Mexico Malaysia
Mozambique Namibia New Caledonia Niger Norfolk Island Nigeria Nicaragua
Netherlands Norway Nepal Nauru Niue New Zealand Oman Panama Peru French
Polynesia Papua New Guinea Philippines Pakistan Poland Saint Pierre and Miquelon
Pitcairn Puerto Rico Palestinian Territory, Occupied Portugal Palau Paraguay
Qatar Reunion Romania Russian Federation RWANDA Saudi Arabia Solomon Islands
Seychelles Sudan Sweden Singapore Saint Helena Slovenia Svalbard and Jan Mayen
Slovakia Sierra Leone San Marino Senegal Somalia Suriname Sao Tome and Principe
El Salvador Syrian Arab Republic Swaziland Turks and Caicos Islands Chad French
Southern Territories Togo Thailand Tajikistan Tokelau Timor-Leste Turkmenistan
Tunisia Tonga Turkey Trinidad and Tobago Tuvalu Taiwan, Province of China
Tanzania, United Republic of Ukraine Uganda United States Minor Outlying Islands
United States Uruguay Uzbekistan Holy See (Vatican City State) Saint Vincent and
the Grenadines Venezuela Virgin Islands, British Virgin Islands, U.S. Viet Nam
Vanuatu Wallis and Futuna Samoa Yemen Mayotte South Africa Zambia Zimbabwe
Select Country

Select Timezone (UTC-11:00) Midway (UTC-11:00) Niue (UTC-11:00) Pago Pago
(UTC-10:00) Adak (UTC-10:00) Honolulu (UTC-10:00) Johnston (UTC-10:00) Rarotonga
(UTC-10:00) Tahiti (UTC-09:30) Marquesas (UTC-09:00) Anchorage (UTC-09:00)
Gambier (UTC-09:00) Juneau (UTC-09:00) Nome (UTC-09:00) Sitka (UTC-09:00)
Yakutat (UTC-08:00) Dawson (UTC-08:00) Los Angeles (UTC-08:00) Metlakatla
(UTC-08:00) Pitcairn (UTC-08:00) Santa Isabel (UTC-08:00) Tijuana (UTC-08:00)
Vancouver (UTC-08:00) Whitehorse (UTC-07:00) Boise (UTC-07:00) Cambridge Bay
(UTC-07:00) Chihuahua (UTC-07:00) Creston (UTC-07:00) Dawson Creek (UTC-07:00)
Denver (UTC-07:00) Edmonton (UTC-07:00) Hermosillo (UTC-07:00) Inuvik
(UTC-07:00) Mazatlan (UTC-07:00) Ojinaga (UTC-07:00) Phoenix (UTC-07:00)
Shiprock (UTC-07:00) Yellowknife (UTC-06:00) Bahia Banderas (UTC-06:00) Belize
(UTC-06:00) Beulah (UTC-06:00) Cancun (UTC-06:00) Center (UTC-06:00) Chicago
(UTC-06:00) Costa Rica (UTC-06:00) Easter (UTC-06:00) El Salvador (UTC-06:00)
Galapagos (UTC-06:00) Guatemala (UTC-06:00) Knox (UTC-06:00) Managua (UTC-06:00)
Matamoros (UTC-06:00) Menominee (UTC-06:00) Merida (UTC-06:00) Mexico City
(UTC-06:00) Monterrey (UTC-06:00) New Salem (UTC-06:00) Rainy River (UTC-06:00)
Rankin Inlet (UTC-06:00) Regina (UTC-06:00) Resolute (UTC-06:00) Swift Current
(UTC-06:00) Tegucigalpa (UTC-06:00) Tell City (UTC-06:00) Winnipeg (UTC-05:00)
Atikokan (UTC-05:00) Bogota (UTC-05:00) Cayman (UTC-05:00) Detroit (UTC-05:00)
Grand Turk (UTC-05:00) Guayaquil (UTC-05:00) Havana (UTC-05:00) Indianapolis
(UTC-05:00) Iqaluit (UTC-05:00) Jamaica (UTC-05:00) Lima (UTC-05:00) Louisville
(UTC-05:00) Marengo (UTC-05:00) Monticello (UTC-05:00) Montreal (UTC-05:00)
Nassau (UTC-05:00) New York (UTC-05:00) Nipigon (UTC-05:00) Panama (UTC-05:00)
Pangnirtung (UTC-05:00) Petersburg (UTC-05:00) Port-au-Prince (UTC-05:00)
Thunder Bay (UTC-05:00) Toronto (UTC-05:00) Vevay (UTC-05:00) Vincennes
(UTC-05:00) Winamac (UTC-04:30) Caracas (UTC-04:00) Anguilla (UTC-04:00) Antigua
(UTC-04:00) Aruba (UTC-04:00) Asuncion (UTC-04:00) Barbados (UTC-04:00) Bermuda
(UTC-04:00) Blanc-Sablon (UTC-04:00) Boa Vista (UTC-04:00) Campo Grande
(UTC-04:00) Cuiaba (UTC-04:00) Curacao (UTC-04:00) Dominica (UTC-04:00) Eirunepe
(UTC-04:00) Glace Bay (UTC-04:00) Goose Bay (UTC-04:00) Grenada (UTC-04:00)
Guadeloupe (UTC-04:00) Guyana (UTC-04:00) Halifax (UTC-04:00) Kralendijk
(UTC-04:00) La Paz (UTC-04:00) Lower Princes (UTC-04:00) Manaus (UTC-04:00)
Marigot (UTC-04:00) Martinique (UTC-04:00) Moncton (UTC-04:00) Montserrat
(UTC-04:00) Palmer (UTC-04:00) Port of Spain (UTC-04:00) Porto Velho (UTC-04:00)
Puerto Rico (UTC-04:00) Rio Branco (UTC-04:00) Santiago (UTC-04:00) Santo
Domingo (UTC-04:00) St. Barthelemy (UTC-04:00) St. Kitts (UTC-04:00) St. Lucia
(UTC-04:00) St. Thomas (UTC-04:00) St. Vincent (UTC-04:00) Thule (UTC-04:00)
Tortola (UTC-03:30) St. Johns (UTC-03:00) Araguaina (UTC-03:00) Bahia
(UTC-03:00) Belem (UTC-03:00) Buenos Aires (UTC-03:00) Catamarca (UTC-03:00)
Cayenne (UTC-03:00) Cordoba (UTC-03:00) Fortaleza (UTC-03:00) Godthab
(UTC-03:00) Jujuy (UTC-03:00) La Rioja (UTC-03:00) Maceio (UTC-03:00) Mendoza
(UTC-03:00) Miquelon (UTC-03:00) Montevideo (UTC-03:00) Paramaribo (UTC-03:00)
Recife (UTC-03:00) Rio Gallegos (UTC-03:00) Rothera (UTC-03:00) Salta
(UTC-03:00) San Juan (UTC-03:00) San Luis (UTC-03:00) Santarem (UTC-03:00) Sao
Paulo (UTC-03:00) Stanley (UTC-03:00) Tucuman (UTC-03:00) Ushuaia (UTC-02:00)
Noronha (UTC-02:00) South Georgia (UTC-01:00) Azores (UTC-01:00) Cape Verde
(UTC-01:00) Scoresbysund (UTC+00:00) Abidjan (UTC+00:00) Accra (UTC+00:00)
Bamako (UTC+00:00) Banjul (UTC+00:00) Bissau (UTC+00:00) Canary (UTC+00:00)
Casablanca (UTC+00:00) Conakry (UTC+00:00) Dakar (UTC+00:00) Danmarkshavn
(UTC+00:00) Dublin (UTC+00:00) El Aaiun (UTC+00:00) Faroe (UTC+00:00) Freetown
(UTC+00:00) Guernsey (UTC+00:00) Isle of Man (UTC+00:00) Jersey (UTC+00:00)
Lisbon (UTC+00:00) Lome (UTC+00:00) London (UTC+00:00) Madeira (UTC+00:00)
Monrovia (UTC+00:00) Nouakchott (UTC+00:00) Ouagadougou (UTC+00:00) Reykjavik
(UTC+00:00) Sao Tome (UTC+00:00) St. Helena (UTC+00:00) UTC (UTC+01:00) Algiers
(UTC+01:00) Amsterdam (UTC+01:00) Andorra (UTC+01:00) Bangui (UTC+01:00)
Belgrade (UTC+01:00) Berlin (UTC+01:00) Bratislava (UTC+01:00) Brazzaville
(UTC+01:00) Brussels (UTC+01:00) Budapest (UTC+01:00) Busingen (UTC+01:00) Ceuta
(UTC+01:00) Copenhagen (UTC+01:00) Douala (UTC+01:00) Gibraltar (UTC+01:00)
Kinshasa (UTC+01:00) Lagos (UTC+01:00) Libreville (UTC+01:00) Ljubljana
(UTC+01:00) Longyearbyen (UTC+01:00) Luanda (UTC+01:00) Luxembourg (UTC+01:00)
Madrid (UTC+01:00) Malabo (UTC+01:00) Malta (UTC+01:00) Monaco (UTC+01:00)
Ndjamena (UTC+01:00) Niamey (UTC+01:00) Oslo (UTC+01:00) Paris (UTC+01:00)
Podgorica (UTC+01:00) Porto-Novo (UTC+01:00) Prague (UTC+01:00) Rome (UTC+01:00)
San Marino (UTC+01:00) Sarajevo (UTC+01:00) Skopje (UTC+01:00) Stockholm
(UTC+01:00) Tirane (UTC+01:00) Tripoli (UTC+01:00) Tunis (UTC+01:00) Vaduz
(UTC+01:00) Vatican (UTC+01:00) Vienna (UTC+01:00) Warsaw (UTC+01:00) Windhoek
(UTC+01:00) Zagreb (UTC+01:00) Zurich (UTC+02:00) Athens (UTC+02:00) Beirut
(UTC+02:00) Blantyre (UTC+02:00) Bucharest (UTC+02:00) Bujumbura (UTC+02:00)
Cairo (UTC+02:00) Chisinau (UTC+02:00) Damascus (UTC+02:00) Gaborone (UTC+02:00)
Gaza (UTC+02:00) Harare (UTC+02:00) Hebron (UTC+02:00) Helsinki (UTC+02:00)
Istanbul (UTC+02:00) Jerusalem (UTC+02:00) Johannesburg (UTC+02:00) Kiev
(UTC+02:00) Kigali (UTC+02:00) Lubumbashi (UTC+02:00) Lusaka (UTC+02:00) Maputo
(UTC+02:00) Mariehamn (UTC+02:00) Maseru (UTC+02:00) Mbabane (UTC+02:00) Nicosia
(UTC+02:00) Riga (UTC+02:00) Simferopol (UTC+02:00) Sofia (UTC+02:00) Tallinn
(UTC+02:00) Uzhgorod (UTC+02:00) Vilnius (UTC+02:00) Zaporozhye (UTC+03:00)
Addis Ababa (UTC+03:00) Aden (UTC+03:00) Amman (UTC+03:00) Antananarivo
(UTC+03:00) Asmara (UTC+03:00) Baghdad (UTC+03:00) Bahrain (UTC+03:00) Comoro
(UTC+03:00) Dar es Salaam (UTC+03:00) Djibouti (UTC+03:00) Juba (UTC+03:00)
Kaliningrad (UTC+03:00) Kampala (UTC+03:00) Khartoum (UTC+03:00) Kuwait
(UTC+03:00) Mayotte (UTC+03:00) Minsk (UTC+03:00) Mogadishu (UTC+03:00) Moscow
(UTC+03:00) Nairobi (UTC+03:00) Qatar (UTC+03:00) Riyadh (UTC+03:00) Syowa
(UTC+03:30) Tehran (UTC+04:00) Baku (UTC+04:00) Dubai (UTC+04:00) Mahe
(UTC+04:00) Mauritius (UTC+04:00) Muscat (UTC+04:00) Reunion (UTC+04:00) Samara
(UTC+04:00) Tbilisi (UTC+04:00) Volgograd (UTC+04:00) Yerevan (UTC+04:30) Kabul
(UTC+05:00) Aqtau (UTC+05:00) Aqtobe (UTC+05:00) Ashgabat (UTC+05:00) Dushanbe
(UTC+05:00) Karachi (UTC+05:00) Kerguelen (UTC+05:00) Maldives (UTC+05:00)
Mawson (UTC+05:00) Oral (UTC+05:00) Samarkand (UTC+05:00) Tashkent (UTC+05:30)
Colombo (UTC+05:30) Kolkata (UTC+05:45) Kathmandu (UTC+06:00) Almaty (UTC+06:00)
Bishkek (UTC+06:00) Chagos (UTC+06:00) Dhaka (UTC+06:00) Qyzylorda (UTC+06:00)
Thimphu (UTC+06:00) Vostok (UTC+06:00) Yekaterinburg (UTC+06:30) Cocos
(UTC+06:30) Rangoon (UTC+07:00) Bangkok (UTC+07:00) Christmas (UTC+07:00) Davis
(UTC+07:00) Ho Chi Minh (UTC+07:00) Hovd (UTC+07:00) Jakarta (UTC+07:00)
Novokuznetsk (UTC+07:00) Novosibirsk (UTC+07:00) Omsk (UTC+07:00) Phnom Penh
(UTC+07:00) Pontianak (UTC+07:00) Vientiane (UTC+08:00) Brunei (UTC+08:00) Casey
(UTC+08:00) Choibalsan (UTC+08:00) Chongqing (UTC+08:00) Harbin (UTC+08:00) Hong
Kong (UTC+08:00) Kashgar (UTC+08:00) Krasnoyarsk (UTC+08:00) Kuala Lumpur
(UTC+08:00) Kuching (UTC+08:00) Macau (UTC+08:00) Makassar (UTC+08:00) Manila
(UTC+08:00) Perth (UTC+08:00) Shanghai (UTC+08:00) Singapore (UTC+08:00) Taipei
(UTC+08:00) Ulaanbaatar (UTC+08:00) Urumqi (UTC+08:45) Eucla (UTC+09:00) Dili
(UTC+09:00) Irkutsk (UTC+09:00) Jayapura (UTC+09:00) Palau (UTC+09:00) Pyongyang
(UTC+09:00) Seoul (UTC+09:00) Tokyo (UTC+09:30) Adelaide (UTC+09:30) Broken Hill
(UTC+09:30) Darwin (UTC+10:00) Brisbane (UTC+10:00) Chuuk (UTC+10:00) Currie
(UTC+10:00) DumontDUrville (UTC+10:00) Guam (UTC+10:00) Hobart (UTC+10:00)
Khandyga (UTC+10:00) Lindeman (UTC+10:00) Melbourne (UTC+10:00) Port Moresby
(UTC+10:00) Saipan (UTC+10:00) Sydney (UTC+10:00) Yakutsk (UTC+10:30) Lord Howe
(UTC+11:00) Efate (UTC+11:00) Guadalcanal (UTC+11:00) Kosrae (UTC+11:00)
Macquarie (UTC+11:00) Noumea (UTC+11:00) Pohnpei (UTC+11:00) Sakhalin
(UTC+11:00) Ust-Nera (UTC+11:00) Vladivostok (UTC+11:30) Norfolk (UTC+12:00)
Anadyr (UTC+12:00) Auckland (UTC+12:00) Fiji (UTC+12:00) Funafuti (UTC+12:00)
Kamchatka (UTC+12:00) Kwajalein (UTC+12:00) Magadan (UTC+12:00) Majuro
(UTC+12:00) McMurdo (UTC+12:00) Nauru (UTC+12:00) South Pole (UTC+12:00) Tarawa
(UTC+12:00) Wake (UTC+12:00) Wallis (UTC+12:45) Chatham (UTC+13:00) Apia
(UTC+13:00) Enderbury (UTC+13:00) Fakaofo (UTC+13:00) Tongatapu (UTC+14:00)
Kiritimati
Select Timezone





SIGN UP NOW AND TAKE ADVANTAGE OF A 30-FREE-DAY TRIAL PERIOD




Login credentials
Choose an username as your login ID

8 char. min. | A Lowercase Char. | A Number
This sign-up form is only for Coachs and Schools. If you are a student invited
by your school or your teacher, please click here

I agree with the terms and conditions

Create an account

Already have an account?
Sign in now


FORGOT PASSWORD?


submit


FORGOT USERNAME?


submit

LABEL_COMMENT


LABEL_SAVE LABEL_CANCEL