diff --git a/src/html/assets/css/bs.signin.css b/src/html/assets/css/bs.signin.css
index 4732d1f..7d572ba 100644
--- a/src/html/assets/css/bs.signin.css
+++ b/src/html/assets/css/bs.signin.css
@@ -26,14 +26,24 @@ body {
z-index: 2;
}
-.form-signin input[type="email"] {
+.token-input {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
-.form-signin input[type="password"] {
+
+.password-input {
+ margin-bottom: 10px;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+}
+
+.new-password-input {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
+
diff --git a/src/html/index.html b/src/html/index.html
index 4a75ede..6814114 100644
--- a/src/html/index.html
+++ b/src/html/index.html
@@ -7,7 +7,7 @@
-
Zorg Gravatar Server
+ Zorg Avatar Server • Home
@@ -33,20 +33,20 @@
- Welcome to Zorg Gravatar Server
- Open source free, Gravatar-compatible avatar lightweight server written in php with simple admin panel.
+ Welcome to Zorg Avatar Server
+ Open source and free, Gravatar-compatible avatar lightweight server written in php with simple admin panel.
Cool! Get started!
@@ -54,7 +54,7 @@
diff --git a/src/html/login.html b/src/html/login.html
index ae905e8..ca27609 100644
--- a/src/html/login.html
+++ b/src/html/login.html
@@ -7,7 +7,7 @@
- Zorg Gravatar Server
+ Zorg Avatar Server • Sign In
@@ -31,21 +31,25 @@