.container{background-color:#fff;border-radius:8px;max-width:500px;margin:2rem auto;padding:2rem;box-shadow:0 2px 4px #0000001a}h1{text-align:center;color:var(--bg);margin-bottom:2rem}.form-group{margin-bottom:1.5rem}label{color:var(--textSoft);margin-bottom:.5rem;font-weight:500;display:block}input[type=text],input[type=email],input[type=password]{border:1px solid var(--bgSoft);border-radius:4px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}input:focus{border-color:var(--bgSoft);outline:none;box-shadow:0 0 0 2px #4a90e233}.error{color:#dc3545;margin-top:.25rem;font-size:.875rem}.submit-error{background-color:#fff5f5;border:1px solid #dc3545;border-radius:4px;margin-bottom:1rem;padding:.5rem}.checkbox{align-items:center;display:flex}.checkbox label{align-items:center;gap:.5rem;margin:0;display:flex}.checkbox input[type=checkbox]{width:1.25rem;height:1.25rem}.submit-button{background-color:var(--bg);width:100%;color:var(--text);cursor:pointer;border:none;border-radius:4px;padding:.75rem;font-size:1rem;font-weight:500;transition:background-color .2s}.submit-button:hover{background-color:#357abd}.submit-button:disabled{cursor:not-allowed;background-color:#ccc}.form-footer{text-align:center;margin-top:1.5rem;font-size:.9rem}.form-footer a{color:var(--bg);text-decoration:none}.form-footer a:hover{text-decoration:underline}.divider{color:var(--textSoft);margin:0 .5rem}