.c-form {
  display: block;
  border-radius: 1rem;
  border: 1px solid;
  padding: 1rem 1.6rem;
}
.c-form label {
  display: block;
  font-size: 14px;
}
.c-form .form-text {
  font-size: 14px;
  padding: .5rem;
  margin: 0;
  width:100%;
}
.c-form .form-submit {
  font-size: 1.25rem;
  margin-top: 1.6rem;
}

.captcha.form-wrapper {
  padding: 1rem;
}

#edit-submitted-i-am-a {
  display: block;
  font-size: 14px;
  font-family: sans-serif;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #bbb;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-size: 9px 8px;
  background-position: 98% 13px;
  background-image: url(/sites/all/themes/newstutter/images/arrow_down.png);
  background-repeat: no-repeat, repeat;
}