.desaparece {
    display: none !important;
}

.justificar {
    text-align: justify !important;
}

.mobileLogin-Header{
    background-image: url("https://ced.com.co/reseller/pal-moodle/cuc_logo.svg") !important;
}


.ic-Form-control--login .ic-Label{
    color: black !important;
}

.ic-Login__actions .ic-Login__actions-timeout label {
    color: black !important;
}


.ic-Login__link {
    color: black !important;
    text-decoration: underline;
}

.ic-Login-header {
    padding: 0 100px !important;
    display: block !important;
}

#ic-login_form {
    gap: 2.5rem !important;
    display: flex !important;
    flex-direction: column !important;
}


.ic-Login__actions .Button--login {
    padding: 8px 138px !important;
    background: var(--ic-brand-button--primary-bgd) !important;
    border-radius: 0.25rem !important;
}

 /* eliminar footer de instructure */
body.ic-Login-Body #footer.ic-Login-footer {
    display: none !important;
}

.ic-Login__actions {
    display: flex !important;
    align-items: center !important;
    flex-direction: column-reverse !important;
}

.ic-Login__content {
    /* max-width: 37.5rem; */
    background: var(--ic-brand-Login-body-bgd-color) !important;
}

/* body:not(.ic-no-flex-layout):not(.embedded) .ic-Layout-wrapper {
    align-items: center !important;
    justify-content: center !important;
} */


/* nuevo */

.list-view a.active {
    border-left: 2px solid #A3161A !important;
    color: #A3161A !important; 
}


.list-view>ul>li>a:hover, .list-view>nav>ul>li>a:hover, .list-view>div>nav>ul>li>a:hover {
    color: #A3161A !important;
}




/* Ocultar completamente los fieldset "Opciones" y "Asignar acceso"
   que llevan la clase responsive-control-group options */
form.form-horizontal-wiki-page.edit-form.validated-form-view fieldset.responsive-control-group.options {
  display: none !important;
}
