We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352d647 commit 6068586Copy full SHA for 6068586
templates/bundles/FOSUserBundle/Security/login_content.html.twig
@@ -15,8 +15,10 @@
15
<br/>
16
{% endif %}
17
18
- <h3 class="text-center">Personal Management System</h3>
19
-
+ <h3 class="text-center" style="color: #5DACBD;font-weight: 300;">Personal Management System</h3>
+ <div class="d-flex" style="justify-content: space-around;">
20
+ <img src="http://185.204.216.136:8000/assets/images/logo/smaller.png" style="height: 65px;">
21
+ </div>
22
<h4 class="fw-300 c-grey-900 mB-40">Login</h4>
23
24
<form action="{{ path("fos_user_security_check") }}" method="POST">
0 commit comments