.register-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;background-image:url(/corporate.png);background-repeat:no-repeat;background-position:50%;background-size:cover}.overlay{position:absolute;inset:0;z-index:0}.register-form-container{position:relative;z-index:10;width:100%;max-width:420px;background:#fff;color:#1f2937;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.15);padding:2.5rem 2rem}.register-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:var(--tp-blue)}.error-message{color:#dc2626;margin-bottom:1rem}.form-fields{display:flex;flex-direction:column;gap:1rem}.form-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.form-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;outline:none}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.4)}.form-submit{width:100%;background-color:var(--tp-blue);color:#fff;font-weight:600;padding:.5rem;border-radius:.375rem;transition:background-color .2s ease}.form-submit:hover{background-color:var(--tp-blue-hover)}