.vendor-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#06f;padding:2rem}.content-wrapper{width:100%;max-width:1440px;display:flex;align-items:stretch;gap:4rem;margin:0 auto;min-height:750px}.banner-image{object-fit:cover}.banner-image,.vendor-form{flex:1;max-width:600px;height:750px;border-radius:16px}.vendor-form{background:#fff;padding:3rem 4rem;display:flex;flex-direction:column;gap:2rem}.page-title{color:#06f;font-size:2rem;font-weight:600;text-align:center;margin-top:1rem;margin-bottom:2rem}.form-fields{display:flex;flex-direction:column;gap:2rem;flex-grow:1}.form-input{background:#f2f2f2;border:none;border-radius:8px;padding:1.5rem;font-size:1.1rem;color:#333;height:4rem}.form-input::placeholder{color:#666}.submit-button-register{background:#06f;color:#fff;width:100%;padding:1.5rem;border-radius:20px;font-size:1.1rem;font-weight:500;margin-top:auto;margin-bottom:1rem;transition:background-color .2s;height:4rem}.submit-button-register:hover{background:#0052cc}.submit-button-register:disabled{background:#ccc;cursor:not-allowed}.form-logo{display:none;margin:0 auto .7rem;background:#0c6aff;padding:1rem;border-radius:8px}@media (max-width:1220px){.content-wrapper{flex-direction:column;gap:2rem;min-height:auto}.banner-image{display:none}.form-logo{display:block}.vendor-form{width:100%;max-width:800px;margin:0 auto;height:auto;min-height:600px}}@media (max-width:1024px){.content-wrapper{flex-direction:column;gap:2rem;min-height:auto}.banner-image{max-width:480px;height:auto}.vendor-form{width:100%;height:auto;padding:2.5rem;min-height:600px}}@media (max-width:640px){.vendor-container{padding:1rem}.banner-image{max-width:300px}.vendor-form{padding:1.5rem}.page-title{font-size:1.75rem}}