= simple_form_for @user || User.new, as: :user, url: users_path, validate: true, turboboost: true do |f| .col-xs-12.col-sm-12.col-md-12.col-lg-12.pt30 .col-xs-12.col-sm-12.col-md-12.col-lg-6.pad-r = f.input :name, label: false, :input_html => {class: 'username'} .col-xs-12.col-sm-12.col-md-12.col-lg-6.pad-l = f.input :last_name, label: false, :input_html => {class: 'username'} .col-xs-12.col-sm-12.col-md-12 = f.input :email, label: false, :input_html => {class: 'username'} .col-xs-12.col-sm-12.col-md-12 = f.input :password, label: false, :input_html => {class: 'username'} .col-xs-12.col-sm-12.col-md-12 = f.input :password_confirmation, label: false, :input_html => {class: 'username'} .col-xs-12.col-sm-12.col-md-12 = f.input :phone, label: false, :input_html => {class: 'username'} = f.input :invitation_token, as: :hidden .col-xs-12.col-sm-12.col-md-12.btn-signup .col-xs-7.col-sm-7.col-md-7.fs8.txt-white | By clicking   span.bold Sign Up | , you are agreeing to our   /# = link_to terms_path, target: :_blank span.bold.fs8 Terms of Use .col-xs-5.col-sm-5.col-md-5no-padding = f.button :submit, 'SIGN UP', class: 'bx-regis'