diff --git a/lms/static/sass/multicourse/_account.scss b/lms/static/sass/multicourse/_account.scss
index e1c982b0fa..53ab63a92a 100644
--- a/lms/static/sass/multicourse/_account.scss
+++ b/lms/static/sass/multicourse/_account.scss
@@ -208,7 +208,7 @@
margin-bottom: $baseline;
}
- fieldset {
+ .group-form {
margin: 0;
padding-top: 0;
padding-bottom: $baseline;
diff --git a/lms/templates/login.html b/lms/templates/login.html
index ef57044dcf..a6260fa666 100644
--- a/lms/templates/login.html
+++ b/lms/templates/login.html
@@ -90,7 +90,7 @@
- ${_("PLEASE LOG IN to access your account and courses")}
+ ${_("Please log in to access your account and courses")}
@@ -114,8 +114,8 @@
${_('Please provide the following information to log into your {platform_name} account. Required fields are noted by bold text and an asterisk (*) .').format(platform_name=settings.PLATFORM_NAME)}
-
- ${_('Required Information')}
+
-
- ${_('Account Preferences')}
+
% if course_id and enrollment_action:
diff --git a/lms/templates/register.html b/lms/templates/register.html
index fcaffc4e69..834f99fbf0 100644
--- a/lms/templates/register.html
+++ b/lms/templates/register.html
@@ -113,8 +113,8 @@
${_('Required fields are noted by bold text and an asterisk (*) .')}
-
- ${_('Required Information')}
+
+
${_('Required Information')}
% if has_extauth_info is UNDEFINED:
@@ -159,16 +159,16 @@
${_('Public Username')}
-
- ${_('Will be shown in any discussions or forums you participate in')}
+
+ ${_('Will be shown in any discussions or forums you participate in')}
% if ask_for_fullname:
${_('Full Name')}
-
- ${_("Needed for any certificates you may earn (cannot be changed later) ")}
+
+ ${_("Needed for any certificates you may earn (cannot be changed later) ")}
% endif
@@ -176,10 +176,10 @@
% endif
-
+
-
- ${_("Optional Personal Information")}
+
-
+
-
- ${_("Optional Personal Information")}
+
-
- ${_("Account Acknowledgements")}
+
-
+
% if course_id and enrollment_action: