@media (max-width: 767px) {
    .group-form-row {
        display: block;
        width: 100%;
    }

    .group-form-row .form-group {
        max-width: unset !important;
    }

    #Panel_acesso_Form {
        flex-direction: column;
    }

    .vertical-divider {
        height: 1px;
        width: 100%;
    }

    #Panel_acesso_Form .modal {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .change-data-container {
        max-width: 100%;
    }
}