.form-container{place-content:center;padding:2rem;display:grid}.registration-form{background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;flex-direction:column;gap:2rem;width:fit-content;padding:2rem;display:flex}.form-title{text-align:center;color:#888;font-size:2.2rem}.form-sections{flex-wrap:wrap;gap:2rem;display:flex}.form-section{flex-direction:column;gap:1rem;display:flex}.section-title{border-bottom:1px solid #ddd;margin-bottom:10px;padding-bottom:5px;font-size:20px}.form-label{cursor:pointer;flex-direction:column;display:flex}.form-label:has(.form-checkbox){flex-direction:row;gap:1rem;margin:0;display:flex}.form-input,.form-checkbox{box-sizing:border-box;border:1px solid #ccc;border-radius:4px;padding:8px}.form-input[type=checkbox]{width:2rem;height:2rem}.form-submit-button{color:#f9f6ef;cursor:pointer;background-color:#007bff;border:none;border-radius:4px;width:100%;padding:10px;font-size:1.5rem;font-weight:700;transition:all .5s}.form-submit-button:hover{background-color:#0056b3}@media (max-width:540px){.form-section{width:100%}}
