diff --git a/src/Components/Accessibility/ContrastBar.css b/src/Components/Accessibility/ContrastBar.css
index 1ed1e53e513c1f3eda56d61b562b8b80e566462a..ce199caa8933bb659823c7827c9b1376511934db 100644
--- a/src/Components/Accessibility/ContrastBar.css
+++ b/src/Components/Accessibility/ContrastBar.css
@@ -21,7 +21,7 @@ along with Plataforma Integrada MEC.  If not, see <http://www.gnu.org/licenses/>
     height: 1em;
     vertical-align: middle;
 }
-
+/*
 .contrastButton{
     border: none;
     padding: 0;
@@ -47,7 +47,7 @@ along with Plataforma Integrada MEC.  If not, see <http://www.gnu.org/licenses/>
     background-color: black;
     width: 100%;
     border-bottom: 1px solid white;
-}
+}*/
 
 .Contrasttext{
     color: yellow;
diff --git a/src/Components/Accessibility/ContrastBar.js b/src/Components/Accessibility/ContrastBar.js
index 0ce7505068d7f5882f1e931b281d0dfedf64af9e..0596af0ff78346f729db85a615f83b96fddc09eb 100644
--- a/src/Components/Accessibility/ContrastBar.js
+++ b/src/Components/Accessibility/ContrastBar.js
@@ -185,6 +185,7 @@ const StyledGrid = styled(Grid) `
     padding-left: 15px;
     padding-right: 15px;
     background: ${props => props.contrast === "" ? "white" : "black"};
+    border-bottom: ${props => props.contrast === "" ? "1px solid #666" : "1px solid white"};
 `
 
 const StyledButton = styled(Button)`
diff --git a/src/Components/UploadPageComponents/PartThree.js b/src/Components/UploadPageComponents/PartThree.js
index 076569fe9c5ebe7d20f97a07f05eef028a89bf1d..a1ba6d35dd62461f14ed7c0dc47adc72ea7b7e51 100644
--- a/src/Components/UploadPageComponents/PartThree.js
+++ b/src/Components/UploadPageComponents/PartThree.js
@@ -207,8 +207,8 @@ export default function PartThree(props) {
                                                     <div style={{ margin: "0 auto", width: "304px" }}>
                                                         {
                                                             //<ReCaptcha sitekey={process.env.REACT_APP_SITE_KEY} verifyCallback={captchaVerified} /> //when key set in env
-                                                            //<ReCaptcha sitekey="6LfxuKUUAAAAAIzYpCzEtJyeE8QRjBYa44dvHlTX" verifyCallback={captchaVerified} /> //use this one on production
-                                                            <ReCaptcha sitekey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI" verifyCallback={captchaVerified} /> //test key, from google, do not use this one on production
+                                                            <ReCaptcha sitekey="6LfxuKUUAAAAAIzYpCzEtJyeE8QRjBYa44dvHlTX" verifyCallback={captchaVerified} /> //use this one on production
+                                                            //<ReCaptcha sitekey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI" verifyCallback={captchaVerified} /> //test key, from google, do not use this one on production
                                                         }
                                                     </div>
                                                 </Grid>