﻿body 
{
    background-color: #fff5f2;
}
.loginBox
{
    margin: auto;
    width: 360px;
}
.loginBoxInside
{
    background-color: #fff;
    padding: 20px;
    height: 450px;
}
.logo
{
    display: block;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.version
{
    float: left;
    color: rgb(123,154,181);
    font-size: 9pt;
    text-align: left;
    margin-top: 8px;
}
.copyright
{
    color: rgb(123,154,181);
    font-size: 9pt;
    text-align: right;
    margin-top: 8px;
    float: right;
}
    .copyright a
    {
        color: rgb(123,154,181);
        text-decoration: none;
    }
.clear
{
    clear: both;
}
.inputs
{
    margin-top: 20px;
    color: #6b6b6b;
    font-size: 11pt;
}
.inputs input[type=text],input[type=password]
{
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 30px;
    margin-top: 8px;
    margin-bottom: 5px;
    color: #6b6b6b;
}
.validationError
{
    background-color: #bb3f3f;
    width: 100%;
    height: 2px;
    border-radius: 1px;
}
#campoPassword
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.boxBtn
{
    margin-top: 40px;
    text-align: right;
}
    .boxBtn a 
    {
        text-decoration: none;
        background-color: #fa9371;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 5px;
    }
#campoRicordami
{
    font-size: 10pt;
}