.navbar-brand.logo-image img {
    width: 120px;
    height: auto;
    top: 0;
    margin-bottom: 1px;
    -webkit-backface-visibility: hidden;
    transition: 0.2s;
}
h2.textLocation {
    font-size: 10px;
    position: absolute;
    top: 23px;
    left: 117px;
    letter-spacing: 4px;
    color: #3A3A3C;
}
.mini-sidebar .navbar-brand.logo-image img {
display: none;
}
.mini-sidebar h2.textLocation {
  display: none;
}
.mini-sidebar .navbar-brand.logo-image{
    display: block;
    width: 60px;
    height: 61px;
    /* background:url(../../../libs/images/modabelleza.crud.cl_mini.png); */
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
}
.login-page {
    overflow: hidden;
height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
      text-align: center;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="name"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 480px) {
  .container-fluid {
  padding: 0 5px 25px 5px;
}
}


.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000000;
  border-color: #000000 transparent #000000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.div_load_massive{
  position:absolute;
  margin-top:18%;
  margin-left:35%
}
.div_load_icon{
  width:  59px;
  height: 60px;
  border: 2px solid black;
  background:#fff;
}
