@custom-media --tablet-up (min-width: 768px);@custom-media --tablet-down (max-width: 767px);@custom-media --mobile-narrow (max-width: 340px);.auth section{width:100%}.auth section>.panel{padding:4rem 3.5rem 3rem;margin:0 0 2em;margin:0 auto}.auth section>.panel.login{max-width:36rem}.auth section>.panel.register{max-width:70rem}.auth section fieldset .field{margin-bottom:2rem}.auth section header{text-align:center}.auth section header h1,.auth section header h2{font-weight:400;line-height:1}.auth section header h1{color:var(--blue);font-size:28px;margin:.3em 0}.auth section header h2{font-size:16px;margin:.3em 0 2em}.auth section footer{text-align:center;color:var(--gray);padding:1rem}.auth section footer a{color:var(--gray)}.auth .enable-2fa img{max-width:100%}.auth .enable-2fa .actions{justify-content:center}@media (min-width:768px){.auth section{margin-top:5vh;padding:3rem}}@media (--tablet-up){.auth section{margin-top:5vh;padding:3rem}}