@media (prefers-color-scheme:light){:root{--fundo:#f7f7f7;--fundoinput:#f1f1f1;--color:#191919;--cor:#9b0000;--cor-t:#f1f1f1;--backgroud:url("")}}@media (prefers-color-scheme:dark){:root{--fundo:#191919;--fundoinput:#353535;--color:#f5f5f5;--cor:#9b0000;--cor-t:#f1f1f1;--backgroud:url("")}}body{min-height:100vh;min-width:350px;color:var(--color)!important;}#fundo-img{min-height:100vh;display:flex;align-items:center;background:var(--backgroud) no-repeat center center;background-size:cover;position:relative;}#fundo-img:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1;}#fundo-img>*{position:relative;z-index:1;}#fundo-form{min-height:75vh;color:var(--color);background:var(--fundo);}input,button,select{border-radius:10px!important;}input,select{border:2px solid var(--color);background-color:var(--fundoinput)!important;color:var(--color)!important;}.bg-fundo-test{background-color:var(--fundo);color:var(--color);}.bg-test{background-color:var(--cor);}.bg-test{background-color:var(--cor);}.input-none{display:none;}.rounded-lg{border-radius:1rem!important;}.text-small{font-size:.9rem!important;}.custom-separator{width:5rem;height:6px;border-radius:1rem;}.text-uppercase{letter-spacing:.2em;}.btn-test{color:var(--cor-t);background-color:var(--cor);border-color:var(--cor);}.btn-test:hover{color:var(--color);background-color:var(--fundoinput);border-color:var(--cor);}sup{font-size:.5em;}.small-text{font-size:.75rem!important;}.text-test{color:var(--cor)!important;}