/**
 * reCAPTCHA Enterprise — branding message styles.
 */
.recaptcha-enterprise-branding {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #666;
  line-height: 1.4;
  padding: 0 1rem;
}

.recaptcha-enterprise-branding p {
  margin: 0;
}

.recaptcha-enterprise-branding a {
  color: inherit;
  text-decoration: underline;
}

.recaptcha-enterprise-message.messages.messages--error p {
  padding-top: 0;
}

.messages--error {
  color: #a12622;
  background-color: #fdf3f2;
  border: 1px solid #e62717;
  border-left: 5px solid #e62717;
  border-radius: 4px;
  padding: 1em 1em 1em 3.5em;
  position: relative;
}


