.ModJuliusPqrCensC {
    position: relative;
}

    .ModJuliusPqrCensC #form {
        height: auto;
    }

    .ModJuliusPqrCensC .error-required {
        color: red;
        margin: 8px 0px;
    }

    .ModJuliusPqrCensC .cRequerido {
        color: red;
        font-weight: bold;
        margin-left: 5px;
    }

    .ModJuliusPqrCensC .row > div {
        border: none;
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin: 5px 0 25px;
        padding: 0 15px;
        position: relative;
    }

    .ModJuliusPqrCensC .row .dos-col-form {
        width: 100%;
        ;
    }

    .ModJuliusPqrCensC .control-label {
        margin: 0 0 9px;
        display: inline-block;
        vertical-align: middle;
    }

#panelCargando {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

    #panelCargando .background {
        position: absolute;
        background: white;
        width: 200px;
        height: 90px;
        border-radius: 5px;
        z-index: -1;
    }

    #panelCargando span {
        margin: 0;
        font-weight: bold;
        animation: 3s cargador infinite;
    }

@keyframes cargador {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.swal2-container {
    z-index: 99999 !important;
}

    .swal2-container button[type="button"] {
        padding: 12px 20px;
        background: #036132 !important;
        color: #ffffff;
        border: 3px solid transparent;
        font-size: 16px;
        transition: .5s all ease;
        margin: 5px 10px;
        border-radius: 25px;
        cursor: pointer;
        font-family: 'allerbold' !important;
    }

        .swal2-container button[type="button"]:hover,
        .swal2-container button[type="button"]:focus {
            background: #04b848 !important;
            border: 3px solid #005F24;
        }

@media screen and (max-width: 768px) {
    .ModJuliusPqrCensC .row > div {
        width: 100%;
    }

    #recaptcha-container > div,
    #recaptcha-container iframe {
        max-width: 100%;
    }
}
