<% content_for :heading do %>
- <h1><%= t 'user.new.heading' %></h1>
+ <h1><%= t 'user.new.title' %></h1>
+ <div class='header-illustration new-user-main'></div>
+ <div class='header-illustration new-user-arm'></div>
<% end %>
-<p><%= t 'user.new.no_auto_account_create' %></p>
-
-<p><%= raw t 'user.new.contact_webmaster' %></p>
+<div class="message">
+ <h1><%= t 'user.new.no_auto_account_create' %></h1>
+ <h2><%= raw t 'user.new.contact_webmaster', :webmaster => "mailto:#{SUPPORT_EMAIL}" %></h2>
+</div>