.g-recaptcha {
  display: flex;
  justify-content: center;
}
.txt-error-recaptcha{
    color: #c00;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    font-size: 11px;
    &:first-of-type{
      margin-top: 10px;
    }
}