/* Mueve el boton de entrega de la tarea a la izquierda */
.css-uyjshi-view--flex-flex  {
  justify-content: flex-start!important;
}
/* LOGIN */
body.ic-Login-Body #footer.ic-Login-footer {
    display: none !important;
}
body.ic-Login-Body div#main.ic-Layout-columns {
    display: flex;
    align-items: center;
}
body.ic-Login-Body .ic-Login-header__logo {
    flex: auto !important;
    justify-content: center;
    display: flex;
    width: 100%;
}
body.ic-Login-Body .ic-Login-header__logo img {
    margin: 1em;
    margin-bottom: 0;
    max-width: 60%;
}

body.ic-Login-Body .ic-Login__innerContent {
    background-color: var(--transparencia); !important;
    border-radius: 10px !important;
    padding-top:0px !important;
}

/* CUSTOM MOBILE */
@media only screen and (max-device-width : 768px) {
    #f1_container {
        height: 100%;
        background-image: linear-gradient(transparent, transparent 80%, var(--ic-brand-Login-body-bgd-shadow-color)),var(--ic-brand-Login-body-bgd-image);
        background-size: cover;
        background-position-x: 50%, center;
    }

    #f1_container.fade {
        -webkit-animation: fadeInFromNone 0.5s ease-out;
        -moz-animation: fadeInFromNone 0.5s ease-out;
        -o-animation: fadeInFromNone 0.5s ease-out;
        animation: fadeInFromNone 0.5s ease-out;
        animation-fill-mode: forwards;
    }

    .mobileLogin-Header {
        background-image: var(--ic-brand-Login-logo) !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 156px;
        margin-bottom: 10%;
        margin-top: 10%;
    }

    #f1_card {
        width: 296px;
        height: auto;
        background: var(--ic-brand-Login-Content-bgd-color);
        position: fixed;
        padding: 15px;
        border-radius: 1rem;
        margin-top: 25%;
    }
    .forgotBlock a {
        color: var(--ic-brand-Login-Content-password-text-color) !important;
    }
}
/* END CUSTOM MOBILE */