/* ----------------------------------------------------------------------------- // This file contains styles that are specific to the Footer Page . // ----------------------------------------------------------------------------- */ input, textarea, button[type="submit"] { width: 100%; height: 52px; background-color: #E5E5E5; border: 0; box-shadow: none; outline: none; padding: 5px; margin: 15px 0 20px; display: block; line-height: 1.25; background-image: none; -webkit-background-clip: padding-box; background-clip: padding-box; } input, label { @include font-size-rem(16px); } label { color: #767676; } textarea { height: 200px; } button.form-btn { background-color: $blue; color: $white; cursor: pointer; @include font-size-rem(16px); text-transform: uppercase; display: inline-block; padding: 0 100px; width: inherit; margin: auto; }