* {
    font-family: 'Helvetica', sans-serif;
    /* color: #0A71B3; */
    color: #999;
}
body{
    color: #e9e9e9;
    margin: 0 auto;
    /* background: url('../images/arf.jpg') no-repeat left center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-origin: content-box;
}
html{
    height: 100%;
}
#border-back{
    /* margin: 80px auto; */
    margin: 60px 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; */
    
    text-align: center;
}

#border-white{
    margin: 0 20px 0 0;
    /* -moz-border-radius: 30px;
    border-radius: 30px; */
    position:relative;
    /* background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(top, #fff 0%,#e6e6e6 100%);
    background: -o-linear-gradient(top, #fff 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(top, #fff 0%,#e6e6e6 100%);
    background: linear-gradient(top, #fff 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e6e6e6',GradientType=0 ); */
    width:400px;
    height: 350px;
}

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

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

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

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; */
    width: 295px;
    height: 35px;
    /* background: url('../images/login/icona-login.png') no-repeat;
    border: none !important; */
    background: white;
    border: 1px solid #0A71B3;
    cursor: pointer;
    
    font-size: x-large;
    color: #0A71B3;
}

/* #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;
    -moz-border-radius:7px;
    border-radius:7px;
    border:1px solid #adc75c; */
    background: white;
    border-top: white;
    border-left: white;
    border-right: white;
    border-bottom: 1px solid #999;
    height: 35px;
}
.container-input img{
    width: 18px;
    height: 18px;
    position:relative;
    top:8px;
    left:5px;
}

.label_login {
    font-size: 14px;
}

.input_in_container{
    border-bottom: white !important;
    width: 260px !important;
}

.bottom_in_container{
    border: white !important;
}