/**
 * Login reCAPTCHA helper styles.
 *
 * Loaded only when the login design skin is not active but reCAPTCHA is enabled.
 */

.login .pdt-recaptcha-wrap {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  transform: scale(0.9);
  transform-origin: center;
}
