/*************************************************************************************
 * The contents of this file are subject to the EXA INNOVATION SRL License version 1.0
 * ("License"). You may not use this file except in compliance with the License.
 * The Initial Developer of the Original Code is EXA INNOVATION SRL
 * Portions created by EXA INNOVATION SRL are Copyright (C) EXA INNOVATION SRL
 * All Rights Reserved.
 *************************************************************************************/

body {
    font-family: "Manrope", sans-serif;
}

.contact-section {
    background-color: #f5f7fa;
}

.contact-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.contact-title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #e1101a;
}

.contact-box .form-control {
    border-radius: 4px;
    border: 1px solid #d1d5db;
    padding: 0.75rem 0.9rem;
}
.contact-box .form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}
.contact-box textarea {
    min-height: 200px;
}

.contact-btn {
    padding: 0.75rem;
    font-weight: 600;
    background-color: #e1101a;
    border-color: #e1101a;
    color: #ffffff;
}
.contact-btn:hover {
    background-color: #e1101a;
    border-color: #e1101a;
}
.contact-btn:focus, .contact-btn:active {
    background-color: #e1101a !important;
    border-color: #e1101a !important;
    box-shadow: 0 0 0 0.2rem rgba(225, 16, 26, 0.25);
}

.form-check input {
    width: 20px;
    height: 20px;
}
.form-check input:checked {
    background-color: #e1101a;
    border-color: #e1101a;
}

.form-check label {
    margin: 3px;
}
.form-check label a {
    text-decoration: none;
    color: #e1101a;
}
