/* Below line is used for online Google font */
@import "https://fonts.googleapis.com/css?family=Ubuntu";
body{
    margin:0;
    padding:0;
    font-family:'Ubuntu',sans-serif;
}
#main{
    width:910px;
    height:620px;
    margin:30px auto
}
#formDati{
    width:90%;
    box-shadow:0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
    float:left;
    padding:50px 50px 0;
    background:linear-gradient(#fff,#f2f6f9)
}
hr{
    border:0;
    border-top:1px solid #ccc;
    margin-bottom:30px
}
#formDati label{
    font-size:17px;
}
#formDati input{
    width:300px;
    padding:10px;
    margin-top:10px;
    margin-bottom:15px;
    border-radius:5px;
    border:1px solid #cbcbcb;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
    font-size:16px;
}
#formDati textarea{
    width:400px;
    height:100px;
    padding:10px;
    margin-top:10px;
    margin-bottom:35px;
    border-radius:5px;
    border:1px solid #cbcbcb;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
    font-size:16px;
}
#formDati input[type=submit]{
    background:linear-gradient(to bottom,#22abe9 5%,#36caf0 100%);
    box-shadow:inset 0 1px 0 0 #7bdcf4;
    border:1px solid #0F799E;
    color:#fff;
    font-size:19px;
    font-weight:700;
    cursor:pointer;
    text-shadow:0 1px 0 #13506D;
    width: 150px;
}
#formDati input[type=submit]:hover{
    background:linear-gradient(to bottom,#36caf0 5%,#22abe9 100%)
}


.centered {
    position: fixed; /* or absolute */
    top: 20%;
    left: 20%;
}

#formDatiLogin{
    width:400px;
    box-shadow:0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
    float:left;
    padding:50px 50px 0;
    background:linear-gradient(#fff,#f2f6f9)
}

#formDatiLogin label{
    font-size:17px
}
#formDatiLogin input{
    width:300px;
    padding:10px;
    margin-top:10px;
    margin-bottom:15px;
    border-radius:5px;
    border:1px solid #cbcbcb;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
    font-size:16px
}

.btnAdd
{
    background-image: url("../images/add_button.png");
    width: 60px;
    height: 60px;
}


.IntestazioneForm
{
    width: 100%;
    text-align: center;
    font-size: 14px;
}



/* ricerca */


/* fine ricerca */
