abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:''}table{border-collapse:collapse;border-spacing:0}html{overflow-y:auto}body{height:100%;margin:0;padding:0;background:#eaf6fb;font-family:Inter,Arial,sans-serif;color:#274656;-webkit-font-smoothing:antialiased}h1,h2,h3{font-weight:700}#container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:48px 20px;box-sizing:border-box;flex-direction:column}#main{width:100%;display:flex;justify-content:center}.loginBox{width:720px;max-width:100%;display:flex;flex-direction:column;align-items:center}.header{display:flex;align-items:center;justify-content:center;margin-bottom:14px}.header h1{width:404px;height:42px;padding:0;margin:0;margin-bottom:5px;background:transparent url(https://i0.statig.com.br/imgs/sprite.png) no-repeat 0 0;overflow:hidden;text-indent:-9999px;z-index:2}.formBox{width:540px;max-width:100%;padding:28px 32px;border-radius:14px;background:#fff;box-shadow:0 12px 28px rgba(18,40,60,.08);box-sizing:border-box}.formBox label{display:block;margin-bottom:8px;font-size:14px;color:#6c7b86;font-weight:600}.formBox input.password,.formBox input.user,.formBox input[type=password],.formBox input[type=text]{width:100%;padding:12px 14px;border:1px solid #e1e8ef;border-radius:10px;font-size:15px;background:#fff;color:#2c3e50;box-sizing:border-box;transition:border-color .12s ease,box-shadow .12s ease}.formBox input#username_id{padding-left:14px}.formBox input:focus{border-color:rgba(18,119,230,.9);box-shadow:0 6px 18px rgba(18,119,230,.08);outline:0}.formBox .keep{margin-top:12px;display:flex;align-items:center;gap:10px;font-weight:600;color:#6b7882}.formBox .keep input[type=checkbox]{width:16px;height:16px}.formBox input.submit{width:100%;padding:14px 18px;margin-top:18px;background:linear-gradient(180deg,#1279e6,#0d62c9);border-radius:8px;border:none;font-size:16px;color:#fff;text-transform:uppercase;font-weight:700;cursor:pointer;box-shadow:0 8px 18px rgba(18,119,230,.14)}.formBox .error{margin-top:12px;color:#c0392b;font-weight:700}@media (max-width:760px){.formBox{padding:20px}.header h1{font-size:32px}.loginBox{width:100%}.formBox{width:100%}}