.titolo_registrazione {
    background-color: #3b434c;
    padding: 20px 0px 10px 0px;
    line-height: 45px;
}
.titolo_registrazione h1 {
        color: #fff;/*#d8dadc;*/
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        margin: 0 auto;
    }

.titolo_registrazione p {
        color: #d5dbe4;
        font-size: 13px;
        text-align: center;
        margin: 0 auto;
    }

/*login*/
.form-signin {
    color:white;
    max-width: 330px;
    margin: 0 auto;
    padding: 15px;
    font-size: 14px;
}
.form-signin .form-signin-heading,.form-signin .checkbox{margin-bottom:10px;}
.form-signin .checkbox{font-weight:normal;}
.form-signin .form-control{position:relative;font-size:16px;height:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px;}
.form-signin .form-control:focus{z-index:2;}
.form-signin input[type="text"]{margin-bottom:-1px;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.form-signin input[type="password"]{margin-bottom:10px;border-top-left-radius:0;border-top-right-radius:0;}
.account-wall{margin-top:20px;
              background-color: white;/*#f7f7f7;*/
              -moz-box-shadow:0 2px 2px rgba(0,0,0,0.3);
              -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.3);
              box-shadow:0 2px 2px rgba(0,0,0,0.3);
              padding:30px 0 20px;}

.form-signin .dropdown {
    float:right;margin-top:23px;font-size:14px;
}
.form-signin .dropdown ul li{
    font-size: 14px;
}


/*registrazione*/
.form-registrazione {
    margin: 0 auto;
    padding: 0px 30px;
}
.form-registrazione .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }
.form-registrazione .form-control:focus {
            z-index: 2;
        }
.form-registrazione input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
.form-registrazione input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
.form-registrazione input[type="file"] {
        font-size: 14px
    }
.form-registrazione select {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
.form-registrazione textarea {
        min-width: 75% !important
    }
.form-registrazione .form-group {
        margin: 5px 0
    }

.form-registrazione label{
    margin-top:10px !important;
    font-weight:600;
}

/* //////////////////////// */

.form-istituzione {
    padding: 15px 0px 15px 0px;
    border-top: 2px solid #4b77be;
    border-bottom: 2px solid #4b77be;
    margin: 20px 0px !important;
}

    .form-istituzione label {
        color: #4b77be;
        font-weight:700;
    }


.riepilogodati p {
    padding: 5px 0px;
    border-top: 1px solid lightgray;
    font-size: 15px;
}

.riepilogodati span {
    font-weight: 600
}

    /*/////////////////////REGISTRAZIONE////////////////////////////////*/
    /* ////////////////////////////////////// tab come MIUR */
    #progress {
        padding: 0;
        list-style-type: none;
        clear: both;
        line-height: .7;
        padding: 0 0 0 4%;
    }

#progress li {
float: left;
padding: 1.04em 0;
 background: #ebebeb;
position: relative;
 width: 23%;
margin: 0;
border: solid 1px #c4c4c4
}

#progress li p {
font-weight: bold;
margin: 0;
padding: 0 0 0 .4em;
text-indent: 1em;
text-align: center
}

       

#progress li:before {
content: "";
position: absolute;
            top: 0;
            left: 0;
            border-left: 1.2em solid #c4c4c4;
            border-top: 1.400em solid transparent;
            border-bottom: 1.460em solid transparent
        }

        #progress li.last p:after, #progress li:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 20;
            border-left: 1.2em solid #ebebeb;
            border-top: 1.400em solid transparent;
            border-bottom: 1.460em solid transparent
        }

        #progress li.last p {
            margin-top: -.018em
        }

            #progress li.last p:after {
                border-left-color: #c4c4c4;
                margin-left: .069em;
                left: 99.5%
            }

/*colore active*/
    #progress li.active {
        background: #4B77BE; /*#757575;*/ /*06c*/
        color: #fff;
    }

/*colore active*/
        #progress li.active:after {
            border-left-color: #4B77BE;/*#757575;*/
            ;
        }

#progress li.done {
background: #5a6772;
color: #fff
        }

#progress li.done:after {
border-left-color: #5a6772
}

#progress li.step1 {
 border-top-left-radius: 0.25em;
border-bottom-left-radius: 0.25em
}

#progress li.step1:before {
border-top-width: 0;
border-bottom-width: 0
 }


@media (min-width:640px) {
    h2 {
        margin-top: .6em;
        margin-bottom: .6em
    }

    #progress {
        line-height: .75
    }

        #progress li p {
            font-weight: normal;
            padding-left: 0
        }

            #progress li p a {
                font-weight: normal;
                padding-left: 0;
                color: #333;
            }

        /*colore testo active*/
        #progress li.active p a {
            font-weight: normal;
            padding-left: 0;
            color: white;
            font-weight: bold;
        }


        #progress li span {
            display: inline
        }
}
    .riepilogodati p {
        padding: 5px 0px;
        border-top: 1px solid lightgray;
        font-size: 15px;
        margin:10px 0px;
    }

    .riepilogodati span {
        font-weight: 600
    }

.form-horizontal .form-group {
    margin-left: 15px;
    margin-right: 15px;
}
