.form-container{width:100%;max-width:900px;margin:0 auto;padding:15px;background:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}form{display:flex;flex-wrap:wrap;justify-content:space-between}.input-field,.select-field{width:48%;padding:8px;margin:10px 0;border:1px solid #ccc;border-radius:5px;font-size:14px}.input-field.full-width,.select-field.full-width{width:100%}textarea{resize:vertical}.submit-button{background-color:#28a745;color:white;padding:10px 15px;border:none;border-radius:5px;cursor:pointer;margin-top:10px}.submit-button:hover{background-color:#218838}.captcha-wrapper{display:flex;align-items:center;width:100%;justify-content:end}.captcha-image{margin-right:10px}.button-group{text-align:right;width:100%}.file-captcha-group{display:flex;justify-content:space-between;align-items:center;width:100%}.select-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;color:#333;font-size:14px;padding:8px;border:1px solid #ccc;border-radius:5px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,7"/></svg>') no-repeat right 10px center;background-size:10px 10px}.select-field option:first-child{color:#999}.select-field option:disabled{display:none}@media (max-width:768px){.input-field,.select-field{width:100%}.file-captcha-group{flex-direction:column}}#loadingIndicator hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}