/* Styles for the captcha container */
#captcha-image {
    width: 200px;
    height: 100px;
    border: 1px solid #000;
    margin-bottom: 10px;
  }
  
 