diff --git a/static/html/header.html b/static/html/header.html
index c07f5bfb73f534f34f8fcd36c42d7dd799809080..4327efd1ed0bc138fe9bf1125e3d4ddc52e896ec 100644
--- a/static/html/header.html
+++ b/static/html/header.html
@@ -89,14 +89,14 @@
       }
 
       .btn {
-        border: none;
-        border-radius: 4px;
         box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 0px 1px rgba(0, 0, 0, 0.25);
-        cursor: pointer;
+        padding: 0;
         font-size: 14px;
-        line-height: 1;
-        padding: 6px 12px;
-      
+        border-radius: 4px;
+        border: none;
+        cursor: pointer;
+        font-size: 16px;
+      }
       .btn:focus {
         outline: none;
       }
diff --git a/static/html/reset-password.html b/static/html/reset-password.html
index b692489eeb8ec3ee8696764579677d38e7405427..b031fb1e039b0272a69e7051929f4bccf260a0a9 100644
--- a/static/html/reset-password.html
+++ b/static/html/reset-password.html
@@ -37,7 +37,7 @@
           </div>
         {{ end }}
 
-        <button type="submit" class="btn btn-tec">Reset</button>
+        <button type="submit" class="btn btn-primary">Reset</button>
         <input type="hidden" name="token" value="{{ .Token }}" />
       </form>
     {{ end }}