<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
    font-family: Segoe UI;
    background-color: #FBFBFB;
    margin: 0px;
    padding: 0px;
}

#HeaderWrap
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

#HeaderContainer
{
    height: 120px;
}

#HeaderBackLeft
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 120px;
    background-image: url('../Images/Login/fatia_topo.png');
    background-repeat: repeat-x;
}

#Header
{
    width: 844px;
    height: 120px;
    margin: 0px auto;
    position: relative;
    background-image: url('../Images/Login/topo.png');
    background-repeat: no-repeat;
    background-position: right top;
}

#ImageLogo
{
    margin-top: 31px;
    margin-left: -35px;
}

#Header span
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 58px;
    right: 423px;
    font-size: 12px;
    color: #0F75B3;
    text-align: right;
}

#Language
{
    position: absolute;
    top: 54px;
    left: 429px;
    width: 130px;
    height: 19px;
}

.LanguageButton
{
    margin: 0px 0px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
    font-family: Segoe UI;
    background-color: #0F75B3;
    font-size: 9pt;
    border: none;
    color: White;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    height: 19px;
    cursor: pointer;
}
.LanguageButton:Hover
{
    background-color: #E35C40;
}

.SelectedLanguageButton
{
    margin: 0px 0px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
    font-family: Segoe UI;
    background-color: #E35C40;
    font-size: 9pt;
    border: none;
    color: White;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    height: 19px;
    cursor: pointer;
}

#Container
{
    position: fixed;
    top: 40%;
    left: 50%;
    height: 240px;
    margin-top: -100px;
    width: 754px;
    margin-left: -377px;
    z-index: -1;
}

#Content
{
    height: 100%;
    position: relative;
}

#ForEnterpises
{
    width: 50%;
    height: 165px;
    float: left;
    background-image: url('../Images/Login/imagem.png');
    background-repeat: no-repeat;
}

#BlueFooter1
{
    background-color: #0F75B3;
    width: 60px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 95px;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#BlueFooter1 img
{
    margin-top: 14px;
    margin-left: 9px;
}

#BlueFooter2
{
    background-color: #0F75B3;
    width: 307px;
    height: 70px;
    position: absolute;
    left: 70px;
    top: 95px;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#BlueFooter2 span
{
    position: absolute;
    font-family: Segoe UI;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    color: White;
    top: 25px;
    left: 15px;
}

#ctl00_MainContent_ChangeLogin
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -20px;
    left: 396px;
    width: 305px;
}


#ctl00_MainContent_ChangeLogin li
{
    float: left;
    margin-right: 25px;
}


#ctl00_MainContent_ChangeLogin .Button
{
    text-decoration: none;
    text-transform: uppercase;
    background-color: #FBFBFB;
    color: #4D4D4D;
    font-size: 10pt;
    text-align: center;
}

#ctl00_MainContent_ChangeLogin .Button:Hover
{
    color: #E35C40;
}


#ctl00_MainContent_ChangeLogin .SelectedButton
{
    font-family: Segoe UI;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #FBFBFB;
    cursor: default;
    color: #E35C40;
    font-size: 10pt;
    text-align: center;
}

#ctl00_MainContent_ChangeLogin .SelectedButton:after
{
    content: "";
    background-image: url('../Images/Login/seta_baixo.png');
    background-repeat: no-repeat;
    background-position: left -5px;
    display: block;
    width: 100%;
    height: 18px;
}

#ctl00_MainContent_dvLogin
{
    width: 50%;
    height: 165px;
    float: left;
    background-color: #E6E6E6;
}

#ctl00_MainContent_dvLoginDisable
{
    width: 50%;
    height: 165px;
    float: left;
    background-color: #E6E6E6;
}

#LoginContent
{
    position: absolute;
    top: 30px;
    left: 385px;
    width: 335px;
    height: 112px;
     z-index: 100;
}

#LoginContent span
{
    font-size: 11px;
    color: #4D4D4D;
}

#LoginContent input[type=text], input[type=password], select
{
	background-color: White;
	border: solid 1.1px #4D4D4D;
	color: #4D4D4D;
	font-family: Segoe UI;
	vertical-align: middle;
}

#LoginContent input[type=text]:Hover, input[type=password]:Hover, select:Hover
{
	border: solid 1.1px #E35C40;
}

#LoginContent input[type=button]
{
    margin: 0px 0px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
    font-family: Segoe UI;
    background-color: #FBFBFB;
    font-size: 10pt;
    border: none;
    color: #4D4D4D;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    height: 22px;
}

#LoginContent input[type=button]:Hover
{
    background-color: #E35C40;
    color: #FDFDFD;
}

#LoginContent input[Disabled]
{
    border-style: none;
    font-family: Segoe UI;
    color: #333333;
    text-decoration: none;
    background-color: #999999;
    text-shadow: 0px 0px 0px #528ecc;
}

#LoginContent input[Disabled]:Hover
{
    border-style: none;
    font-family: Segoe UI;
    color: #333333;
    text-decoration: none;
    background-color: #999999;
    text-shadow: 0px 0px 0px #528ecc;
}

#WarningBox
{
    position: absolute;
    top: 188px;
    right: 0px;
    width: 377px;
    height: 50px;
}

#lblBestSolution
{
    margin-top: 5px;
    position: absolute;
    width: 370px;
    top: 165px;
    left: 0px;
    text-transform: uppercase;
    text-align: left;
    color: #0F75B3;
    font-weight: bold;
    font-size: 15pt;
    right: 377px;
}

#FooterWrap
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 40px;
}

#FooterContainer
{
    height: 100px;
    background-color: #316B8E;
}

#Footer
{
    width: 754px;
    height: 100%;
    margin: 0px auto;
}

#Footer ul
{
    list-style-type: none;
    width: 595px;
    margin: 0px auto;
    padding: 0px;
}


#Footer ul li
{
    width: 116.66px;
    float: left;
}

#Footer ul li img
{
    margin-top: -21px;
    margin-left: 37.33px;
}

#Footer ul li span
{
    margin-left: 5px;
    width: 106.66px;
    font-size: 9pt;
    font-style: italic;
    font-weight: bold;
    color: White;
    text-align: center;
    float: left;
}

#NotHomologatedWrap
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

#NotHomologated
{
    height: 35px;
    background-color: #E0AB1D;
    text-align: center;
    display: none;
}

#NotHomologated a:link
{
    font-size: 14px;
    text-decoration: none;
    font-weight: bolder;
    line-height: 35px;
    vertical-align: middle;
    color: Black;
}

#NotHomologated a:visited
{
    color: Black;
}

#NotHomologated a:hover
{
    color: Black;
    text-decoration: underline;
}

#NotHomologated a:activate
{
    color: Black;
}



</pre></body></html>