diff --git a/cms/static/img/edx-studio-large.png b/cms/static/img/edx-studio-large.png new file mode 100644 index 0000000000..d3ea3382a8 Binary files /dev/null and b/cms/static/img/edx-studio-large.png differ diff --git a/cms/static/img/edx-studio-logo-small.png b/cms/static/img/edx-studio-logo-small.png new file mode 100644 index 0000000000..728a3f81e0 Binary files /dev/null and b/cms/static/img/edx-studio-logo-small.png differ diff --git a/cms/static/sass/_login.scss b/cms/static/sass/_login.scss index 0bccaea0f0..1ff7c6d40d 100644 --- a/cms/static/sass/_login.scss +++ b/cms/static/sass/_login.scss @@ -1,7 +1,15 @@ +.edx-studio-logo-large { + display: block; + width: 224px; + height: 45px; + margin: 100px auto 30px; + background: url(../img/edx-studio-large.png) no-repeat; +} + .sign-up-box, .log-in-box { width: 500px; - margin: 100px auto; + margin: auto; border-radius: 3px; header { diff --git a/cms/templates/login.html b/cms/templates/login.html index a3a7a8cb4f..a604024804 100644 --- a/cms/templates/login.html +++ b/cms/templates/login.html @@ -5,9 +5,11 @@ <%block name="content"> +
+
-

Log in to edX

+

Log in to edX studio

diff --git a/cms/templates/signup.html b/cms/templates/signup.html index 864db25956..93acdfad71 100644 --- a/cms/templates/signup.html +++ b/cms/templates/signup.html @@ -3,9 +3,12 @@ <%block name="bodyclass">no-header <%block name="content"> + +
+