.pageAuth{min-height:100vh;padding:0}.auth-page-container{display:flex;flex-direction:column;min-height:100vh}.auth-page-top{position:relative;background:var(--primary-color);overflow:hidden}.auth-page-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.4}.auth-page-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:80px 48px 60px;color:#fff}.auth-page-content .breadcrumb{margin-bottom:24px;background:0 0;padding:0}.auth-page-content .breadcrumb-item{color:rgba(255,255,255,.7)}.auth-page-content .breadcrumb-item a{color:#fff}.auth-page-content .breadcrumb-item.active{color:rgba(255,255,255,.9)}.auth-page-title{font-family:var(--font-serif);font-size:2.5rem;font-weight:600;margin-bottom:16px;color:#fff}.auth-page-desc{font-size:1.1rem;line-height:1.7;color:rgba(255,255,255,.85);max-width:680px}.auth-page-bottom{display:flex;align-items:center;justify-content:center;padding:10px 48px;background:#fff;flex:.5}.auth-page-form-wrapper{width:100%;max-width:500px}.auth-page-header{margin-bottom:32px;text-align:center}.auth-page-title-main{font-family:var(--font-serif);font-size:1.8rem;font-weight:600;color:var(--primary-color);margin:8px 0}.auth-page-subtitle{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin:0}.auth-page-footer{margin-top:32px;text-align:center}.auth-page-note{font-size:.9rem;color:var(--text-muted)}.auth-page-note a{color:var(--secondary-color);font-weight:600;text-decoration:none}.auth-page-note a:hover{text-decoration:underline}.field-error-msg{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:.82rem;color:var(--error-color)}.field-error-msg svg{flex-shrink:0}.field-error-msg .error-text{line-height:1.4}.input-error{border-color:var(--error-color)!important}@media (max-width:992px){.auth-page-content{padding:60px 32px 40px}.auth-page-title{font-size:2rem}.auth-page-desc{font-size:1rem}.auth-page-bottom{padding:40px 32px}}@media (max-width:576px){.auth-page-content{padding:40px 24px 32px}.auth-page-bottom{padding:32px 24px}.auth-page-title{font-size:1.6rem}.auth-page-title-main{font-size:1.4rem}.auth-page-form-wrapper{max-width:100%}}