diff --git a/src/components/Label/Label.js b/src/components/Label/Label.js
index 52ca6cc..c159d17 100644
--- a/src/components/Label/Label.js
+++ b/src/components/Label/Label.js
@@ -2,11 +2,14 @@ import styled from '@helpscout/hsds-react/components/styled'
const LabelUI = styled('label')`
color: #ccc;
+ display: block;
font-family: inherit;
font-size: 12px;
- display: block;
- margin-top: 6px;
+ font-weight: normal;
+ letter-spacing: 0;
margin-bottom: 10px;
+ margin-top: 6px;
+ text-transform: initial;
`
export default LabelUI