diff --git a/app/views/setup/new.html.erb b/app/views/setup/new.html.erb
index bcfb20e..2aaae85 100644
--- a/app/views/setup/new.html.erb
+++ b/app/views/setup/new.html.erb
@@ -1,38 +1,39 @@
-<%= form_with url: setup_path, method: :post, class: "main-area" do |f| %>
-
+
+ <%= password_field_tag :admin_password, nil,
+ id: "admin_password", required: true, size: 30,
+ autocomplete: "new-password" %>
-
+
+
+
<%= submit_tag t(".submit") %>
<% end %>