.row.align-items-center.justify-content-center.full-height .col-md-6.align-self-center - if flash[:error] .alert.alert-danger{role: 'alert'} = flash[:error] %form{method: 'post', action: '/login'} .form-group %input{type: 'email', name: 'username', class: 'form-control', placeholder: 'Correo'} .form-group %input{type: 'password', name: 'password', class: 'form-control', placeholder: 'ContraseƱa'} .form-group %input{type: 'submit', value: 'Ingresar', class: 'btn btn-lg btn-primary btn-block'}