/*Para el foter*/

.bg-lightgray {

  padding-top: 30px;

  background-color: LightGray;

}





/* El placeholder */



.form-control::-webkit-input-placeholder {
  color: #252525;
}

.form-control:-moz-placeholder {
  color: #252525;
}

.form-control::-moz-placeholder {
  color: #252525;
}

.form-control:-ms-input-placeholder {
  color: #252525;
}



.form-control {

  border: 2px solid #cea9a9;

}



.copyrights {

  bottom: 0;

}

@media (min-width: 768px) {

  .copyrights>p {
    font-size: 24px;
  }

}

/* Tooltip para mensaje de Ajax*/
div.ui-tooltip,
.arrow:after {
  background: #f05928;
  border: 2px solid white;
}

div.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 12px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

/* FIN - Tooltip para mensaje de Ajax*/

/* Esperando de Ajax, para el input de buscar*/
.glyphicon-refresh-animate {
  -animation: spin .9s infinite linear;
  -webkit-animation: spin2 .9s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }

  to {
    transform: scale(1) rotate(360deg);
  }
}

/* FIN - Esperando de Ajax, para el input de buscar*/

input[type="search"] {
  width: 90%;
}

body#body {
  background-image: url('../../views/images/inicio_inversoft.jpg');
  font-family: Arial, Helvetica, sans-serif;
  background-size: 100% 100%;
  height: 100vh;
}

body.body {
  width: 100%;
  background: rgb(191, 162, 116);
}

/* .texto {
  font-size: 1.35rem;
} */

/* .texto2 {
  font-size: 1.25rem;
} */

body>div#login_form {
  margin: 3% 0 0 7%;
}

img#logo {
  width: 70%;
  margin: 0 15% 5%;
}

.contenedor {
  width: 420px;
  color: #555;
}

.formulario .contenedor-inputs {
  padding: 30px;
  background: rgba(191, 150, 84, 0.728);
  border-radius: 10px;
  box-shadow: -20px 10px 20px 5px rgba(4, 4, 4, .5);
}

.contenedor-inputs>p {
  color: rgb(126, 59, 21);
  text-align: center;
  margin: 20px 0 30px 0;
}

.formulario #user_login {
  margin-top: 20px;
  border-width: 6px;
}

.formulario #user_login,
.formulario #pass_login,
.formulario #cod_empresa {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 15px 10px;
  border-radius: 10px;
  border: 2px solid #aaa;
  color: rgb(126, 59, 21);
}

.formulario #user_login:focus,
.formulario #pass_login:focus,
.formulario #cod_empresa:focus {
  border: 4px solid #28a6f5c0;
}

.login {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  margin-top: 20px;
  background-color: rgb(167, 82, 26);
  color: white;
  cursor: pointer;
}

.login:hover {
  background-color: rgb(230, 106, 24);
}

a.texto {
  color: rgb(191, 76, 0);
  text-decoration: none;
}

a.texto:hover {
  text-decoration: underline;
}

/* .formulario .error{
  display: none;
  margin-top: 15px;
  border-radius: 6px;
  color: white;
  padding: 15px 10px;
  padding-left: 40px;
  background-color: rgba(255, 148, 148, 0.728);
  list-style: none;
  color: #6e1b22ee;
} */

@media screen and (max-width: 1250px) {
  body>div#login_form {
    margin-left: 5%;
  }

  .contenedor {
    width: 370px;
  }

  .formulario #user_login,
  .formulario #pass_login,
  .formulario #cod_empresa {
    height: 40px;
  }

  #recuerdame {
    width: 13px;
    height: 13px;
  }

  .login {
    height: 40px;
  }

  /* .texto {
    font-size: 1.25rem;
  } */
  /* 
  .texto2 {
    font-size: 1.10rem;
  } */
}

@media screen and (max-width: 700px) {
  body#body {
    background-image: none;
  }

  body>div#form {
    margin: 0%;
  }

  .contenedor {
    width: 70%;
    margin: 0 15%;
  }

  .formulario .contenedor-inputs {
    box-shadow: none;
    height: 100vh;
    border-radius: 0;
  }
}

@media screen and (max-width: 500px) {
  body.body {
    margin: 0;
  }

  .contenedor {
    margin: 0 auto;
    width: 100%;
  }
}