diff --git a/client/src/app/+signup/+register/custom-stepper.component.scss b/client/src/app/+signup/+register/custom-stepper.component.scss
index 4dda93489..dfbdc863b 100644
--- a/client/src/app/+signup/+register/custom-stepper.component.scss
+++ b/client/src/app/+signup/+register/custom-stepper.component.scss
@@ -102,7 +102,7 @@ header {
 @media screen and (min-width: $small-view) {
   .margin-content {
     max-width: 1000px;
-    margin:auto;
+    margin: auto;
   }
 }
 
diff --git a/client/src/app/+signup/+register/register.component.scss b/client/src/app/+signup/+register/register.component.scss
index 5d0df81bd..af277d182 100644
--- a/client/src/app/+signup/+register/register.component.scss
+++ b/client/src/app/+signup/+register/register.component.scss
@@ -14,7 +14,7 @@
   font-weight: normal;
   font-size: 15px;
   background-color: pvar(--mainColorVeryLight);
-  padding: 35px 25px 15px 25px;
+  padding: 35px 25px 15px;
   margin: 0;
 }
 
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index ef22fafe0..476a4ee52 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -29,7 +29,7 @@ $support-button: inherit;
 $support-button-heart: #e83e8c;
 
 $bg-color: #fff;
-$fg-color: #000;
+$fg-color: #212529;
 
 $red: #FF0000;
 $green: #39CC0B;
@@ -94,7 +94,7 @@ $markdown-textarea-background-color: $grey-background-hover-color;
 $sub-menu-margin-bottom: 30px;
 $sub-menu-margin-bottom-small-view: 10px;
 
-$activated-action-button-color: #000;
+$activated-action-button-color: #212529;
 
 $focus-box-shadow-form: 0 0 0 .2rem;