﻿html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: 'PT Sans Narrow', sans-serif;
}

img {
    border: none;
}

p, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    outline: none;
}

.left {
    float: left;
    overflow: hidden;
}

.right {
    float: right;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.centro {
    width: 924px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

#bgLogin {
    width: 100%;
    height: 100%;
    background: url(imagens/bgLogin.jpg) center center no-repeat;
    position: fixed;
    background-size: cover;
}

#contLogin {
    width: 763px;
    height: 206px;
    margin: -103px auto 0 auto;
    position: relative;
    top: 50%;
    background: url(imagens/bgContLoginAlumiglass.png) center center no-repeat;
}

    #contLogin .right {
        width: 365px;
        margin: 30px 0 0 0;
        padding: 0 60px 0 0;
    }

    #contLogin .left {
        width: 266px;
        margin: 35px 0 0 65px;
    }

#form {
    width: 270px;
    height: 89px;
    overflow: hidden;
    background: transparent;
    float: left;
    margin: 0 0 15px 0;
}

#contLogin .right a {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #333;
    font-weight: bold;
    margin: 30px 0 0 15px;
    text-decoration: none;
}

.btEntrar {
    width: 81px;
    height: 88px;
    background: url(imagens/btEntrar.png) 0 0 no-repeat;
    border: none;
    float: right;
    cursor: pointer;
}

.label {
    width: 50px;
    height: 32px;
    margin: 0 1px 1px 0;
    font-size: 14px;
    color: #666;
    padding: 12px 0 0 15px;
    float: left;
}

.valor {
    width: 200px;
    height: 44px;
    margin: 0 1px 1px 0;
    float: left;
}

.textBox {
    padding: 10px 0 10px 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    margin: 0;
    outline: none;
    width: 200px;
    background: transparent;
    color: #666;
    font-weight: 900;
    border-bottom: 1px solid #ccc;
}

.mensagemLogin {
    padding: 5px 10px;
    color: #706026;
    background: #e3ca73;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 14px;
    position: absolute;
    top: 189px;
    right: 39px;
}

    .mensagemLogin img {
        margin: 0 3px -4px 0;
    }

.chamada {
    position: absolute;
    right: 0;
    top: 0;
    background: url(imagens/chamada.png);
    width: 459px;
    height: 344px;
}

.logoEmpresaLogin {
    width: 204px;
    height: 82px;
    background: url(imagens/logo.png);
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.logo-valorizza {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url('../images/Logo-Valorizza.png');
    width: 80px;
    height: 20px;
}

    .logo-valorizza:hover {
        opacity: 0.8;
    }
