var/cache/dev/twig/87/87b3f08d245fb6801a0f7e1be770d2ea34a1d1579410336bcfb11b635d5a0ce1.php line 275

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* security/login.html.twig */
  14. class __TwigTemplate_767c8f4b48341a4e3318b4c9b5c827cfdaff92c99cfd0efce93487dea05587e8 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheets' => [$this'block_stylesheets'],
  24.             'title' => [$this'block_title'],
  25.             'body' => [$this'block_body'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""security/login.html.twig"1);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 2
  49.     public function block_stylesheets($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  56.         // line 3
  57.         echo "    <link href=\"//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css\" rel=\"stylesheet\" id=\"bootstrap-css\">
  58.     <script src=\"//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js\"></script>
  59.     <style>
  60.         /*
  61.  * Specific styles of signin component
  62.  */
  63.         /*
  64.          * General styles
  65.          */
  66.         body, html {
  67.             height: 100%;
  68.             background-repeat: no-repeat;
  69.             background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));
  70.         }
  71.         .card-container.card {
  72.             max-width: 350px;
  73.             padding: 40px 40px;
  74.         }
  75.         .btn {
  76.             font-weight: 700;
  77.             height: 36px;
  78.             -moz-user-select: none;
  79.             -webkit-user-select: none;
  80.             user-select: none;
  81.             cursor: default;
  82.         }
  83.         /*
  84.          * Card component
  85.          */
  86.         .card {
  87.             background-color: #F7F7F7;
  88.             /* just in case there no content*/
  89.             padding: 20px 25px 30px;
  90.             margin: 0 auto 25px;
  91.             margin-top: 50px;
  92.             /* shadows and rounded borders */
  93.             -moz-border-radius: 2px;
  94.             -webkit-border-radius: 2px;
  95.             border-radius: 2px;
  96.             -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  97.             -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  98.             box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  99.         }
  100.         .profile-img-card {
  101.             width: 96px;
  102.             height: 96px;
  103.             margin: 0 auto 10px;
  104.             display: block;
  105.             -moz-border-radius: 50%;
  106.             -webkit-border-radius: 50%;
  107.             border-radius: 50%;
  108.         }
  109.         /*
  110.          * Form styles
  111.          */
  112.         .profile-name-card {
  113.             font-size: 16px;
  114.             font-weight: bold;
  115.             text-align: center;
  116.             margin: 10px 0 0;
  117.             min-height: 1em;
  118.         }
  119.         .reauth-email {
  120.             display: block;
  121.             color: #404040;
  122.             line-height: 2;
  123.             margin-bottom: 10px;
  124.             font-size: 14px;
  125.             text-align: center;
  126.             overflow: hidden;
  127.             text-overflow: ellipsis;
  128.             white-space: nowrap;
  129.             -moz-box-sizing: border-box;
  130.             -webkit-box-sizing: border-box;
  131.             box-sizing: border-box;
  132.         }
  133.         .form-signin #inputEmail,
  134.         .form-signin #inputPassword {
  135.             direction: ltr;
  136.             height: 44px;
  137.             font-size: 16px;
  138.         }
  139.         .form-signin input[type=email],
  140.         .form-signin input[type=password],
  141.         .form-signin input[type=text],
  142.         .form-signin button {
  143.             width: 100%;
  144.             display: block;
  145.             margin-bottom: 10px;
  146.             z-index: 1;
  147.             position: relative;
  148.             -moz-box-sizing: border-box;
  149.             -webkit-box-sizing: border-box;
  150.             box-sizing: border-box;
  151.         }
  152.         .form-signin .form-control:focus {
  153.             border-color: rgb(104, 145, 162);
  154.             outline: 0;
  155.             -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
  156.             box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
  157.         }
  158.         .btn.btn-signin {
  159.             /*background-color: #4d90fe; */
  160.             background-color: rgb(104, 145, 162);
  161.             /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  162.             padding: 0px;
  163.             font-weight: 700;
  164.             font-size: 14px;
  165.             height: 36px;
  166.             -moz-border-radius: 3px;
  167.             -webkit-border-radius: 3px;
  168.             border-radius: 3px;
  169.             border: none;
  170.             -o-transition: all 0.218s;
  171.             -moz-transition: all 0.218s;
  172.             -webkit-transition: all 0.218s;
  173.             transition: all 0.218s;
  174.         }
  175.         .btn.btn-signin:hover,
  176.         .btn.btn-signin:active,
  177.         .btn.btn-signin:focus {
  178.             background-color: rgb(12, 97, 33);
  179.         }
  180.         .forgot-password {
  181.             color: rgb(104, 145, 162);
  182.         }
  183.         .forgot-password:hover,
  184.         .forgot-password:active,
  185.         .forgot-password:focus{
  186.             color: rgb(12, 97, 33);
  187.         }
  188.     </style>
  189.     <script src=\"//code.jquery.com/jquery-1.11.1.min.js\"></script>
  190. ";
  191.         
  192.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  193.         
  194.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  195.     }
  196.     // line 150
  197.     public function block_title($context, array $blocks = [])
  198.     {
  199.         $macros $this->macros;
  200.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  201.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  202.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  203.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  204.         echo "Log in!";
  205.         
  206.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  207.         
  208.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  209.     }
  210.     // line 152
  211.     public function block_body($context, array $blocks = [])
  212.     {
  213.         $macros $this->macros;
  214.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  215.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  216.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  217.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  218.         // line 153
  219.         echo "    <div class=\"container\">
  220.         <div class=\"card card-container\">
  221.             <!-- <img class=\"profile-img-card\" src=\"//lh3.googleusercontent.com/-6V8xOA6M7BA/AAAAAAAAAAI/AAAAAAAAAAA/rzlHcD0KYwo/photo.jpg?sz=120\" alt=\"\" /> -->
  222.             <img id=\"profile-img\" class=\"profile-img-card\" src=\"//ssl.gstatic.com/accounts/ui/avatar_2x.png\" />
  223.             <p id=\"profile-name\" class=\"profile-name-card\"></p>
  224.             ";
  225.         // line 159
  226.         if ((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'159$this->source); })())) {
  227.             // line 160
  228.             echo "                <div class=\"alert alert-danger\">";
  229.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'160$this->source); })()), "messageKey", [], "any"falsefalsefalse160), twig_get_attribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'160$this->source); })()), "messageData", [], "any"falsefalsefalse160), "security"), "html"nulltrue);
  230.             echo "</div>
  231.             ";
  232.         }
  233.         // line 162
  234.         echo "
  235.             ";
  236.         // line 163
  237.         if (twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'163$this->source); })()), "user", [], "any"falsefalsefalse163)) {
  238.             // line 164
  239.             echo "                <div class=\"mb-3\">
  240.                     You are logged in as ";
  241.             // line 165
  242.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'165$this->source); })()), "user", [], "any"falsefalsefalse165), "username", [], "any"falsefalsefalse165), "html"nulltrue);
  243.             echo ", <a href=\"";
  244.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
  245.             echo "\">Logout</a>
  246.                 </div>
  247.             ";
  248.         }
  249.         // line 168
  250.         echo "            <form method=\"post\" class=\"form-signin\">
  251.                 <h1 class=\"h3 mb-3 font-weight-normal\">Ingrese sus credenciales:</h1>
  252.                 <span id=\"reauth-email\" class=\"reauth-email\"></span>
  253.                 <input type=\"email\" value=\"";
  254.         // line 171
  255.         echo twig_escape_filter($this->env, (isset($context["last_username"]) || array_key_exists("last_username"$context) ? $context["last_username"] : (function () { throw new RuntimeError('Variable "last_username" does not exist.'171$this->source); })()), "html"nulltrue);
  256.         echo "\" name=\"email\" id=\"inputEmail\" class=\"form-control\" placeholder=\"Email address\" required autofocus>
  257.                 <input type=\"password\" name=\"password\" id=\"inputPassword\" class=\"form-control\" placeholder=\"Password\" required>
  258.                 <div id=\"remember\" class=\"checkbox\">
  259.                     <label>
  260.                         <input type=\"checkbox\" value=\"remember-me\"> Recordar
  261.                     </label>
  262.                 </div>
  263.                 <input type=\"hidden\" name=\"_csrf_token\"
  264.                        value=\"";
  265.         // line 179
  266.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  267.         echo "\"
  268.                 >
  269.                 <button class=\"btn btn-lg btn-primary btn-block btn-signin\" type=\"submit\">Ingresar</button>
  270.             </form><!-- /form -->
  271.             <a href=\"#\" class=\"forgot-password\">
  272.                 Olvidó su password?
  273.             </a>
  274.         </div><!-- /card-container -->
  275.     </div><!-- /container -->
  276. ";
  277.         
  278.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  279.         
  280.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  281.     }
  282.     // line 195
  283.     public function block_javascripts($context, array $blocks = [])
  284.     {
  285.         $macros $this->macros;
  286.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  287.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  288.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  289.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  290.         
  291.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  292.         
  293.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  294.     }
  295.     /**
  296.      * @codeCoverageIgnore
  297.      */
  298.     public function getTemplateName()
  299.     {
  300.         return "security/login.html.twig";
  301.     }
  302.     /**
  303.      * @codeCoverageIgnore
  304.      */
  305.     public function isTraitable()
  306.     {
  307.         return false;
  308.     }
  309.     /**
  310.      * @codeCoverageIgnore
  311.      */
  312.     public function getDebugInfo()
  313.     {
  314.         return array (  329 => 195,  304 => 179,  293 => 171,  288 => 168,  280 => 165,  277 => 164,  275 => 163,  272 => 162,  266 => 160,  264 => 159,  256 => 153,  246 => 152,  227 => 150,  71 => 3,  61 => 2,  38 => 1,);
  315.     }
  316.     public function getSourceContext()
  317.     {
  318.         return new Source("{% extends 'base.html.twig' %}
  319. {% block stylesheets %}
  320.     <link href=\"//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css\" rel=\"stylesheet\" id=\"bootstrap-css\">
  321.     <script src=\"//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js\"></script>
  322.     <style>
  323.         /*
  324.  * Specific styles of signin component
  325.  */
  326.         /*
  327.          * General styles
  328.          */
  329.         body, html {
  330.             height: 100%;
  331.             background-repeat: no-repeat;
  332.             background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));
  333.         }
  334.         .card-container.card {
  335.             max-width: 350px;
  336.             padding: 40px 40px;
  337.         }
  338.         .btn {
  339.             font-weight: 700;
  340.             height: 36px;
  341.             -moz-user-select: none;
  342.             -webkit-user-select: none;
  343.             user-select: none;
  344.             cursor: default;
  345.         }
  346.         /*
  347.          * Card component
  348.          */
  349.         .card {
  350.             background-color: #F7F7F7;
  351.             /* just in case there no content*/
  352.             padding: 20px 25px 30px;
  353.             margin: 0 auto 25px;
  354.             margin-top: 50px;
  355.             /* shadows and rounded borders */
  356.             -moz-border-radius: 2px;
  357.             -webkit-border-radius: 2px;
  358.             border-radius: 2px;
  359.             -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  360.             -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  361.             box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  362.         }
  363.         .profile-img-card {
  364.             width: 96px;
  365.             height: 96px;
  366.             margin: 0 auto 10px;
  367.             display: block;
  368.             -moz-border-radius: 50%;
  369.             -webkit-border-radius: 50%;
  370.             border-radius: 50%;
  371.         }
  372.         /*
  373.          * Form styles
  374.          */
  375.         .profile-name-card {
  376.             font-size: 16px;
  377.             font-weight: bold;
  378.             text-align: center;
  379.             margin: 10px 0 0;
  380.             min-height: 1em;
  381.         }
  382.         .reauth-email {
  383.             display: block;
  384.             color: #404040;
  385.             line-height: 2;
  386.             margin-bottom: 10px;
  387.             font-size: 14px;
  388.             text-align: center;
  389.             overflow: hidden;
  390.             text-overflow: ellipsis;
  391.             white-space: nowrap;
  392.             -moz-box-sizing: border-box;
  393.             -webkit-box-sizing: border-box;
  394.             box-sizing: border-box;
  395.         }
  396.         .form-signin #inputEmail,
  397.         .form-signin #inputPassword {
  398.             direction: ltr;
  399.             height: 44px;
  400.             font-size: 16px;
  401.         }
  402.         .form-signin input[type=email],
  403.         .form-signin input[type=password],
  404.         .form-signin input[type=text],
  405.         .form-signin button {
  406.             width: 100%;
  407.             display: block;
  408.             margin-bottom: 10px;
  409.             z-index: 1;
  410.             position: relative;
  411.             -moz-box-sizing: border-box;
  412.             -webkit-box-sizing: border-box;
  413.             box-sizing: border-box;
  414.         }
  415.         .form-signin .form-control:focus {
  416.             border-color: rgb(104, 145, 162);
  417.             outline: 0;
  418.             -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
  419.             box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
  420.         }
  421.         .btn.btn-signin {
  422.             /*background-color: #4d90fe; */
  423.             background-color: rgb(104, 145, 162);
  424.             /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  425.             padding: 0px;
  426.             font-weight: 700;
  427.             font-size: 14px;
  428.             height: 36px;
  429.             -moz-border-radius: 3px;
  430.             -webkit-border-radius: 3px;
  431.             border-radius: 3px;
  432.             border: none;
  433.             -o-transition: all 0.218s;
  434.             -moz-transition: all 0.218s;
  435.             -webkit-transition: all 0.218s;
  436.             transition: all 0.218s;
  437.         }
  438.         .btn.btn-signin:hover,
  439.         .btn.btn-signin:active,
  440.         .btn.btn-signin:focus {
  441.             background-color: rgb(12, 97, 33);
  442.         }
  443.         .forgot-password {
  444.             color: rgb(104, 145, 162);
  445.         }
  446.         .forgot-password:hover,
  447.         .forgot-password:active,
  448.         .forgot-password:focus{
  449.             color: rgb(12, 97, 33);
  450.         }
  451.     </style>
  452.     <script src=\"//code.jquery.com/jquery-1.11.1.min.js\"></script>
  453. {% endblock %}
  454. {% block title %}Log in!{% endblock %}
  455. {% block body %}
  456.     <div class=\"container\">
  457.         <div class=\"card card-container\">
  458.             <!-- <img class=\"profile-img-card\" src=\"//lh3.googleusercontent.com/-6V8xOA6M7BA/AAAAAAAAAAI/AAAAAAAAAAA/rzlHcD0KYwo/photo.jpg?sz=120\" alt=\"\" /> -->
  459.             <img id=\"profile-img\" class=\"profile-img-card\" src=\"//ssl.gstatic.com/accounts/ui/avatar_2x.png\" />
  460.             <p id=\"profile-name\" class=\"profile-name-card\"></p>
  461.             {% if error %}
  462.                 <div class=\"alert alert-danger\">{{ error.messageKey|trans(error.messageData, 'security') }}</div>
  463.             {% endif %}
  464.             {% if app.user %}
  465.                 <div class=\"mb-3\">
  466.                     You are logged in as {{ app.user.username }}, <a href=\"{{ path('app_logout') }}\">Logout</a>
  467.                 </div>
  468.             {% endif %}
  469.             <form method=\"post\" class=\"form-signin\">
  470.                 <h1 class=\"h3 mb-3 font-weight-normal\">Ingrese sus credenciales:</h1>
  471.                 <span id=\"reauth-email\" class=\"reauth-email\"></span>
  472.                 <input type=\"email\" value=\"{{ last_username }}\" name=\"email\" id=\"inputEmail\" class=\"form-control\" placeholder=\"Email address\" required autofocus>
  473.                 <input type=\"password\" name=\"password\" id=\"inputPassword\" class=\"form-control\" placeholder=\"Password\" required>
  474.                 <div id=\"remember\" class=\"checkbox\">
  475.                     <label>
  476.                         <input type=\"checkbox\" value=\"remember-me\"> Recordar
  477.                     </label>
  478.                 </div>
  479.                 <input type=\"hidden\" name=\"_csrf_token\"
  480.                        value=\"{{ csrf_token('authenticate') }}\"
  481.                 >
  482.                 <button class=\"btn btn-lg btn-primary btn-block btn-signin\" type=\"submit\">Ingresar</button>
  483.             </form><!-- /form -->
  484.             <a href=\"#\" class=\"forgot-password\">
  485.                 Olvidó su password?
  486.             </a>
  487.         </div><!-- /card-container -->
  488.     </div><!-- /container -->
  489. {% endblock %}
  490. {% block javascripts %}
  491. {% endblock %}
  492. ""security/login.html.twig""/var/www/backend-acceso-cloud/templates/security/login.html.twig");
  493.     }
  494. }