﻿body
{
    background-color: #005A8F;
    color: #666666;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;
    margin: 0;
    background-image: url('../img/loginback.jpg');
    background-repeat: repeat-x;
}
.portalVendas
{
    position: absolute;
    top: 10%;
    left: 10%;
    width: 600px;
    height: 80px;
    background-image: url('../img/portal-vendas.png');
    background-repeat: no-repeat;
}
.boxLogin
{
    width: 610px;
    height: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    background-image: url('../img/loginarea.png');
    background-repeat: no-repeat;
}
.boxLogin .titleBar
{
    float: left;
    width: 100%;
    height: 35px;
    color: #F0B46C;
    background-color: #003A5D;
}
.boxLogin .titleBar .text
{
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14pt;
    padding-left: 8px;
    padding-top: 3px;
}
.boxLogin .body
{
    float: left;
    width: 300px;
    margin-top: 70px;
}
.boxLogin .logo
{
    float: left;
    background-image: url('../img/skylack-logo.jpg');
    background-repeat: no-repeat;
    width: 280px;
    height: 100px;
}
.boxLogin .body .line
{
    float: left;
    width: 100%;
    display: block;
    min-height: 32px;
    margin-top: 15px;
}
.boxLogin .body .line label
{
    float: left;
    clear: left;
    width: 90px;
    text-align: right;
    margin-right: 5px;
    display: inline-block;
}
.boxLogin .body .line .item
{
    float: left;
    display: inline-block;
}
