File: D:/HostingSpaces/SBogers101/cranendonckactief.nl/wwwroot/css/partials/_form.sass
.form
display: block
width: 100%
max-width: 560px
padding: 40px 0
font-size: 1rem
line-height: 1.2
.form-element
position: relative
margin-bottom: 25px
.error-message
display: none
position: absolute
right: 0
top: 0px
color: $orange
font-size: 0.65rem
text-transform: uppercase
font-weight: semi-bold()
&.active
display: block
label
display: block
margin-bottom: 5px
color: white
opacity: 0.6
font-size: 0.7em
font-weight: semi-bold()
text-transform: uppercase
input, textarea
display: block
width: 100%
background-color: rgba(white, 0.3)
padding: 15px 20px
border: 1px transparent solid
font-size: 0.9em
font-weight: semi-bold()
color: white
&.alert
border-color: $orange
&:-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
&.radioboxes
label
+flex(flex-start, center)
opacity: 1
input
width: 12px
margin-right: 15px
span
width: calc(100% - 30px)
.submit
margin-top: 20px
input
display: none