@keyframes fadein
{
    0% { opacity: 0; }
    100% { opacity: 1; }
}

form
{
	background-image: url(../Images/BackGround.png);

   	width: 1250px;
	height: 600px;
    min-width: 1250px;

    color: #4C4C4C;

    border: 1px solid #989898;

    animation: fadein 1s;
}

a
{
    color: inherit;
    text-decoration: none;
}

#imgIRISS
{
    right: 165px;
    top: 215px;
    position: absolute;
}

#imgCliente
{
    left: 1025px;
    top: 392px;
    position: absolute;

    height: 115px;
}

#imgCliente ~ #imgDSP
{
    right: 250px;
}

#imgDSP
{
    right: 185px;
    top: 392px;
    position: absolute;
}

#lblCopyRight
{
    right: 0px;
    bottom: 18px;
    position: absolute;

    width: 550px;

    text-align: center;
    font-size: 0.75em;
}

#lblUtente
{
    left: 360px;
    top: 220px;
    position: absolute;

    width: 180px;

    text-align: center;
    font-weight: bold;
}

#txtUtente
{
    left: 360px;
    top: 240px;
    position: absolute;

    width: 180px;
}

#lblPassword
{
    left: 360px;
    top: 305px;
    position: absolute;

    width: 180px;

    text-align: center;
    font-weight: bold;
}

#txtPassword
{
    left: 360px;
    top: 325px;
    position: absolute;

    width: 180px;
}

#cmdPassword
{
    left: 350px;
    top: 430px;
    position: absolute;

    width: 200px;

    text-align: center;
    font-size: 0.8em;
    text-decoration: underline;
}

#cmdPassword:active
{
    transform: scale(0.98);
}

#cmdLogin
{
    left: 555px;
    top: 315px;
    position: absolute;
}

#lnkPDF 
{
    left: 350px;
    top: 450px;
    position: absolute;

    text-align: center;
    font-weight: bold;
    font-size: 11px;
    width: 200px;
}