body{background:#f3f4f6;min-height:100vh}.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.auth-card{display:flex;flex-direction:row;width:100%;max-width:1060px;min-height:620px;border-radius:20px;overflow:visible;box-shadow:none;position:relative;gap:5.5rem}.auth-form-col{flex:0 0 520px;width:100%;max-width:520px;display:flex;flex-direction:column;justify-content:center;padding:3rem 3.5rem;background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,8%);position:relative;z-index:2}.auth-image-col{flex:0 0 520px;max-width:520px;position:sticky;top:2rem;align-self:flex-start;height:calc(100vh - 4rem);min-height:520px;overflow:hidden;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.auth-image-col img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.auth-image-col::after{content:'';position:absolute;inset:0;background:linear-gradient(150deg,rgba(var(--bs-primary-rgb),.28) 0%,rgba(var(--bs-primary-rgb),0) 42%),linear-gradient(to top,rgba(15,15,35,.88) 0%,rgba(15,15,35,.5) 26%,rgba(15,15,35,0) 58%)}.auth-image-overlay{position:absolute;bottom:2.5rem;left:2rem;right:2rem;z-index:2;color:#fff}.auth-image-overlay h2{color:#fff;font-size:1.6rem;font-weight:700;line-height:1.3;letter-spacing:-.01em;margin-bottom:.55rem;text-shadow:0 1px 16px rgba(0,0,0,.45)}.auth-image-overlay p{font-size:.92rem;opacity:.95;margin:0;text-shadow:0 1px 10px rgba(0,0,0,.4)}.auth-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:2.8rem;text-decoration:none}.auth-logo svg{width:38px;height:38px;flex-shrink:0}.auth-logo-name{font-size:1.25rem;font-weight:700;color:var(--bs-primary);letter-spacing:-.3px}.auth-title{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.4rem;letter-spacing:-.4px}.auth-subtitle{font-size:.95rem;color:#6b7280;margin-bottom:2.2rem}.form-label{font-size:.82rem;font-weight:600;color:#374151;margin-bottom:.45rem;letter-spacing:.02em;text-transform:uppercase}.form-control{border:1.5px solid #e5e7eb;border-radius:10px;padding:.75rem 1rem;font-size:.97rem;color:#111827;background:#f9fafb;transition:border-color .2s,box-shadow .2s,background .2s}.form-control:focus{border-color:var(--bs-primary);background:#fff;box-shadow:0 0 0 3.5px rgba(var(--bs-primary-rgb),.12);outline:none}.form-control::placeholder{color:#9ca3af;font-size:.93rem}.password-wrapper{position:relative}.password-wrapper .form-control{padding-right:3rem}.btn-toggle-password{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);background:0 0;border:none;color:#9ca3af;cursor:pointer;padding:.2rem;transition:color .2s;line-height:1}.btn-toggle-password:hover{color:var(--bs-primary)}.btn-auth{background:var(--gradient-primary);border:none;border-radius:10px;padding:.82rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;width:100%;margin-top:1.4rem;transition:opacity .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 15px rgba(var(--bs-primary-rgb),.35);letter-spacing:.01em}.btn-auth:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 6px 20px rgba(var(--bs-primary-rgb),.45)}.btn-auth:active{transform:translateY(0)}.auth-footer-text{text-align:center;font-size:.9rem;color:#6b7280;margin-top:1.5rem}.auth-footer-text a{color:var(--bs-primary);font-weight:600;text-decoration:none;transition:color .2s}.auth-footer-text a:hover{color:var(--m-brand-violet-dark)}@media(max-width:991.98px){.auth-wrapper{padding:1.5rem 1rem;align-items:flex-start}.auth-card{flex-direction:column;gap:1.5rem;min-height:auto}.auth-form-col,.auth-image-col{flex:none;width:100%;max-width:100%}.auth-image-col{order:-1;height:220px;min-height:0;position:relative;top:0;align-self:auto}.auth-image-col img{object-position:center 25%}.auth-image-overlay{bottom:1.25rem;left:1.25rem;right:1.25rem}.auth-image-overlay h2{font-size:1.3rem}}@media(max-width:767.98px){.auth-image-col{height:165px}.auth-image-overlay h2{font-size:1.2rem;margin-bottom:0}.auth-image-overlay p{display:none}}@media(max-width:575.98px){.auth-wrapper{padding:1rem .75rem}.auth-form-col{padding:2rem 1.25rem}.auth-title{font-size:1.45rem}}