.register-container{display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:hidden}.register-form{margin-top:2rem;background-color:#f8f6f5;padding:2rem;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.3);max-width:400px;width:100%;color:#4b4b4b;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.register-title{font-size:24px;color:#7c34ab;font-weight:700;text-align:center;margin-bottom:.5rem}.register-subtitle{text-align:center;margin-bottom:2rem;font-size:14px;color:#6b7280}.register-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:14px}.register-row{display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap}.register-row .register-input-group{flex:1;min-width:45%}.register-input{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:6px;margin-bottom:1rem;font-size:14px}.register-button{width:100%;background-color:#7c34ab;color:white;padding:.75rem;border:none;border-radius:6px;font-weight:700;font-size:16px;cursor:pointer;transition:background-color .3s ease}.register-button:hover{background-color:#6b21a8}.register-footer{margin-top:1.5rem;text-align:center;font-size:14px}.register-link{color:#7c34ab;text-decoration:none;font-weight:700}.register-link:hover{text-decoration:underline}