#site-icon {
  height: 120px;
  width: 120px;
  border-radius: 50px;
}

/* Style the captcha image */
img.captcha {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-right: 10px; /* Add some space between the image and input */
}

/* Style the text input field */
#id_captcha_1 {
  display: inline-block; /* Or 'block' depending on your layout */
  width: 150px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db; /* Tailwind gray-300 */
  border-radius: 0.375rem; /* Tailwind rounded-md */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
