*, custom-control-label {
  outline: none !important;
  box-shadow: none !important;
  }
  
  
  
  #login, .container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  
  .loading{
      padding: 15px;
  }
  
  @media (max-width: 551px) {
      .imgFoot img{
          width: 50px;
      }
  
  }
  @media (max-width: 442px) {
  
    #login{
      min-width:300px;
    }
    .imgFoot img{
        width: 35px;
    }
    #cemic_logo_foot,
    #logo-iuc{
        width: 65px;
    }
    small{
        font-size: 14px;
    }
    .grecaptcha-badge {
        width: 70px !important;
        overflow: hidden !important;
        transition: all 0.3s ease !important;
        left: 4px !important;
    }
  }
  @media (max-width: 768px) {
  
  }
  
  .login_footer {
      /*-webkit-border-radius: 8px;*/
      -webkit-border-bottom-left-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
      /*  border: 1px solid #dadce0;*/
  
  }
  
  @media (max-width: 991px) {
      .singin {
          border: 0px !important;
      }
      #login {
        max-width: 580px;
    }
      .foto {
          display: none;
      }
  
  }
  
  
  body  {
      background-color: #f4f5f8;
  }
  
  .card2 {
      margin: 0px 40px
  }
  
  .border-line {
      border-right: 1px solid #EEEEEE
  }
  
  .text-sm {
      font-size: 14px !important
  }
  
  a.home:hover{
      background-color: #CBC3E3;
      color: purple;
  }
  
  .input {
    height:80px;
  }
  .error{
      color: red;
  
      /*margin-top: 5px;*/
  }
  
  .container-fluid{
    max-width: 1040px;
  }
  
  /* #iniciox{
      width: auto;
      height: auto;
      margin: 0 auto;
      padding: 10px;
      position: relative;
  } */
  #main_content {
      /* top: 80px; */
  
      /*background-color: #2185C5;*/
      /* position: relative; */
  }
  
  .imagen-left{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
  }
  
  @media screen and (max-width:990px) {
  
      #iniciox{
  
        margin-top: -20px!important;
        padding: 0px;
        position: initial!important;
            }
        .singin {
        top: 0px!important;
  
        height: 370px!important;
        /*background-color: #2185C5;*/
        position: relative;
      }
  
  
      #main_content{
          height: 160px!important;
      }
  
      .card{
          margin-top: 50px!important;
      }
  
  } 
  
  .gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black!important;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
    text-decoration: none;
  }
  
  .gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
  }
  
  .gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  
  .gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    color:black;
  }
  
  .gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
  }
  
  .gsi-material-button:disabled .gsi-material-button-state {
    background-color: #1f1f1f1f;
  }
  
  .gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
  }
  
  .gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
  }
  
  .gsi-material-button:not(:disabled):active .gsi-material-button-state, 
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #001d35;
    opacity: 12%;
  }
  
  .gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }
  
  .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #001d35;
    opacity: 8%;
  }
  
  .footer { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; border-radius: 0; }
  #cb-cookie-banner {  display: none; }
  
  
  .login_footer,#form,#base{
    background:#ffffff;
    color:#131a2d;
  }
  
  input{
    background:#ffffff;
    color:#131a2d;
  }
  
  ::placeholder {
    color: rgb(196 199 197 / 1)!important;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgb(196 199 197 / 1)!important;
  }
