#content {
    background-color: #f0f5fa !important;
}

/* FLEX MODIFICATIONS */
.b-edt-flex__container--tcnb {
    justify-content: space-between;
}



.b-tcnb__container {
    opacity: 0; /* No tiene opacidad para agregar una animación a la que la página cargue */
    border-radius: 8px;
    overflow: hidden;
}

.b-tcnb__title {
    font-size: 20pt !important;
}


.b-tcnb__image-container {
    background-image: url("http://34.253.73.175/wp-content/uploads/2024/04/workplace.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40%;
}
.b-tcnb__image-container--becas {
    background-image: url("http://34.253.73.175/wp-content/uploads/2024/04/Becarios.png");
}
.b-tcnb__image-container--login {
    background-image: url("http://34.253.73.175/wp-content/uploads/2024/05/LogoConTransparencia-Azul.png");
}

.b-tcnb__image {
    border-radius: 6px;
    height: 100%;
    width: 90%;
}
@media (min-width: 0px) and (max-width: 768px) {
    .b-tcnb__image-container {
        display: none;
        width: 0%;
    }
    .b-tcnb__text-container {
        width: 100% !important;
    }
}
.b-tcnb__text-container {
    padding: 20px 0px;
    background-color: #ffffff;
    /*background-color: #8b2943;
    color: #fff;
    font-size: 14pt;*/
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
}
.b-tcnb__text-container--2 {
    width: 90%;
}


/* FLEX y form container */

.b-edt-flex__container--form-container {
    justify-content: center;
}
.b-tcnb__form {
    width: 100%;
}

/* INPUTS 
.b-tcnb__form-container .b-edt-input {
    border-bottom: 2px solid #ffffff !important;
}
.b-tcnb__form-container .b-edt-input__label {
    color: #ffffff !important;
}

.b-tcnb__form-container .b-edt-input:focus ~ .b-edt-input__label {
    color: #c7c7c7 !important;
}*/


/* Separación entre inputs para que haya espacio */
.b-edt-input__container {
    margin-top: 10px;
}


/* MODAL */
.b-tcnb__modal-a {
    cursor: pointer;
}

.jquery-modal.blocker {
    z-index: 100;
}

.b-tcnb__modal {
    max-width: 80% !important;
}