.base-captcha {
  display: block;
}

.cptch_wrap {
  border: 1px solid rgb(229, 229, 229);
  padding: 20px;
  margin: 10px 0;
  display: block !important;
  background: white;
  margin: 15px;
  border-radius: 2px;
}

.cptch_reload_button {
  color: rgb(233, 102, 86);
}

.cptch_label {
  width: auto !important;
}

.cptch_span {
  font-weight: 800;
}

#cptch_input {
  font-size: 14px !important;
}