.captcha-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  cursor: pointer;
  user-select: none;
}