diff --git a/services/web/frontend/stylesheets/app/login-register.less b/services/web/frontend/stylesheets/app/login-register.less index f8c9fd36ce..81a9e6173b 100644 --- a/services/web/frontend/stylesheets/app/login-register.less +++ b/services/web/frontend/stylesheets/app/login-register.less @@ -131,6 +131,9 @@ .login-btn-icon-orcid { background-image: url(../../../public/img/other-brands/logo_orcid.svg); } +.login-btn-icon-institution { + background-image: url(../../../public/img/other-brands/logo_institution.svg); +} .login-btn-icon-sharelatex { background-size: 22px; } diff --git a/services/web/frontend/stylesheets/app/register.less b/services/web/frontend/stylesheets/app/register.less index 00186b299b..9cdc01b468 100644 --- a/services/web/frontend/stylesheets/app/register.less +++ b/services/web/frontend/stylesheets/app/register.less @@ -2,3 +2,26 @@ text-align: center; padding-bottom: 20px; } +// for focus-registration and focus-login split test variant +.registration_logo { + width: 130px; + padding: 8px 0; +} + +.login-register-header-active { + padding-top: @line-height-computed; +} + +.login-register-header-heading-active { + color: @neutral-90; + margin-bottom: 0; +} + +.login-register-form-active { + padding: @line-height-computed; + padding-bottom: 0; + border-bottom: solid 1px @hr-border; + &:last-child { + border-bottom-width: 0; + } +} diff --git a/services/web/locales/en.json b/services/web/locales/en.json index cb41bba382..bd3498c7bb 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1287,6 +1287,7 @@ "regards": "Regards", "register": "Register", "register_error": "Registration error", + "register_for_overleaf": "Register for __appName__", "register_intercept_sso": "You can link your __authProviderName__ account from the Account Settings page after logging in.", "register_to_accept_invitation": "Register to accept invitation", "register_to_edit_template": "Please register to edit the __templateName__ template", diff --git a/services/web/public/img/other-brands/logo_institution.svg b/services/web/public/img/other-brands/logo_institution.svg new file mode 100644 index 0000000000..cb71157397 --- /dev/null +++ b/services/web/public/img/other-brands/logo_institution.svg @@ -0,0 +1,3 @@ + + +