= simple_form_for @company, url: request_access_company_path, turboboost: true, html: {novalidate: true} do |f| .row.center .col-sm-12 h4.grey | We will send the administrator of the company a notification that you br/ | would like to join as a team member. When accepted you will be br/ | contacted via email. br/ | Please verify your email .row.mt50.center = image_tag 'user_img.png' .row .col-sm-12 .modal-footer.box-footer = f.submit 'CONTINUE', class: 'btn btn-continue-sm pull-right'