File: D:/HostingSpaces/SBogers47/ehbocranendonck.nl/wwwroot/css/partials/_form.sass
.form
display: block
width: 100%
max-width: 560px
padding: 40px 0
font-size: 1rem
line-height: 1.2
.honey
position: fixed
top: -50px
height: 20px
width: 100%
.honey-message, noscript
display: block
font-size: 0.75rem
color: $red
.form-element
position: relative
margin-bottom: 25px
.error-message
display: none
position: absolute
right: 0
top: 0px
color: $redTheme2
font-size: 0.65rem
text-transform: uppercase
font-weight: semi-bold()
&.active
display: block
label, p.label-replacement
display: block
margin-bottom: 5px
color: $lightGray
font-size: 0.7em
font-weight: semi-bold()
text-transform: uppercase
label
>span
text-transform: none
font-size: 0.8rem
opacity: 0.8
p.label-replacement
margin-bottom: 15px
input, textarea
display: block
width: 100%
background-color: $semiBlack
padding: 15px 20px
border: 1px transparent solid
font-size: 0.9em
font-weight: semi-bold()
color: white
&.alert
border-color: $redTheme2
&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active
transition: 9999s background-color
-webkit-text-fill-color: white
transition-delay: 9999s
&:focus
box-shadow: none
outline: none
textarea
min-height: 152px
resize: vertical
.submit
margin-top: 20px
input
display: none