table.base_formmail {
  width: 100%;
}

table.base_formmail > tbody > tr {
  display: block;
  width: 100%;
  height: auto;
}

table.base_formmail > tbody > tr:first-of-type td:nth-of-type(2),
table.base_formmail > tbody > tr:nth-of-type(2) td:nth-of-type(2) {
  float: left;
  width: 49%;
}

table.base_formmail > tbody > tr:first-of-type td:nth-of-type(2) {
  margin-right: 2%;
}

table.base_formmail > tbody > tr > td {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
}

table.base_formmail > tbody > tr > td > input {
  font-size: 14px;
}

table.base_formmail > tbody > tr > td.formmail_title_bgcolor {
  display: none;
}

table.base_formmail > tbody > tr > td.formmail_title_bgcolor font {
  font-size: 14px;
}

.base_formmail > tbody > tr > td > input[type=text],
.base_formmail > tbody > tr > td > input[type=password],
.base_formmail > tbody > tr > td > select,
.base_formmail > tbody > tr > td > textarea {
  padding: 12px 16px !important;
  width: 100%;
  height: 54px;
  background-color: #f9f9f9;
  line-height: 1.42857143;
  border: none;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  color: #777;
  outline: 0;
  transition: all 0.25s;
}

.base_formmail > tbody > tr > td > textarea {
  margin-bottom: 10px;
}




table.base_formmail > tbody > tr > td > table {
  font-size: 12px;
}

table.base_formmail > tbody > tr > td > table input[name=com_formmail_check_safe] {
  margin-top: 0;
  width: 10px;
  vertical-align: middle;
}

table.base_formmail > tbody > tr.check_safe > td {
  padding: 0px !important;
}

table.base_formmail > tbody > tr.check_safe textarea {
  padding: 12px 16px !important;
  width: 100%;
  height: 150px;
  background-color: #f9f9f9;
  line-height: 1.42857143;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  color: #777;
  outline: 0;
}

table.base_formmail > tbody > tr.check_safe > td table td {
  padding-bottom: 5px;
}

table.base_formmail > tbody > tr.captcha_code {
  position: relative;
}

table.base_formmail > tbody > tr.captcha_code::after {
  content: "";
  display: block;
  clear: both;
}

table.base_formmail > tbody > tr.captcha_code td {
  float: left;
  font-size: 12px;
}


table.base_formmail > tbody > tr.captcha_code td:first-of-type {
  width: 20%;
}

table.base_formmail > tbody > tr.captcha_code td:last-of-type {
  width: 80%;
}

table.base_formmail > tbody > tr.captcha_code td:last-of-type br {
  display: none;
}

table.base_formmail > tbody > tr.captcha_code td:last-of-type input {
  margin-bottom: 5px;
}

table.base_formmail > tbody > tr.captcha_code td:last-of-type a {
  position: absolute;
  left: 0;
  bottom: 0;
}
