diff --git a/res/css/structures/auth/_Login.scss b/res/css/structures/auth/_Login.scss
index e3eadddae8..c32f70a696 100644
--- a/res/css/structures/auth/_Login.scss
+++ b/res/css/structures/auth/_Login.scss
@@ -69,12 +69,6 @@ limitations under the License.
margin-right: 10px;
}
-.mx_Login_prompt {
- padding-top: 15px;
- padding-bottom: 15px;
- font-size: 13px;
-}
-
.mx_Login_sso_link {
display: block;
text-align: center;
diff --git a/src/components/structures/auth/ForgotPassword.js b/src/components/structures/auth/ForgotPassword.js
index 8ce1a9b550..1e8376d91f 100644
--- a/src/components/structures/auth/ForgotPassword.js
+++ b/src/components/structures/auth/ForgotPassword.js
@@ -188,7 +188,7 @@ module.exports = React.createClass({
resetPasswordJsx =
{ _t('Your password has been reset') }.
{ _t('You have been logged out of all devices and will no longer receive push notifications. ' + 'To re-enable notifications, sign in again on each device') }.
{ _t('To reset your password, enter the email address linked to your account') }: -