/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.odoo-form {
    border: 2px solid #c9c9c9;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-family: inherit;
}

.odoo-button {
    background-color: #D01D1F !important;
    color: #fff;
    padding: 15px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

#odoo-lead-form label {
    font-weight: 600;
}