.ombra {
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4)
}

/*0 15px 30px #ccd5dd*/

.doc {
    background: #fff;
    color: #0b3d68;
    padding: 0;
    border-radius: 16px;
    margin-bottom: 90px;
}

.doc .body {
    padding: 45px;
    color: #0b3d68;
}

.slider-wrap .content-area h1 {
    font-size: 36px;
}

.content-page h3 {
    font-size: 18px;
    color: #0b3d68;
    font-weight: bold;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
    height: 46px;
    line-height: 46px;
    border-color: #b9bdc3;
    background: #fff;
    font-weight: bold;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus {
    border-width: 1px;
    border-color: #f9b000;
}

.form-control {
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#frmOggetto .form-control {
    background-color: #eee;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #f9b000;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #f9b000;
}

.checkbox label,
.radio label {
    line-height: 1.4em;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-select {
    height: 46px;
}

fieldset {
    margin-top: 30px;
}

legend {
    line-height: 2em;
}

#site-content-box {
    padding: 0 60px 30px;
}

#page-heading {
    text-align: center;
}

.fastk {
    color: #f00;
}

.content-box {
    text-align: center;
    max-width: 800px;
    margin: 45px auto;
    min-height: 300px;
    color: #0b3d68;
}

.btn {
    text-transform: none;
}

.box_login_codici {
    max-width: 600px;
    margin: 0 auto;
}

.textd {
    color: #0b3d68;
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 30px;
}

.btn-login-custom {
    font-size: 15px;
    padding: 10px 30px;
    margin: 0 3px;
}

#email-loader {
    margin-left: 5px;
}

#domanda {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.help-block {
    font-size: 15px;
    line-height: 20px;
    margin-top: 3px;
}

.btn-100 {
    width: 250px;
}

@media (max-width: 767px) {

    .slider-wrap .content-area h1 {
        font-size: 24px;
    }

    input[type="text"],
    input[type="email"],
    textarea,
    input[type="password"],
    input[type="tel"],
    select {
        line-height: 30px;
        padding: 0 15px;
    }

    .content-box {
        margin: 15px auto;
        padding: 0 15px;
    }

    .box_login_codici {
        margin-bottom: 30px;
        text-align: left;
    }

    .textd {
        margin-top: 15px;
        text-align: left;
    }

    .content-box {
        margin-bottom: 60px;
    }

    .btn-login-custom {
        width: 100%;
        margin: 0 0 5px;
    }

    .btn-100 {
        width: 100%;
    }

}