/* Start custom CSS for html, class: .elementor-element-c10c2f0 */<style>
    body {
        font-family: Arial, sans-serif;
        background-color: #f0f0f0;
    }

    .form-group {
        margin-bottom: 20px;
    }

    label {
        font-weight: bold;
        display: block;
        margin-top: 10px;
    }

    .form-control {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    select.form-control, input[type="text-decoration: "] {
        width: 15%; /* El ancho se divide en dos para los campos PHONEPREFIX y PHONE */
        display: divide;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    select.form-control, input[type="texto-decoration: "] {
        width: 15%; /* El ancho se divide en dos para los campos PHONEPREFIX y PHONE */
        display: divide;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    input[type="submit"] {
        background-color: #007BFF;
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        cursor: pointer;
        display: block;
        margin-top: 10px;
    }

    input[type="submit"]:hover {
        background-color: #0056b3;
    }
</style>/* End custom CSS */