diff --git a/skins/base/css/templates/Login.css b/skins/base/css/templates/Login.css
index 7362ac507..93cb7433a 100644
--- a/skins/base/css/templates/Login.css
+++ b/skins/base/css/templates/Login.css
@@ -75,6 +75,22 @@ limitations under the License.
opacity: 0.8;
}
+.mx_Login_create:link {
+ color: #4a4a4a;
+}
+
+.mx_Login_links {
+ display: block;
+ text-align: center;
+ width: 100%;
+ font-size: 14px;
+ opacity: 0.8;
+}
+
+.mx_Login_links a:link {
+ color: #4a4a4a;
+}
+
.mx_Login_loader {
position: absolute;
left: 50%;
@@ -85,12 +101,10 @@ limitations under the License.
color: #ff2020;
font-weight: bold;
text-align: center;
+/*
height: 24px;
+*/
margin-top: 12px;
margin-bottom: 12px;
}
-.mx_Login_create:link {
- color: #4a4a4a;
-}
-
diff --git a/skins/base/views/templates/Login.js b/skins/base/views/templates/Login.js
index 57b5fbcd6..4e13aabae 100644
--- a/skins/base/views/templates/Login.js
+++ b/skins/base/views/templates/Login.js
@@ -165,6 +165,13 @@ module.exports = React.createClass({
{this.state.errorText}
Create a new account
+
+