  html{
      box-sizing: border-box;
      font-size: 1rem;
      font-family: 'openSans', sans-serif;
  }
  
  *{
    margin: 0;
    padding: 0;
    box-sizing: inherit;
  }
  
  /* Estilos del sitio */
  
  @font-face {
      font-family: 'openSans';
      src: url('../../fonts/Open_Sans/opensans-regular-webfont.eot');
      src: url('../../fonts/Open_Sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
           url('../../fonts/Open_Sans/opensans-regular-webfont.woff2') format('woff2'),
           url('../../fonts/Open_Sans/opensans-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }
  
  @font-face {
    font-family: 'kanit';
    src: url('../../fonts/Kanit/kanit-regular-webfont.eot');
    src: url('../../fonts/Kanit/kanit-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Kanit/kanit-regular-webfont.woff2') format('woff2'),
         url('../../fonts/Kanit/kanit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  /* Estilo generales de etiqueta */
  
  .hero-image {
    background: url('../../img/login/loginBack.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    position: relative;
  }
  
  .header_input{
    color: #2180C0;
    margin: 0 0 0.25rem 0.25rem !important;
  }

  .btn {
    text-transform: unset !important;
  }
  
  /* AdminLTE Custom Styles */
  [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus {
    background-color: rgba(255,255,255,.15);
    color: #fff;
  }

  [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.065);
  }

  .layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    height: calc(3rem + 1px);
  }

  .layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(3rem + 1px);
  }

  .layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(3rem + 1px);
  }

  .layout-fixed .wrapper .sidebar {
    height: calc(100vh - (3.5rem + 1px));
  }

  .brand-link {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .control-sidebar {
    bottom: calc(3rem + 1px);
    top: calc(3rem + 1px);
  }

  /* OVERLAY IMAGE */
  #img_cont {
    width: 100%;
        background: linear-gradient(0deg, rgba(29, 30, 80, 0.75), rgba(29, 30, 80, 0.75)), url("../../img/login/workers.jpg");
    background-position: left;
    background-position-x: center;
    background-position-y: top;
  }

/*
os-theme-minimal-light (OverlayScrollBar)
*/

.os-theme-minimal-light > .os-scrollbar {
    padding: 0px;
}
.os-theme-minimal-light > .os-scrollbar-horizontal {
    right: 16px;
    height: 16px;
}
.os-theme-minimal-light > .os-scrollbar-vertical {
    bottom: 16px;
    width: 16px;
}
.os-theme-minimal-light.os-host-rtl > .os-scrollbar-horizontal {
    left: 16px;
    right: 0;
}
.os-theme-minimal-light > .os-scrollbar-corner {
    height: 16px;
    width: 16px;
    background-color: transparent;
}
.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track,
.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: transparent;
}
.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.48;
}
.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover:before {
    opacity: 0.68;
}
.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active:before {
    opacity: 0.7;
}
.os-theme-minimal-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
    min-width: 15px;
}
.os-theme-minimal-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    min-height: 15px;
}
.os-theme-minimal-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
    height: 6px;
    bottom: 0;
    top: auto;
}
.os-theme-minimal-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
    width: 6px;
    right: 0;
    left: auto;
}
.os-theme-minimal-light.os-host-rtl > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
    left: 0;
    right: auto;
}
.os-theme-minimal-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-minimal-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active:before {
    height: 100%;
}
.os-theme-minimal-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-minimal-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active:before {
    width: 100%;
}
.os-theme-minimal-light.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
    transition: opacity 0.3s, height 0.3s;
}
.os-theme-minimal-light.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
    transition: opacity 0.3s, width 0.3s;
}