<%= f.label :email ,t(:email)%>
<%= f.text_field :email, :placeholder => t(:email), :style => "width: 330px;" %>
Please correct the error
<%= f.label :password,t("password") %>
<%= f.password_field :password, :placeholder => t(:dots), :style => "width: 330px;" %>
Please correct the error
<%= link_to t(:forgot_password), new_user_password_path, :class => 'pull-right forgot hide' %>