.bglogin {
    background-color: #f0f4f8;
}

.imgLogo {
    border: none;
    background-image: url("../../../img/logo_login.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px 79px;
    width: 200px;
    height: 79px;
    border-style: none;
    margin:0px auto;
}



.auth-wrapper {
  min-height: 100vh;
  position: relative; }

  .auth-wrapper .auth-box {
    background: #000;
    padding: 20px;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.40);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.40);
    max-width: 320px;
    width: 90%;
    margin: 10% 0; }

    .auth-wrapper .auth-box .logo {
      text-align: center; }

    .auth-wrapper .auth-box.on-sidebar {
      top: 0px;
      right: 0px;
      height: 100%;
      margin: 0px;
      position: absolute; }
  
    .auth-wrapper #recoverform {
        display: none; }
  
    .auth-wrapper .auth-sidebar {
        position: fixed;
        height: 100%;
        right: 0px;
        overflow: auto;
        margin: 0px;
        top: 0px; }


.loginEntidad {
    width: 235px !important;
}

@media (max-width: 767px) {
  .auth-wrapper .auth-sidebar {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 40px 0 60px; }
  .auth-wrapper .demo-text {
    margin-top: 30px; }
}

.bg-login {
    background-color: #08b1d8;
}

.btn-login {
    color: #fff;
    background-color: #08b1d8;
    border-color: #08b1d8;
}

.ml-login {
    margin-left: 2.60rem;
}

@media (max-width: 320px) {
    .loginEntidad {
        width: 200px !important;
    }
}


