/* Form */ form { label { display: block; margin: 0 0 0.5em 0; } input[type="text"], input[type="email"], input[type="password"], select, textarea { @include vendor('transition', 'background-color 0.35s ease-in-out'); -webkit-appearance: none; display: block; border: 0; background: #f1f1f1; width: 100%; padding: 0.75em; &:focus { background-color: #f8f8f8; } } input[type="text"], input[type="email"], input[type="password"], select { line-height: 1em; } select { background-size: 1.25em; background-repeat: no-repeat; background-position: calc(100% - 1em) center; padding-right: 1.25em; text-overflow: ellipsis; background-image: svg-url(""); option { color: #3a3939; background: #ffffff; } &:focus { &::-ms-value { background-color: transparent; } } &::-ms-expand { display: none; } } textarea { min-height: 12em; } ::-webkit-input-placeholder { color: #5a5959 !important; } :-moz-placeholder { color: #5a5959 !important; } ::-moz-placeholder { color: #5a5959 !important; } :-ms-input-placeholder { color: #5a5959 !important; } ::-moz-focus-inner { border: 0; } ul { &.actions { margin-bottom: 0; text-align: center; } } }