.customer-auth-container{min-height:100dvh;height:100dvh;display:flex;flex-direction:column;background:#fff;overflow:hidden}.customer-auth-wrapper{display:flex;flex:1;width:100%}@media(max-width:991px){.customer-auth-wrapper{flex-direction:column}}.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}@media(max-width:1200px){.customer-auth-card{padding:40px 32px}}@media(max-width:991px){.customer-auth-card{flex:1;max-width:100%;min-width:auto;padding:40px 24px}}.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:#333;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:#666}.auth-form .input-wrapper{position:relative}.auth-form .form-control{width:100%;padding:14px 16px;border:1px solid #CCCCCC;border-radius:8px;font-size:.875rem;color:#333;background:#fff;transition:all .2s}.auth-form .form-control::placeholder{color:#999}.auth-form .form-control:focus{outline:none;border-color:#1bcab0;box-shadow:0 0 0 3px #1bcab01a}.auth-form .form-control.is-invalid{border-color:#dc3545}.auth-form .password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;padding:4px}.auth-form .password-toggle:hover{color:#666}.auth-form .error-message{display:block;color:#dc3545;font-size:.75rem;margin-top:4px}.auth-form .error-message:empty{display:none}.form-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.checkbox-wrapper{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;color:#666}.checkbox-wrapper input[type=checkbox]{width:16px;height:16px;accent-color:#1BCAB0;cursor:pointer}.checkbox-wrapper .checkbox-label{-webkit-user-select:none;user-select:none}.forgot-link{color:#1bcab0;font-size:.875rem;text-decoration:none;font-weight:400}.forgot-link:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn.btn-primary{background:#1bcab0;color:#fff}.btn.btn-primary:hover{background:#16a691}.btn.btn-block{width:100%}.btn .btn-loader,.btn.loading .btn-text{display:none}.btn.loading .btn-loader{display:inline}.auth-divider{display:flex;align-items:center;margin:24px 0}.auth-divider span{flex:1;height:1px;background:#ccc}.social-login .social-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.social-login .social-btn.google{background:#333;border:none;color:#fff}.social-login .social-btn.google:hover{background:#4d4d4d}.social-login .social-btn.google i{font-size:18px}.auth-footer{text-align:center;margin-top:24px;color:#666;font-size:.875rem}.auth-footer p{margin:0}.auth-footer .register-link{color:#1bcab0;font-weight:500;text-decoration:none}.auth-footer .register-link:hover{text-decoration:underline}.customer-auth-decoration{flex:1;background:linear-gradient(135deg,#1bcab0,#128775);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media(max-width:991px){.customer-auth-decoration{display:none}}.customer-auth-decoration .decoration-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:32px}.customer-auth-decoration .decoration-image img.decoration-svg-image{width:100%;max-width:400px;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,.2))}@keyframes floatIn{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes glow{0%,to{filter:drop-shadow(0 20px 40px rgba(255,255,255,.1)) drop-shadow(0 0 20px rgba(255,255,255,.15))}50%{filter:drop-shadow(0 20px 40px rgba(255,255,255,.25)) drop-shadow(0 0 30px rgba(255,255,255,.35))}}.auth-page-footer{display:flex;align-items:center;justify-content:space-between;padding-top:24px;margin-top:auto}@media(max-width:991px){.auth-page-footer{padding-top:16px}}.auth-page-footer .footer-left{display:flex;align-items:center;gap:16px}.auth-page-footer .footer-logo{height:24px;width:auto}.auth-page-footer .footer-link{color:#1bcab0;font-size:.8rem;text-decoration:none}.auth-page-footer .footer-link:hover{text-decoration:underline}.auth-page-footer .footer-right{color:#666;font-size:.8rem}
