/* Lukas Teissl professional form layer: contact + newsletter */
.contact-section .contact-form,
.retry-form-section,
.footer-subscribe-wrapper .subscribe-area {
    position: relative;
}

.contact-section .contact-form > p.form-message {
    margin: 0;
}

.contact-section form.contact-form {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
    overflow: hidden;
}

.contact-section form.contact-form:before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0b1220, #0a4f85, #27c190);
    border-radius: 24px 24px 0 0;
}

.contact-section form.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-section form.contact-form .form-control,
.newsletter-retry-form .input-newsletter-retry,
.newsletter-form .input-newsletter {
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, .12);
    background-color: #fbfdff;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .18s ease;
}

.contact-section form.contact-form .form-control:focus,
.newsletter-retry-form .input-newsletter-retry:focus,
.newsletter-form .input-newsletter:focus {
    border-color: rgba(10, 79, 133, .55);
    box-shadow: 0 0 0 4px rgba(10, 79, 133, .10);
    background-color: #fff;
}

.contact-section form.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-section .captcha-input {
    background-position: right 12px center !important;
    background-size: 120px 38px !important;
    padding-right: 150px !important;
    letter-spacing: .08em;
    font-weight: 700;
}

.contact-section .submit-btn,
.newsletter-submit-btn,
.newsletter-form button {
    box-shadow: 0 16px 34px rgba(10, 79, 133, .18);
    transform: translateY(0);
}

.contact-section .submit-btn:hover,
.newsletter-submit-btn:hover,
.newsletter-form button:hover {
    transform: translateY(-1px);
}

.lt-hidden-hp {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}


.newsletter-form .newsletter-doi-note,
.newsletter-retry-form .newsletter-doi-note {
    display: block;
    flex-basis: 100%;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, .86);
}

.newsletter-retry-form .newsletter-doi-note,
.newsletter-error-section .newsletter-doi-note {
    color: #64748b;
}

.newsletter-form .newsletter-doi-note i,
.newsletter-retry-form .newsletter-doi-note i {
    margin-right: 6px;
}

.lt-form-privacy-note {
    margin-top: 14px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.55;
}

.lt-form-privacy-note i {
    margin-right: 6px;
}

.lt-form-submitting {
    opacity: .82;
    pointer-events: none;
}

.lt-admin-link {
    opacity: .72;
}

@media (max-width: 767px) {
    .contact-section form.contact-form {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .contact-section .captcha-input {
        background-size: 100px 34px !important;
        padding-right: 122px !important;
    }
}
