<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}
img{border:none;}
body{
font:12px "Lucida Sans", Verdana, Arial;
color:#999999;
background:url(../images/background.jpg) center top;
}
#geral_login{

}
#login{
margin:150px auto;
background:url(../images/Login.png) top center no-repeat;
width:360px;
height:175px; 
padding-top:125px;
}
#componente_login{
margin:10px auto 0px auto;
width:250px;
height:140px;
}</pre></body></html>