.form-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-bottom:20px}.form-col{flex:0 0 48%;display:flex;flex-direction:column}.form-col label{font-weight:600;margin-bottom:5px;color:#fff}.form-control{padding:10px;border-radius:5px;border:1px solid #ccc;background:#fff;color:#000}.submit-button{padding:12px 24px;background:#fff;color:#800045;border:2px solid #800045;font-weight:bold;border-radius:6px;cursor:pointer;width:100%}