.fullscreen .container, .fullscreen .container-wide{
    margin-top: 0;
}

/* Begin :: steps inscription */
.wizard .steps {
    pointer-events: none;
}
/* End :: steps inscription */


/* Begin :: radio inscription */
.wizard [type="radio"]:checked,
.wizard [type="radio"]:not(:checked){
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.wizard .checkbox-tools:checked + label,
.wizard .checkbox-tools:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding: 15px;
    width: 18%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: #777777 !important;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.wizard .checkbox-tools:not(:checked) + label p{
    color: #777777 !important;
}
.wizard .checkbox-tools:not(:checked) + label{
    background-color: #edecec;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);

}

.wizard .checkbox-tools:not(:checked):hover + label {
    background-color: #0fb6c0;
    color:#fff;
}
.wizard .checkbox-tools:not(:checked):hover + label i, .wizard .checkbox-tools:not(:checked):hover + label p{
    color:#fff !important;
}

.wizard .checkbox-tools:checked + label::before,
.wizard .checkbox-tools:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: -1;
}
.wizard .checkbox-tools:checked + label .uil,
.wizard .checkbox-tools:not(:checked) + label .uil{
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}
.wizard .checkbox-tools:checked + label i {
    color: #fff;
}
.wizard .checkbox-tools:checked + label {
    background-color: #0fb6c0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.wizard .for-checkbox-tools p {
    color:#ffff!important;
    font-size: 12px;
}
/* End :: radio inscription */

 .card-shadow{
     box-shadow: 0 0 20px rgba(0, 72, 112, 0.35);
 }
.login-card{
    background-color: #fff;
}
.card-shadow:hover {
    box-shadow: 0 0 20px rgba(0, 72, 112, 0.5);
}
