/*.captcha-info{display:none;}*/
.recaptcha-wrapper {
  overflow: hidden;
  background-color: #F9F9F9;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
  height: 70px;
  position: relative;
  border: 1px solid #d3d3d3;
  color: #000;
  max-width:320px;
  overflow: hidden;
}
.recaptcha-info {
  background-size: 32px;
  height: 32px;
  margin: 0 13px 0 13px !important;
  position: absolute;
  right: 8px;
  top: 9px;
  width: 32px;
  background-image: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
  background-repeat: no-repeat;
}
.rc-anchor-logo-text {
  color: #9b9b9b;
  cursor: default;
  font-family: Roboto,helvetica,arial,sans-serif !important;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 10px;
  margin-top: 5px !important;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 37px;
}
.rc-anchor-checkbox-label {
  font-family: Roboto,helvetica,arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  left: 50px;
  top: 26px;
  position: absolute;
  color: black;
}
.rc-anchor .rc-anchor-normal .rc-anchor-light {
  border: none;
}
.recaptcha-wrapper .rc-anchor-pt {
  color: #9b9b9b;
  font-family: Roboto,helvetica,arial,sans-serif !important;
  font-size: 8px !important;
  font-weight: 400;
  right: 10px;
  top: 53px;
  position: absolute;
}
.recaptcha-wrapper .rc-anchor-pt a{
  font-size: 8px !important;	
}
.rc-anchor-pt a:link {
    color: #9b9b9b;
    text-decoration: none;
    }

.g-recaptcha {
    width: 150px;
    overflow: hidden;
    float: left;
    margin-left: 6px;
 }
.g-recaptcha> div {
    width: 46px;
    height: 30px;
    background-color:  #F9F9F9;
    overflow: hidden;
    transform: translate3d(-7px, -3px, 0px);
}
.req-star-captcha{
	position:absolute;
	top: 25px;
    left: 143px;
}
.recaptcha-wrapper.recap-error .req-star-captcha{
	color:#f11f1f;
}
.recaptcha-wrapper.recap-error{
  border-color:#f11f1f;
}

 .recaptcha-wrapper,
 .recaptcha-wrapper{
	height: 45px;
}
 .g-recaptcha > div,
 .g-recaptcha > div{
	transform: translate3d(-7px, -13px, 0px);
}
 .recaptcha-info,
.recaptcha-info{
    background-size: 22px;
    height: 22px;
    width: 22px;
    top: 2px;
}
 .rc-anchor-logo-text,
 .rc-anchor-logo-text{
	right: 6px;
    top: 20px;
}
 .recaptcha-wrapper .rc-anchor-pt,
.recaptcha-wrapper .rc-anchor-pt{
    right: 7px;
    top: 34px;
}