.aliyun-captcha2-wrap {
  margin: 0 0 5px;
  width: 100%;
}
.aliyun-captcha2-box {
  width: 100%;
  min-height: 40px;
  overflow: visible;
}

/* 默认 WordPress 登录表单内容区约 272px，放不下验证码最小宽度 320px，
   在登录/注册/找回密码页适当加宽登录框，避免验证码被裁切遮挡。 */
body.login #login {
  width: 368px;
}
