/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/
:root {
  --altcha-border-width: 1px;
  --altcha-border-radius: .5rem;
  --altcha-color-base: rgba(255, 255, 255, 0.05);
  --altcha-color-border: rgba(255, 255, 255, 0.05);
  --altcha-color-text: #fff;
  --altcha-color-border-focus: currentColor;
  --altcha-color-error-text: #ef4444;
  --altcha-color-footer-bg: #f4f4f4;
  --altcha-max-width: 540px;
}

.mask-img {
  filter: brightness(1.35);
}