/* Contact + quote forms — Bootstrap 3 grid / .form-horizontal.
   Shared by contact-technique-web.html and
   website-design-quote-app-development-quote.html. */

.hp {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.notification {
    color: #c00;
    font-size: 18px;
}

.form-horizontal {
    width: 100%;
    display: inline-block;
    padding: 30px 0 50px;
    background: url(../images/project-item-shadow.webp) no-repeat 50% 100%;
    background-size: 100%;
    font-size: 16px;
    text-align: left;
}

.form-horizontal .control-label {
    font-weight: normal;
}

@media (max-width: 767px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.form-horizontal .form-control {
    max-width: 400px;
    border-radius: 0;
}

/* counter Bootstrap 3.0.0's .form-horizontal .checkbox { padding-top: 7px; margin: 0 } */
.form-horizontal .interested-list .checkbox {
    padding-top: 0;
    margin: 4px 0;
}

.help-block.field-error {
    margin-top: 4px;
    margin-bottom: 0;
    min-height: 1em;
    color: #c0392b;
    font-size: 0.85em;
}

/* --- captcha --- */
.captcha-line {
    display: block;
    margin-bottom: 6px;
}

.captcha-banner {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-family: monospace;
    font-size: 6px;
    line-height: 5px;
    font-weight: bold;
    color: #444;
    white-space: pre;
}

.captcha-refresh {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 0;
    border: 0;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    color: inherit;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
}

/* --- "sending…" modal --- */
#form-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    border: none;
    border-radius: 6px;
    padding: 2em 3em;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

#form-loading p {
    margin: 0;
}

#form-loading::backdrop {
    background: rgba(0, 0, 0, 0.5);
}
