.registerForm-container-left-content-form{display:flex;gap:20px;border-radius:4px;border:1px solid var(--warm-300);background:var(--surface);padding:20px;flex-direction:column;justify-content:center;align-self:stretch}.registerForm-container-left-content-form-item{width:100%;display:flex;flex-direction:column;gap:8px}.registerForm-container-left-content-form-item-label{font-weight:600;color:var(--warm-900);font-size:11px;font-family:var(--font-sans)}.registerForm-container-left-content-form-item-row{width:100%;display:flex;flex-direction:row;gap:10px}.registerForm-container-left-content-form-item-error{font-size:12px;color:var(--status-lost)}