:root{--corPrincipal:#d9d9d9;--corPrecimento:#fff;--corDetalhes:#c63434;--corFontes:#505050;--corIconeImagem:#ff1300;--corDeFundo:#efefef;--cor-barra-pesquisa:#ebebeb;--vermelho:#c9302c;--vermelho-hover:#d9534f;--verde:#4caf50;--verde-borda:#388e3c;--vermelho-msg:#ff4d4f;--vermelho-borda:#d9363e}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body,html{height:100%;margin:0}body{flex-direction:column;background-color:var(--corDeFundo);overflow-x:hidden}body,main{display:flex}main{flex:1 1;background-color:#efefef;justify-content:center;align-items:center}.main>h1{margin:auto}input[type=password]::-ms-clear,input[type=password]::-ms-reveal{display:none}.no-scroll{overflow:hidden;height:100vh;width:100vw}hr{border:none;width:90%;height:2px;background-color:#a4a4a4;margin:20px auto;border-radius:5px}