.file-input {
    display: none; /* Hide default input */
}

.file-label {
    display: block;
    width: 100%;
    height: 50px;
    border: 2px dashed #9b4aa9;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #9b4aa9;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.3s;
    color: #9b4aa9 !important;
}

.file-label:hover {
    background: #f9f0fa;
}
.captcha-container {
  display: flex;
  justify-content: center;  /* Center horizontally, or use flex-start */
  max-width: 100%;
  transform: scale(0.87);      /* Scale down if needed */
 
}