<turbo-frame data-modal-target="body" class="modal-body" id="modal">
  <div class="modal-page">

      <a class="back-link back-link--orange" href="/login">
        <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="12px" viewBox="0 0 24 12" version="1.1">
    <title>keyboard-arrow-left</title>
    <g id="Phase-1b" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="Batch-Download" transform="translate(-67.000000, -137.000000)">
            <g id="keyboard-arrow-left" transform="translate(68.000000, 138.000000)" stroke="#FE670D" stroke-linecap="round" stroke-linejoin="round">
                <polyline id="Path" points="5.04166667 9.62225 0.458333333 5.03891667 5.04166667 0.455583333"></polyline>
                <line x1="0.458333333" y1="5.03891667" x2="21.5416667" y2="5.03891667" id="Path"></line>
            </g>
        </g>
    </g>
</svg>

        <span>Back</span>
</a>
    <h1 class="title">Create New Account</h1>

    <form class="simple_form new_user" id="new_user" novalidate="novalidate" action="/users" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="HuzJRK0u8ClPGrwd7Xk9hhy65jftfRhmlhnGznh_hg6MPw4Cc1jZMX2E8WuWronxY6jpnWTcdmVazRmKyzoUJg" autocomplete="off" />
      <div class="input string optional user_name"><label class="string optional" for="user_name">Name</label><input class="string optional" type="text" name="user[name]" id="user_name" /></div>
      <div class="input string optional user_industry"><label class="string optional" for="user_industry">Industry</label><input class="string optional" type="text" name="user[industry]" id="user_industry" /></div>
      <div class="input email required user_email"><label class="email required" for="user_email"><abbr title="required">*</abbr> Email</label><input class="string email required" type="email" value="" name="user[email]" id="user_email" /></div>
      <div class="input password optional user_password field_with_hint"><label class="password optional" for="user_password">Password</label><input class="password optional" type="password" name="user[password]" id="user_password" /><span class="hint">Password must contain lower and upper case characters, and include a number or special symbol</span></div>
      <div class="input password optional user_password_confirmation"><label class="password optional" for="user_password_confirmation">Confirm Password</label><input class="password optional" type="password" name="user[password_confirmation]" id="user_password_confirmation" /></div>

      <p class="terms">By creating an account, you agree to our <a target="_blank" href="/terms_and_conditions">terms and conditions</a></p>

      <div class="actions">
          <a class="button button--hollow-white" href="/login">Cancel</a>
        <input type="submit" name="commit" value="Create Account" class="button" data-disable-with="Create Account" />
      </div>
</form>
  </div>
</turbo-frame>
