/* 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 {
    border-radius: 10px !important;
    padding-top:0px !important;
}

/* SSO */
.ic-Login-Body {
    opacity: 0%;
}


.ic-Login-Body.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;
}

.ic-Form-control--login > label.ic-Label {
    color: #19202e !important;
}

.ic-Login__innerContent {
    border-radius: 10px !important;
    padding-top:0px !important;
}


.ic-Login__actions .Button--login {
    padding: 6px 36px;
    background: transparent;
    color: var(--ic-brand-button--secondary-bgd);
    border: 1px solid var(--ic-brand-button--secondary-bgd);
    overflow: visible;
}

.ic-Login__body > button {
    padding: 6px 36px;
    background: transparent;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    overflow: visible;
    border-radius: 5px;
    margin-bottom:5px;
    width: 100%;
}

.ic-Login__body > button:nth-of-type(1){
    padding: 12px 36px;
    background: var(--ic-brand-button--primary-bgd);
    color: #fff !important;
    font-weight: bold;
    border-color: var(--ic-brand-button--primary-bgd) !important;
}
.ic-Login__body > button:nth-of-type(2) {
    margin: 0;
    text-align: right;
    padding: 0;
    padding-right: 4px;
    margin-top: 20px;
    font-size: .9em;
    border: none !important;
}

.ic-Login-header {
    background-color: transparent; !important;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
}

.ic-Login__actions-timeout > label {
    color: #19202e !important;
}

.ic-Login__forgot > a {
    color: #19202e !important;
}

.ic-Login-footer__links{
    display: none !important;
}

.ic-Login {
    position: relative;
    display: flex;
    flex-direction: row;
}

.ic-overlay {
    position: relative;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5) !important; /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.ic-Login__content {
    width: 420px !important;
    padding: 0px;
    border-radius: 10px;
    float: left;
}


@media (max-width: 800px) {
    .ic-Login {
      flex-direction: column;
    }

    .ic-Login__content {
        padding: 0px;
        border-radius: 10px;
        float: none;
        margin-left: auto;
    }

  }


.ic-Login__forgot-text {
    color: #19202e !important
}

.ic-Login__link {
    color: #19202e !important
}

#login-box{
    margin-top: 20px;
    width:100%;
    overflow:hidden;
    background-color: #ffffff;
    border-radius: 0.5rem;
  }
  
  .slider {
      transition:all 0.5s ease-in-out; 
      height:0px;
  }
  .slider.open {
      height:255px;
  }

  .parent:hover .child
  {
      display: block;
  
      -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;
  }
  #login_form {
   padding: 15px;
  }
  #login-box form#forgot_password_form {
    padding: 8px;
 }
  
@-webkit-keyframes fadeInFromNone {
      0% {
          opacity: 0;
      }
  
      1% {
          opacity: 0;
      }
  
      100% {
          opacity: 1;
      }
  }
  
@-moz-keyframes fadeInFromNone {
      0% {
          opacity: 0;
      }
  
      1% {
          opacity: 0;
      }
  
      100% {
          opacity: 1;
      }
  }
  
@-o-keyframes fadeInFromNone {
      0% {
          opacity: 0;
      }
  
      1% {
          opacity: 0;
      }
  
      100% {
          opacity: 1;
      }
  }

/* Curso plantilla  */
.ig-header .name {
    text-shadow: none;
    color: #fff;
}
.ig-header .pill {
    box-shadow: none;
}
.ig-header.header i.icon-drag-handle {
    color: #fff;
}
.module_header_items .Button--icon-action, .module_header_items .Button--icon-action-danger, .module_header_items .Button--icon-action-rev {
    color: #fff;
}
.enFila{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
.enFila a{
   text-decoration: none !important;
}
a.ic_txt{
   text-align: center;
   padding: 1em;
   margin: 0.5em;
   color: #ffffff;
   font-weight: bold !important;
   width: 30%;
   border-radius: .5em;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-decoration: none !important;
}
a.ic_txt:hover {
    opacity: .8;
}
a.ic_txt img{
   min-height: 60px;
   max-height: 60px;
   border-radius: 100%;
   max-width: 60px;
   margin: 0 10px 5px;
}
.ic_txt.primary{
   background-color: var(--ic-brand-button--primary-bgd);
}
.ic_txt.secondary{
   background-color: var(--ic-brand-button--secondary-bgd);
}
.item-group-condensed .ig-header {
    background-color: var(--ic-brand-button--secondary-bgd) !important;
    border: 1px solid var(--ic-brand-button--secondary-bgd) !important;
    color: #fff;
}
.accessible-toggler {
    color: #fff;
}

/* CUSTOM MOBILE LOGIN*/

@media only screen and (max-device-width : 768px) {
    #f1_container {
        height: 100%;
        background: 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;
    }

    #f1_card {
        height: auto;
        position: fixed;
        background-color: var(--ic-brand-Login-Content-bgd-color);
        padding: 15px;
        border-radius: 1rem;
    }

    .mobileLogin-Header {
        background-image: var(--ic-brand-Login-logo) !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 85%;
        min-height: 156px;
        margin-bottom: 10%;
        margin-top: 15%;
    }

    /* SSO */
    .bottom-right {
        height: 100%;
    }

    .bottom-right > h2 {
        font-size: 1.3em;
    }

    .boxes {
        display: flex;
        flex-direction: column;
    }

    .box-left {
        flex: 100%;
        width: 100%;
    }

    .box-right {
        flex: 100%;
        width: 100%;
    }

    #login-box form#forgot_password_form {
        padding-right: 15px;
        padding-left: 15px;
    }

    #f1_card > button {
        padding: 6px 36px;
        background: transparent;
        color: #ffffff !important;
        overflow: visible;
        border-radius: 5px;
        margin-bottom:5px;
        width: 100%;
    }

    #f1_card > button:nth-of-type(1) {
        padding: 12px 36px;
        background: var(--primary);
        color: #fff !important;
        font-weight: bold;
        border-color: var(--primary); !important;
    }
    #f1_card > button:nth-of-type(2) {
        margin: 0;
        text-align: right;
        padding: 0;
        padding-right: 4px;
        margin-top: 20px;
        font-size: .9em;
        border: none !important;
    }

    .mobileLogin-Header {
        background-image: var(--ic-brand-Login-logo); !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 85%;
        min-height: 156px;
        margin-bottom: 10%;
        margin-top: 15%;
    }
    #login-box input[type=text],[type=email],[type=password] {
        font-size: .9rem !important;
    }

}
/* END CUSTOM MOBILE LOGIN*/