.form_container { &.callback_simple_form { margin-top: 35px; .form-group { margin-bottom: 6px; } .actions { margin-top: 16px; } input { margin-left: 44px; width: 151px; } input[type=text] { border-radius: 0 !important; height: 30px; } .has-error { input { border: 2px red; } } .kapcha { position: absolute; top: 0; bottom: 0; display: block; width: 0 !important; overflow: hidden; } } }