diff --git a/src/components/forms/radio-group.jsx b/src/components/forms/radio-group.jsx
index 168f0a926..608748b0a 100644
--- a/src/components/forms/radio-group.jsx
+++ b/src/components/forms/radio-group.jsx
@@ -11,7 +11,7 @@ require('./radio-group.scss');
const RadioGroup = props => (
);
diff --git a/src/components/registration/steps.jsx b/src/components/registration/steps.jsx
index da8fcd1aa..8dc4d9d4a 100644
--- a/src/components/registration/steps.jsx
+++ b/src/components/registration/steps.jsx
@@ -792,7 +792,7 @@ class OrganizationStep extends React.Component {
}}
/>
-
+
@@ -833,7 +833,7 @@ class OrganizationStep extends React.Component {
/>
-
+
diff --git a/src/components/registration/steps.scss b/src/components/registration/steps.scss
index a2cc34a58..1dd988309 100644
--- a/src/components/registration/steps.scss
+++ b/src/components/registration/steps.scss
@@ -26,6 +26,18 @@
}
}
+ .row {
+ label {
+ font-weight: bold;
+ }
+
+ .checkbox {
+ label {
+ font-weight: 300;
+ }
+ }
+ }
+
.help-text {
margin: .25rem 0;
text-align: left;
@@ -66,6 +78,10 @@
&.demographics-step {
.radio {
margin: 1.5rem 1.5rem 0 0;
+
+ label {
+ font-weight: 300;
+ }
}
input[type="radio"] {