body{background-color:#f3f4f6;margin:0}.main-container{display:flex;align-items:center;justify-content:center;padding:2rem 1rem;min-height:100vh;box-sizing:border-box}.form-wrapper{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;border-radius:.5rem;background-color:#fff;padding:2.5rem 1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);box-sizing:border-box}.form-image{margin-bottom:3rem;width:100%;border-radius:.5rem}.form-header{margin-bottom:2rem;text-align:center}.form-title{font-size:1.875rem;font-weight:600;color:#1f2937}.form-description{margin-top:1.2rem;font-size:.875rem;color:#1f2937;line-height:1.5}.form-group{margin-bottom:.5rem}.form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#4b5563}.form-input,.form-select,.form-textarea{width:100%;border-radius:.375rem;border:1px solid #d1d5db;padding:.5rem;font-size:.875rem;color:#1f2937;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#80bdff;box-shadow:0 0 0 1px #80bdff;outline:none}.consent-group{display:flex;align-items:center;margin-bottom:1.5rem}.form-checkbox{height:1rem;width:1rem;color:#4f46e5}.consent-label{margin-left:.5rem;font-size:.875rem;color:#4b5563}.submit-btn{width:100%;border-radius:.375rem;background-color:#034e8e;padding:.75rem 1.5rem;font-weight:500;color:#fff;border:none;cursor:pointer;transition:background-color .3s,box-shadow .3s}.submit-btn:hover{background-color:#80bdff}.submit-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(99,102,241,.5)}