.px-modal {
    #form-contato {
        margin-top: initial;

        .header {
            margin-top: initial;
            padding-bottom: 40px;

            h2 {
                margin-bottom: 20px;
            }
            
            p {
                font-size: 18px;
            }
        }

        label {
            font-size: 16px !important;
        }
    }

    .modal-header {
        border: none;
    }

    .modal-body {
        padding-top: 0px;
    }

    .modal-col-left {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 15px 0px 0px 15px;
    }

    label small {
        color: var(--red-500);
    }

    .button {
        width: inherit !important;
    }

    a {
        color: var(--blue-800) !important;
    }

    a:hover,
    a:visited {
        color: var(--blue-500) !important;
    }
}