/* frontoffice css */
.captcha-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
      flex-direction: column;
    align-items: flex-start;
}
.captcha-box input {
  height: 40px;
  max-width: 120px;
}
.captcha-box-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 5px;
}
.captcha-box-image .captcha-refresh-btn {
  margin-left: 3px;
  margin-right: 10px;
  cursor: pointer;
}
.gc_captcha_register .col-sm-12 {
    display: flex;
}
.gc_captcha_newsletter-row {
  margin-top: 10px;
}
#login-form .gc_captcha_input {
  width: 135px;
}
.captcha-box .text-captcha {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.text-captcha .col-3:not(:first-child) {
      margin-left: 7px;
}
.captcha-box.col-sm-12 {
  display: flex;
  align-items: flex-start;
}

.captcha-box.image-captcha {
  flex-direction: row;
}

.text-captcha .gc_captcha_input {
  width: 40px !important;
  min-width: 40px !important;
  height: 30px !important;
  min-height: 40px !important;
  margin-right: 7px;
  float: left;
  font-size: 15px;
  padding: 0.5rem 0.5rem;
  text-align: center;
}

.text-captcha-info {
  font-size: 0.70rem;
  margin-top: 5px !important;
}
