.customer-auth-container{min-height:100dvh;height:100dvh;display:flex;flex-direction:column;position:relative;background:linear-gradient(135deg,#fcc872,#f16a55 20%,#d487e4,#c359a3,#805ad9,#84c7f2,#2b6cd6 95%,#2da9e5);overflow:hidden}.customer-auth-container:before{content:"";position:absolute;inset:0;background:inherit;filter:blur(300px);z-index:0}.customer-auth-container:after{content:"";position:absolute;inset:0;background:#ffffffb3;z-index:0}.customer-auth-wrapper{display:flex;flex:1;width:100%;position:relative;z-index:1}@media(max-width:991px){.customer-auth-wrapper{flex-direction:column;align-items:center;justify-content:center;padding:16px}}.customer-auth-card{flex:0 0 25%;max-width:25%;min-width:380px;padding:60px 40px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;box-shadow:0 25px 50px #00000026}@media(max-width:1200px){.customer-auth-card{padding:40px 32px}}@media(max-width:991px){.customer-auth-card{flex:none;max-width:100%;min-width:auto;padding:40px 24px;border-radius:12px}}.auth-header{margin-bottom:40px;text-align:center}.auth-logo{margin-bottom:32px}.auth-logo img{width:100%;max-width:250px}.auth-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 8px}.auth-subtitle{font-size:.875rem;color:#aaa;margin:0}.auth-form .form-group{margin-bottom:20px}.auth-form .form-label{display:block;margin-bottom:6px;font-size:.8rem;font-weight:400;color:#1a1a1a}.auth-form .input-wrapper{position:relative}.auth-form .error-message{display:block;margin-top:4px;font-size:.75rem;color:#dc3545}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn.btn-block{width:100%}.btn.btn-primary{background:#2da9e5;color:#fafafa}.btn.btn-primary:hover:not(:disabled){background:#1a94d0}.btn.btn-primary:disabled{opacity:.7;cursor:not-allowed}.auth-footer{margin-top:32px;text-align:center}.auth-footer p{font-size:.875rem;color:#1a1a1a;margin:0}.auth-footer .back-link{color:#2b82d1;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:4px}.auth-footer .back-link:hover{text-decoration:underline}.auth-footer .back-link i{font-size:.75rem}.auth-page-footer{margin-top:auto;padding-top:32px;display:flex;justify-content:space-between;align-items:center}.auth-page-footer .footer-left{display:flex;align-items:center;gap:8px}.auth-page-footer .footer-logo{width:24px;height:24px}.auth-page-footer .footer-link{font-size:.75rem;color:#2b82d1;text-decoration:none}.auth-page-footer .footer-link:hover{text-decoration:underline}.auth-page-footer .footer-right{font-size:.75rem;color:#1a1a1a}.customer-auth-decoration{flex:1;background:transparent;position:relative;overflow:hidden}@media(max-width:991px){.customer-auth-decoration{display:none}}.customer-auth-decoration .decoration-image{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:32px}.customer-auth-decoration .decoration-image img.decoration-svg-image{width:100%;max-width:380px;height:auto;object-fit:contain;animation:floatIn 3.5s ease-in-out infinite,glow 4s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}@keyframes floatIn{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes glow{0%,to{filter:drop-shadow(0 20px 40px rgba(0,0,0,.15)) drop-shadow(0 0 15px rgba(255,255,255,.1))}50%{filter:drop-shadow(0 20px 40px rgba(0,0,0,.15)) drop-shadow(0 0 30px rgba(255,255,255,.25))}}
