
.smart-wrap .smart-container .section.row-captcha .col-captcha .form-group {
  position: relative;
  display: block;
}
@media (max-width: 414.98px) {
  .smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .content-captcha .row .col {
    width: 100% !important;
  }
  .smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .captcha-img {
    width: calc(100% - 50px) !important;
    height: 66px !important;
  }
  .smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .btn-refresh {
    height: 66px !important;
  }
}
.smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .content-captcha {
  position: relative;
  width: 100%;
}
.smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .content-captcha .row {
  margin: auto;
  width: 100%;
}
.smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .content-captcha .row .col {
  width: 300px;
  padding: 0;
}
.smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .content-captcha .row .col input {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .captcha-img {
  position: relative;
  width: 250px;
  height: 75px;
  float: left;
  background: #fafafa;
}
.smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .captcha-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
}
.smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .btn-refresh {
  float: left;
  text-align: center;
  width: 50px;
  height: 75px;
  margin: 0;
  padding: 5px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.smart-wrap .smart-container .section.row-captcha .col-captcha .form-group .btn-refresh i {
  margin: 0;
}