Index: src/main/resources/templates/login.html
===================================================================
--- src/main/resources/templates/login.html	(revision a9ffccd67e47929500f491c38ddb35a57d7c2898)
+++ src/main/resources/templates/login.html	(revision 8204d832fc62e700e271150659790c6932711403)
@@ -4,5 +4,5 @@
         <div class="container">
             <form class="form-signin mt-xl-5" method="post" action="/login">
-                <h2 class="form-signin-heading">Најава</h2>
+                <h2 class="form-signin-heading" style="color: white">Најава</h2>
                 <p>
                     <label for="username" class="sr-only">Корисничко име</label>
@@ -14,7 +14,10 @@
                 </p>
             </form>
-            <button id="submit" class="btn btn-lg btn-primary btn-block" type="submit">Најави се</button>
+            <button id="submit" style="background-color: #ff5019;border-color: #ff5019" class="btn btn-lg btn-block" type="submit">Најави се</button>
+        </div>
+        <div style="display: flex;justify-content: center;align-content: center">
+        <a href="/register" class="btn btn-block btn-light" style="margin-top: 20px;width: 400px">Регистрирај се тука!</a>
         </div>
     </form>
-    <a href="/register" class="btn btn-block btn-light">Регистрирај се тука!</a>
+
 </div>
