.login_screenWrapper__d9whO{display:flex;justify-content:center;align-items:center;min-height:100vh;min-height:100dvh;background-color:#121212;padding:0;width:100vw;overflow-x:hidden}@media (min-width:640px){.login_screenWrapper__d9whO{background:radial-gradient(circle at center,#262626 0,#111111 100%);padding:1.5rem}}.login_phoneContainer__ISwpY{position:relative;width:100%;max-width:440px;min-height:100vh;min-height:100dvh;background-color:#ffffff;background-image:url(/img/fundo-login.png);background-repeat:no-repeat;background-position:100% 100%;background-size:cover;display:flex;flex-direction:column;align-items:center;padding:2.5rem 1.75rem 1.75rem;box-sizing:border-box}@media (min-width:640px){.login_phoneContainer__ISwpY{min-height:auto;height:860px;max-height:94vh;border-radius:36px;box-shadow:0 24px 60px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.08);overflow-y:auto}}.login_logoWrapper__6BvGq{margin-top:.5rem;margin-bottom:.75rem;display:flex;justify-content:center;align-items:center}.login_logoImage__HoPKN{object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.08))}.login_header__6nr4p{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin-bottom:1.5rem}.login_title__r1aBc{font-family:"Bebas Neue",var(--font-bebas),"Anton","Impact",sans-serif;font-size:2.35rem;line-height:1.05;letter-spacing:1.5px;text-transform:uppercase;margin:0;display:flex;gap:.4rem;align-items:center;justify-content:center}.login_titleDark__35QLf{color:#111111}.login_titleRed__9pZsc{color:#c61010}.login_accentBar__C4Tr2{width:44px;height:3.5px;background-color:#c61010;border-radius:4px;margin:.5rem auto .65rem}.login_subtitle__JqAz7{font-family:"Roboto Condensed",var(--font-roboto-condensed),sans-serif;font-size:.95rem;color:#666666;font-weight:500;max-width:290px;line-height:1.35}.login_errorMessage____0Gr{background-color:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:.75rem 1rem;border-radius:12px;margin-bottom:1.25rem;width:100%;font-size:.875rem;text-align:center;font-weight:600;box-shadow:0 2px 6px rgba(185,28,28,.08)}.login_form__NY6Qf{width:100%;display:flex;flex-direction:column;gap:1.15rem;z-index:2}.login_inputCard___2FFy{background:rgba(255,255,255,.95);border:1.5px solid #e8eaed;border-radius:16px;padding:.65rem 1rem;display:flex;align-items:center;gap:.85rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px rgba(0,0,0,.03)}.login_inputCard___2FFy:focus-within{border-color:#c61010;box-shadow:0 0 0 3.5px rgba(198,16,16,.12);background:#ffffff}.login_iconContainer__LqQAM{display:flex;align-items:center;justify-content:center;color:#c61010;flex-shrink:0}.login_fieldIcon__jcNdO{color:#c61010}.login_inputInner__K20Pl{display:flex;flex-direction:column;flex:1 1;min-width:0}.login_fieldLabel__fj7vS{font-family:Oswald,Roboto Condensed,sans-serif;font-size:.72rem;font-weight:700;color:#111111;letter-spacing:.06em;line-height:1;margin-bottom:.2rem;text-transform:uppercase}.login_fieldInput__UQsZB{border:none;outline:none;background:transparent;font-family:Roboto Condensed,sans-serif;font-size:.95rem;color:#111827;font-weight:500;width:100%;padding:0}.login_fieldInput__UQsZB::placeholder{color:#9ca3af;font-weight:400}.login_passwordToggle__YAe7c{background:none;border:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:6px;transition:color .15s ease;flex-shrink:0}.login_passwordToggle__YAe7c:hover{color:#111827}.login_optionsRow__OqQ9S{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:-.15rem;margin-bottom:.35rem;padding:0 .25rem}.login_checkboxContainer__LyOY_{display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;gap:.5rem}.login_checkboxInput__OsSvb{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.login_customCheckmark__60iAt{height:18px;width:18px;background-color:#ffffff;border:1.5px solid #d1d5db;border-radius:5px;display:inline-block;position:relative;transition:all .15s ease}.login_checkboxContainer__LyOY_:hover .login_customCheckmark__60iAt{border-color:#c61010}.login_checkboxInput__OsSvb:checked~.login_customCheckmark__60iAt{background-color:#c61010;border-color:#c61010}.login_customCheckmark__60iAt:after{content:"";position:absolute;display:none;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.login_checkboxInput__OsSvb:checked~.login_customCheckmark__60iAt:after{display:block}.login_checkboxText__0hgjI{color:#4b5563;font-weight:500}.login_checkboxText__0hgjI,.login_forgotPassword__J4MxT{font-family:Roboto Condensed,sans-serif;font-size:.85rem}.login_forgotPassword__J4MxT{color:#c61010;font-weight:600;text-decoration:none;transition:opacity .15s ease}.login_forgotPassword__J4MxT:hover{text-decoration:underline;opacity:.9}.login_submitButton__lHovt{background:linear-gradient(135deg,#c70000,#a80000);color:#ffffff;border:none;border-radius:16px;padding:.9rem 1.5rem;font-family:Bebas Neue,Anton,sans-serif;font-size:1.35rem;letter-spacing:1.5px;font-weight:400;cursor:pointer;width:100%;box-shadow:0 8px 18px rgba(199,0,0,.32);transition:all .2s cubic-bezier(.4,0,.2,1);margin-top:.4rem;display:flex;align-items:center;justify-content:center}.login_submitButton__lHovt:hover:not(:disabled){background:linear-gradient(135deg,#d31818,#b50e0e);box-shadow:0 10px 22px rgba(199,0,0,.42);transform:translateY(-1px)}.login_submitButton__lHovt:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 10px rgba(199,0,0,.25)}.login_submitButton__lHovt:disabled{opacity:.7;cursor:not-allowed}.login_buttonContent__Hw6Qy{display:flex;align-items:center;justify-content:center;gap:.5rem}.login_btnIcon__1asLl{transition:transform .2s ease}.login_submitButton__lHovt:hover .login_btnIcon__1asLl{transform:translateX(3px)}.login_securityBadge__mBSZG{margin-top:auto;padding-top:2rem;padding-bottom:.5rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;z-index:2}.login_shieldIconWrapper__vWEJ_{display:flex;align-items:center;justify-content:center;color:#c61010}.login_shieldIcon__tcCgF{color:#c61010}.login_securityText__gReSW{font-family:Roboto Condensed,sans-serif;font-size:.8rem;color:#777777;font-weight:500;letter-spacing:.02em}