* {
    font-family: 'Helvetica', sans-serif;
    color: #0A71B3;
}
body{
    color:#e9e9e9;
    margin: 0 auto;
    background-image:url('../images/email2.jpg');
    background-repeat:no-repeat;
}
html{
    height: 100%;
}
#border-back{
    margin: 80px auto;
    padding: 70px 30px 30px 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*-moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8),inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8),inset 0px 0px 10px rgba(255, 255, 255, 0.6);*/
    -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8);
    background:transparent;
    opacity: 0.8;
    width:400px;
    height: 350px;
    border: 1px solid #0A71B3;
}

#border-white{
    margin: 0 20px 0 0;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position:relative;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(top, #fff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    width:400px;
    height: 350px;
}

#login-content{
/*
    height: 100%;*/
}

#container-form-login{
    position: absolute;
    top:50px;
    left:40px;
    text-align: center;
    color: #0A71B3;
}

#container-form-login input[type=text],#container-form-login input[type=password]{
    border: none;
    color:#999;
    width:290px;
    background-color: transparent;
    font-size: 20px;
    position: relative;
    top:4px;
    left:7px;
}

input:focus, select:focus{
    border: 1px solid red;
    outline:none;
}
#container-form-login select{
    width:200px;
    font-size: 20px;
    color:#999;
}
#container-form-login input[type=submit]{
    width: 326px;
    height: 35px;
    background: url('../images/login/icona-login.png') no-repeat;
    border: none !important;
    cursor: pointer;
}

#container-form-login input[type=submit]:hover{
    width: 326px;
    height: 35px;
    background: url('../images/login/icona-loginscura.png') no-repeat;
    border: none !important;
    cursor: pointer;
}
.container-input{
    padding: 0;
    margin:0;
    position:relative;
    background: #f5f5f5; /* Old browsers */
    -moz-border-radius:7px;
    border-radius:7px;
    border:1px solid #adc75c;
    height: 35px;
}
.container-input img{
    width: 18px;
    height: 18px;
    position:relative;
    top:8px;
    left:5px;
}
