diff --git a/src/components/views/login/VectorLoginHeader.js b/src/components/views/login/VectorLoginHeader.js
index b08c4fa609..daa2b09c67 100644
--- a/src/components/views/login/VectorLoginHeader.js
+++ b/src/components/views/login/VectorLoginHeader.js
@@ -30,7 +30,7 @@ module.exports = React.createClass({
render: function() {
return (
-
+
);
}
diff --git a/src/skins/vector/css/matrix-react-sdk/structures/login/_Login.scss b/src/skins/vector/css/matrix-react-sdk/structures/login/_Login.scss
index 30231b43da..ca861c07b7 100644
--- a/src/skins/vector/css/matrix-react-sdk/structures/login/_Login.scss
+++ b/src/skins/vector/css/matrix-react-sdk/structures/login/_Login.scss
@@ -42,6 +42,11 @@ limitations under the License.
.mx_Login_logo {
text-align: center;
+ height: 195px;
+}
+
+.mx_Login_logo img {
+ height: 100%
}
.mx_Login_field {