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