.login-sfondo-logo {
    
    display: block;
    position: relative;
    height: calc(100vh);
    width: 100%;
    min-height: 800px;
}

.login-sfondo-logo::after {
    content: "";
    background-image: url("../img/bg_sfondo.jpeg")!important;
    opacity: .65;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    background-size: contain;
    z-index: -1;
}

.card {
    border: 1px solid #fff;
    border-radius: 0.5rem;
}


.card-body {
    min-height: 1px;
    padding: 1.25rem;
}

.login-bordo {
    -webkit-box-shadow: 0px 0px 22px -9px rgb(45 165 245);
    -moz-box-shadow: 0px 0px 22px -9px rgb(45, 165, 245);
    box-shadow: 0px 0px 22px -9px rgb(45 165 245);
    margin-top: 30px;
    margin-bottom: 50px;
}

#header_bottom {
    border-bottom: 1px solid #00bdf2;
    margin:0 20px;
}


/* STEPPER  */
ul.stepper li.active a span, ul.stepper li.completed a span{ color: #34c5f1 !important; }
.primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle { background-color: rgba(1,182,238,.5) !important; }

ul.stepper {
    padding: 0 1.5rem;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    counter-reset:section
}

ul.stepper li a {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.stepper li a .circle {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-weight: bold;
    color: #ccc;
    font-size: 1.3rem;
    text-align: center;
    background: #eaeaea;
    border-radius:50%
}

ul.stepper li a .label {
    display: inline-block;
    color:#ccc;
    font-size: 0.8rem;
}

.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

.stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition:.5s
}

.stepper-horizontal li a .label {
    margin-top:.63rem
}

.stepper-horizontal li:not(:last-child):after {	
    position: absolute;	
    right: 0;	
    height: 1px;	
    width: 25%;	
    content: "";	
    background-color:rgba(0, 0, 0, 0.1)	
}	
.stepper-horizontal li:not(:first-child):before {	
    position: absolute;	
    left: 0;	
    height: 1px;	
    width: 25%;	
    content: "";	
    background-color:rgba(0, 0, 0, 0.1)	
}

/* .stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    margin: .5rem 0 0 0;
    content: "";
    background-color:rgba(0, 0, 0, 0.1)
}

.stepper-horizontal li:not(:first-child):before {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    margin: .5rem 0 0 0;
    content: "";
    background-color:rgba(0, 0, 0, 0.1)
} */

@media (max-width: 47.9375rem) {
    .stepper-horizontal { align-items: start; }
    ul.stepper{ padding: 0; }
    ul.stepper li.active a .label, ul.stepper li.completed a .label{
        white-space: nowrap;
        position: absolute;
        bottom: -0.2rem;
        font-size: 70%;
    }
    ul.stepper li:not(.active) a .label{ display: none; }
}

.stepper-horizontal > li:not(:last-of-type) {
    margin-bottom:0 !important
}
/* FINE STEPPER  */


/* INPUT */

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
.buildData,
textarea,
select,
select2,
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 0.5rem !important;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
.buildData,
textarea,
select,
select2,
.select2-container--default .select2-selection--single { 
    box-shadow: 0px 2px 7px 0px #ccc !important;
    outline-style: inherit !important;
}

.check-2x input[type="checkbox"]{ width: 20px; height: 20px; }

input:disabled, 
textarea:disabled, 
select:disabled,
select2:disabled,
.select2-container--default .select2-selection--single:disabled { 
    border-color: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
}

input.form-control:focus, 
textarea.form-control:focus, 
select.form-control:focus, 
select2.form-control:focus, 
.form-control:focus {
    background-color: #fff;
    border: 1px solid #01b6ee;
}

.input-group-prepend span.form-control{ 
    border-color: #e9ecef !important; 
    border-radius: 0.5rem 0 0 0.5rem !important;
    box-shadow: 0px 2px 7px 0px #ccc !important;
}
.input-group .form-control{ 
    border-radius: 0 0.5rem 0.5rem 0 !important; 
    box-shadow: 5px 2px 7px 0px #ccc !important;
}

.form-check-input:focus {
    box-shadow:none;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
    background-color: #f2fefe;
    color: #212529;
}

.select2-container--default .select2-dropdown {border-color: #f2fefe;border-top: none;} 
.select2-container .select2-selection--single {
    height: 38px;
    padding: 0.38rem 0.3rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{ height: 2.2rem !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 1.5rem; }
.select2-container--default.select2-container--disabled .select2-selection--single{
    border-color: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
}

.select2-container.select2-container--default.select2-container--open { z-index: 2000; }
.select2-selection.is-invalid { border: solid 1px #fd397a !important; }

/* Modal */

button.close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}


body {
    height: 100%;
    position: relative;
   }
   .block {
    min-height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 100px;
   }
   #footer {
    position: absolute;
    bottom: 0;
   }

   #nascondi_form_azioni:hover, .procediRegistrazione:hover {
    color: #fff!important;
    background-color: #138496!important;
    border-color: #117a8b!important;
   }


   
  





