.row .col-lg-4.col-sm-6.col-xs-10.col-lg-offset-4.col-sm-offset-3.col-xs-offset-1[style="padding-top: 10%;"] h4.widget-login-logo.animated.fadeInUp i.fa.fa-circle.text-gray | Esqueci Minha Senha i.fa.fa-circle.text-warning section.widget.widget-login.animated.fadeInUp header .widget-body = form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| .form-group = f.label :email br = f.email_field :email, autofocus: true, class: 'form-control' = error_for resource, :email .form-group = f.submit "Enviar", class: 'btn btn-primary' = render "devise/shared/links"