.auth-container{min-height:100vh;background:#df1683;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.auth-background{width:100%;max-width:500px;position:relative}.auth-card{background:transparent;border-radius:0;box-shadow:none;overflow:visible;animation:authCardIn .6s cubic-bezier(.4,0,.2,1);max-width:500px;width:100%}@keyframes authCardIn{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-header{background:transparent;padding:2rem 0 4rem;text-align:center;position:relative}.auth-logo{display:flex;align-items:center;justify-content:center;margin-bottom:0}.logo-img{width:18rem;max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.logo-text{font-family:Gotham;font-weight:700;font-style:normal;color:#ffb600;font-size:2rem;margin:0;letter-spacing:1px;position:relative}.logo-text .soft{color:#fff;position:relative}.logo-text .soft:after{content:"";position:absolute;top:-2px;right:-8px;width:4px;height:4px;background:#ffb600;border-radius:50%}.auth-subtitle{display:none}.auth-content{padding:0}.auth-form{display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto}.auth-form .form-group{margin-bottom:1.5rem;width:100%}.auth-form .form-label{display:none}.auth-form .form-input{width:100%;max-width:600px;padding:.6rem 1.5rem;border:3px solid #ffb600;border-radius:50px;font-size:1rem;font-family:Gotham Rounded;font-weight:500;font-style:normal;transition:all .3s ease;background:#fff;color:#333;height:40px;box-sizing:border-box}.auth-form .form-input:focus{outline:none;border-color:#ffb600;background:#fff;box-shadow:0 0 0 3px #ffb6001a}.auth-form .form-input::-moz-placeholder{color:#999}.auth-form .form-input::placeholder{color:#999}.auth-form .form-input.is-invalid{border-color:#df1683;background:#fff}.auth-form .form-input.is-invalid:focus{border-color:#df1683;box-shadow:0 0 0 3px #df16831a}.auth-form .form-check{display:flex;align-items:center;gap:.5rem;padding-left:0}.auth-form .form-check .form-check-input{width:18px;height:18px;border:1px solid #fff;border-radius:4px;cursor:pointer;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:all .3s ease;flex-shrink:0;margin:0;align-self:center}.auth-form .form-check .form-check-input:focus{outline:none;box-shadow:0 0 0 3px #ffb6004d}.auth-form .form-check .form-check-input:checked{background-color:#ffb600;border-color:#ffb600;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");background-size:90%;background-position:center;background-repeat:no-repeat}.auth-form .form-check .form-check-input:checked:focus{box-shadow:0 0 0 3px #ffb60066}.auth-form .form-check .form-check-label{font-family:Gotham Rounded;font-weight:500;font-style:normal;color:#fff;font-size:.9rem;cursor:pointer;line-height:1;display:flex;align-items:center}.auth-form .form-actions{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:1rem}.auth-form .form-actions .right-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.auth-form .form-actions .forgot-link{font-family:Gotham Rounded;font-weight:400;font-style:normal;color:#ffb600;text-decoration:none;font-size:.9rem;transition:color .3s ease;white-space:nowrap}.auth-form .form-actions .forgot-link:hover{color:#fff;text-decoration:none}.auth-form .btn-login{background:#ffb600;color:#fff;border:none;border-radius:50px;font-size:1rem;font-family:Gotham Rounded;font-weight:500;font-style:normal;cursor:pointer;transition:all .3s ease;min-width:110px;height:40px;width:auto;white-space:nowrap}.auth-form .btn-login:hover{background:#cc9200;transform:translateY(-2px);box-shadow:0 8px 25px #ffb6004d}.auth-form .btn-login:active{transform:translateY(0)}.auth-footer{display:none}.auth-alert{padding:1rem 1.2rem;border-radius:12px;margin-bottom:1.5rem;font-family:Gotham;font-weight:400;font-style:normal;font-size:.9rem;width:100%;box-sizing:border-box}.auth-alert.alert-success{background:#eafbe7;color:#3aaa35;border:1px solid #3aaa35}.auth-alert.alert-danger{background:#ffe6f4;color:#df1683;border:1px solid #DF1683}.auth-error{color:#df1683;font-size:.8rem;font-family:Gotham;font-weight:400;font-style:normal;margin-top:.5rem;display:block}.auth-footer-text{font-family:Gotham;font-weight:400;font-style:normal;color:#878787;font-size:.9rem;margin:0}@media (max-width: 768px){.auth-container{padding:1.5rem}.auth-card{max-width:100%}.logo-img{width:14rem}.auth-form{max-width:100%}.auth-form .form-input{max-width:100%;font-size:.95rem}.auth-form .form-actions{flex-direction:column;align-items:stretch;gap:1rem}.auth-form .form-actions .right-actions{justify-content:center;flex-wrap:wrap}.auth-form .btn-login{width:100%;max-width:200px}}@media (max-width: 480px){.auth-container{padding:1rem}.auth-header{padding:1.5rem 0 3rem}.logo-img{width:12rem}.auth-form .form-input{padding:.5rem 1.2rem;font-size:.9rem;height:38px}.auth-form .form-check .form-check-input{width:16px;height:16px}.auth-form .form-check .form-check-label{font-size:.85rem}.auth-form .form-actions{gap:.8rem}.auth-form .form-actions .forgot-link{font-size:.85rem}.auth-form .btn-login{font-size:.95rem;height:38px;min-width:100px}.auth-alert{padding:.8rem 1rem;font-size:.85rem}.auth-error{font-size:.75rem}}@media (max-width: 360px){.auth-container{padding:.8rem}.auth-header{padding:1rem 0 2rem}.logo-img{width:10rem}.auth-form .form-input{padding:.4rem 1rem;font-size:.85rem;height:36px}.auth-form .form-actions .right-actions{flex-direction:column;align-items:center;gap:.5rem}.auth-form .btn-login{font-size:.9rem;height:36px}}@media (min-width: 1200px){.auth-container{padding:3rem}.auth-background,.auth-card{max-width:600px}.logo-img{width:20rem}.auth-form{max-width:700px}.auth-form .form-input{max-width:700px;font-size:1.1rem;height:45px;padding:.7rem 1.8rem}.auth-form .btn-login{font-size:1.1rem;height:45px;min-width:130px}}@media (max-width: 768px) and (orientation: landscape){.auth-container{padding:1rem}.auth-header{padding:1rem 0 2rem}.logo-img{width:10rem}.auth-form .form-group{margin-bottom:1rem}.auth-form .form-actions{flex-direction:row;align-items:center}}
