.AreaRiservata {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.main-areaRisrvata {
    width: 100%;
}

.featured-box {
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    background: #FFF;
    text-align: center;
    z-index: 1;
}

.featured-box .box-content {
    position: relative;
    padding: 1.8rem;
    padding: 28.8px;
    border-radius: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-top-width: 4px;
}

.featured-box .box-content:not(.box-content-border-0) {
    top: -1px;
    border-top-width: 4px;
}

.featured-box-fucsia .box-content {
    border-top-color: #df631c;
}

.featured-box-fucsia h4 {
    color: #df631c;
}

.featured-box h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
}

.form-control {
    border-color: rgba(0, 0, 0, 0.09);
}
/*
[class*=icheck-]>label {
    padding-left: 11px !important;
    padding-top: 4px;
}
*/
[class*=icheck-]>input:first-child+input[type=hidden]+label::before,
[class*=icheck-]>input:first-child+label::before {
    margin-top: -3px;
    margin-left: -0;
}

/* [class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after,
[class*=icheck-]>input:first-child:checked+label::after {
    top: 4px;
    left: -18px;
} */