body.register-page{background-color:#f8f9fa}.register-container{max-width:700px;margin:3rem auto;padding:2.5rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 16px #00000014;border:1px solid #e9ecef}.register-logo{display:flex;justify-content:center;margin-bottom:2rem}.register-title{text-align:center;font-size:2rem;font-weight:700;color:#036;margin-bottom:1.5rem}.register-form .block{margin-bottom:1.25rem}.register-form label{font-weight:500;color:#333}.register-form input,.register-form select{border:1px solid #ced4da;border-radius:8px;padding:.75rem 1rem;font-size:1rem;background:#f8f9fa;color:#333;transition:border-color .2s}.register-form input:focus,.register-form select:focus{border-color:var(--primary-color);background:#fff;outline:none}.register-form .x-primary-button,.register-form button[type=submit]{background:var(--primary-color);color:#fff;border:none;border-radius:8px;padding:.75rem 0;font-size:1.1rem;font-weight:600;width:100%;margin-top:1rem;transition:background .2s}.register-form .x-primary-button:hover,.register-form button[type=submit]:hover{background:var(--accent-color)}.register-form .text-red-600{color:#dc3545;font-size:.95rem;margin-top:.5rem}.auth-container{width:100%;max-width:28rem;margin:1.5rem auto;padding:1.5rem;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-radius:.5rem}.auth-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.auth-logo img{height:6rem}.auth-title{text-align:center;margin-bottom:2rem}.auth-subtitle{color:#4b5563;font-size:.875rem;margin-bottom:.5rem}.auth-heading{color:#1f2937;font-size:1.5rem;font-weight:700}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-input-group{position:relative}.auth-input-icon{position:absolute;top:0;bottom:0;left:0;padding-left:.75rem;display:flex;align-items:center;pointer-events:none}.auth-input-icon svg{width:1.25rem;height:1.25rem;color:#9ca3af}.auth-input{width:100%;padding:.5rem .75rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#1f2937;background-color:#fff}.auth-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f680}.auth-button{width:100%;padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out}.auth-button:hover{background-color:#1d4ed8}.auth-button:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.auth-error{margin-top:.5rem;color:#dc2626;font-size:.875rem}
