﻿/* ********************************************************************************* */
*
{
    margin: 0;
    
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
}
input[type="text"] {
    border: solid 1px #97B3D4; /*A9A9A9*/
    height: 16px;
}
/* ********************************************************************************* */
#login
{
    width: 450px;
    height: 200px;
    
    padding: 5px;
    
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

/* ********************************************************************************* */
/* ********************************************************************************* */
.login
{
    clear: both;
    
    width: 450px;
    height: 120px;
    padding: 5px;

    border: solid 1px #E8EDF3;
}
.logo
{
    float: left;
    
    width: 190px;
    height: 120px;
    margin: 0 5px 0 0;
}
/* ********************************************************************************* */
.formulario
{
    float: left;
    padding: 20px 0 0 0;
}
.campo
{
    clear: both;
    
    height: 20px;
}
.campo_ob
{
    float: left;
    
    width: 10px;
    height: 20px;
    line-height: 20px;

    text-align: center;
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
}
.label
{
    float: left;
    
    width: 90px;
    height: 20px;
    line-height: 20px;

    color: #666666;
}
.valor
{
    float: left;
    
    height: 20px;
    line-height: 20px;
    
    color: #000000;
}

/* ********************************************************************************* */
.btLogin
{
    height: 20px;

    cursor: pointer;
    
    border: solid 1px #E8EDF3;
    background-color: #E8EDF3;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#E8EDF3)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E8EDF3));
    background-image: -moz-linear-gradient(center bottom, #E8EDF3 0%, #FFFFFF 50%);
}
.btLogin:hover
{
    color: #FFFFFF;
    border: solid 1px #5B86B9;
    background-color: #5B86B9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#5B86B9, endColorstr=#5B86B9)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5B86B9), to(#5B86B9));
    background-image: -moz-linear-gradient(center bottom, #5B86B9 0%, #5B86B9 50%);
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.financiamento
{
    clear: both;

    width: 450px;
    height: 35px;
    padding: 5px;
    margin: 5px 0 0 0;

    border: solid 1px #E8EDF3;
    background-color: #E8EDF3;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#E8EDF3)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E8EDF3));
    background-image: -moz-linear-gradient(center bottom, #E8EDF3 0%, #FFFFFF 50%);
}
.nersant
{
    float: right;
    
    width: 225px;
    height: 35px;
    
    background-image: url("/Imagens/Financiamento/NERSANT.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.compete
{
    float: right;
    
    width: 225px;
    height: 35px;
    
    background-image: url("/Imagens/Financiamento/Co-financiamento.png");
    background-position: left center;
    background-repeat: no-repeat;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
