.register_pageContainer__bPCyX{min-height:calc(100vh - 4rem);display:flex;align-items:center;justify-content:center;background-color:#eef2f9;padding:2rem 1rem}.register_formWrapper__xE1uv{background-color:#ffffff;padding:2.5rem;border-radius:.75rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);width:100%;max-width:28rem;margin:0 auto}.register_title__TYlJe{margin-bottom:2rem;text-align:center;font-size:1.875rem;line-height:2.25rem;font-weight:700;color:#1f2937}.register_form___Md_a{display:flex;flex-direction:column;gap:1.5rem}.register_inputField___01Mr{position:relative}.register_input__LtsNh{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;color:#1f2937;background-color:#f9fafb;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.register_input__LtsNh::placeholder{color:#9ca3af}.register_input__LtsNh:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(99,102,241,.2);background-color:#fff}.register_button__6_pQO{display:flex;justify-content:center;align-items:center;width:100%;padding:.75rem 1rem;border:1px solid transparent;font-size:1rem;font-weight:600;border-radius:.375rem;color:white;background-color:#4f46e5;cursor:pointer;transition:background-color .2s ease-in-out,opacity .2s ease-in-out}.register_button__6_pQO:hover:not(:disabled){background-color:#4338ca}.register_button__6_pQO:disabled{background-color:#a5b4fc;cursor:not-allowed;opacity:.7}.register_buttonSpinner__VVRtX{animation:register_spin__w3iz4 1s linear infinite;margin-right:.75rem;height:1.25rem;width:1.25rem}@keyframes register_spin__w3iz4{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.register_linkContainer__fsQ_c{font-size:.875rem;text-align:center;margin-top:1.5rem}.register_link__PhyKP{font-weight:500;color:#4f46e5;text-decoration:none;transition:color .15s ease-in-out}.register_link__PhyKP:hover{color:#3730a3;text-decoration:underline}.register_messageCard__yf8nM{padding:.75rem 1rem;margin-bottom:1.5rem;border-left-width:4px;border-radius:.375rem;font-size:.875rem}.register_errorMessage__tJZz7{background-color:#fee2e2;border-color:#ef4444;color:#b91c1c}.register_successMessage__DvWPQ{background-color:#dcfce7;border-color:#22c55e;color:#15803d}