diff --git a/src/Umbraco.Core/Configuration/Models/ContentSettings.cs b/src/Umbraco.Core/Configuration/Models/ContentSettings.cs
index 1aeb038b4e..3f7b23a095 100644
--- a/src/Umbraco.Core/Configuration/Models/ContentSettings.cs
+++ b/src/Umbraco.Core/Configuration/Models/ContentSettings.cs
@@ -211,8 +211,8 @@ public class ContentSettings
/// of a light background (e.g. in mobile resolutions).
///
/// This is the alternative version to the regular logo found at .
- [DefaultValue(StaticLoginLogoImageAlternative)]
- public string LoginLogoImageAlternative { get; set; } = StaticLoginLogoImageAlternative;
+ [DefaultValue(StaticLoginLogoImage)]
+ public string LoginLogoImageAlternative { get; set; } = StaticLoginLogoImage;
///
/// Gets or sets a value indicating whether to hide the backoffice umbraco logo or not.
diff --git a/src/Umbraco.Web.UI.Login/public/login.jpg b/src/Umbraco.Web.UI.Login/public/login.jpg
index 6b97f2c943..311585a7be 100644
Binary files a/src/Umbraco.Web.UI.Login/public/login.jpg and b/src/Umbraco.Web.UI.Login/public/login.jpg differ