﻿html, body{
    align-content :center;
    align-items:center;
    align-self:center;
    width:900px;
    height:auto;
	}
.DivCenter{
    position:absolute;
    top:30%;
    left:50%;
    margin-top:-230px;
    margin-left:-422px;
    width:844px;
    height:523px;
}

.Content
{
    position:absolute;
    top:30%;
    left :50%;
    margin-top:300px;
    margin-left:-500px;
    width:1000px;
}
.DivRight{
     display: block;
     float: right;
     width:116px;
     height:32px;
     background-color:green;
    
}

.imgPwd
{
    position: absolute;
    top: 20px;
    right: 106px;
}
.textPwd
{
    position: absolute;
    top: 20px;
    right: 2px;
}
.imgUser
{
    position: absolute;
    top: 0px;
    right: 106px;
    
}
.textUser
{
    position: absolute;
    top: 0px;
    right: 2px;
}
.panelLogo
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.divLink
{
    position: absolute;
    top: 107px;
    left: 16px;
    height: 100px;
    text-align:center;
    padding-bottom:150px;
    width: 824px;
}
.linkParziale
{
  
    float: left;
    font-size: 20px;
}

.imgCentralBox
{
    position: absolute;
    left: 2px;
    top: 150px;
}
.divSwitch
{
    position: absolute;
    right: 2px;
    bottom: 0px;
}