diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss
index cabf933c0d..a739a1f2bd 100644
--- a/lms/static/sass/views/_login-register.scss
+++ b/lms/static/sass/views/_login-register.scss
@@ -332,6 +332,10 @@ ul.fa-ul{
font-style: normal;
font-weight: 500;
+ &.honor_tos_combined {
+ font-size: small;
+ }
+
&.focus-in {
position: relative;
padding-top: 0;
diff --git a/lms/templates/student_account/form_field.underscore b/lms/templates/student_account/form_field.underscore
index b30daba18d..99cf74181a 100644
--- a/lms/templates/student_account/form_field.underscore
+++ b/lms/templates/student_account/form_field.underscore
@@ -75,7 +75,7 @@
<% } %>
<% } else if (type === 'plaintext' ) { %>
- <%= HtmlUtils.HTML(label) %>
+ <%= HtmlUtils.HTML(label) %>