.form_container { &.callback_simple_form { margin-top: 35px; .form-group { margin-bottom: 6px; } .actions { margin-top: 16px; } input { margin-left: 44px; width: 151px; &::-webkit-input-placeholder { color: #c3c3c3; } &:-moz-placeholder { /* Firefox 18- */ color: #c3c3c3; } &::-moz-placeholder { /* Firefox 19+ */ color: #c3c3c3; } &:-ms-input-placeholder { color: #c3c3c3; } } input[type=text] { border-radius: 0 !important; height: 30px; } .has-error { input { border: 2px solid rgba(255, 153, 0, 0.67) !important; } } .kapcha { position: absolute; top: 0; bottom: 0; display: block; width: 0 !important; overflow: hidden; } } }