body {
  background-image: url('../img/login/portada_login.png');
  background-repeat: no-repeat;
  background-size: cover ;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto !important;
  margin: 0;
}

/*    
body {
  background-image: url('../img/fondo_blanco_edificio.png');
  width: 100vw;
  height: 100vh;
  background-size: cover;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
} */

.btn:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: white;
}

#myModalTicket{
  font-family: montserrat,Arial,Helvetica,sans-serif;
}

.modal-dialog {
min-width: 42%;
}

.modal-content{
  border-radius: 8px 8px 8px 8px;
}

.modal-header{
  background: #125a70;
  color: white;
  justify-content: center;
  border: #125a70 4px solid;
  padding: 0;
}

.modal-body{
  border: #125a70 4px solid;
  border-radius: 0px 0px 6px 6px;
}

/* add new login  */

.fondo-transparente {
  background-color: #ffffff7a;
  border-radius: 10px;
  padding: 10px 15%;
  margin: 10px;
}

.azul-general {
  color: #0429c0;
  font-weight: bold;
  font-size: 20px;
}

.titulo-margen {
  margin: 30px 10px 0 0;
}

.iconos-margen {
  margin: 0px 10px;
}

.logo-login {
  padding: 10px 30px 0 0;
}

input.input-general {
  border-radius: 5px;
  border: 2px solid #0429c0;
}

input.input-contrasenia {
  border-top: 2px solid #0429c0;
  border-bottom: 2px solid #0429c0;
  border-right: none;
  border-left: 2px solid #0429c0;
  border-radius: 5px 0px 0px 5px;
}

.icono-ver-contrasenia {
  border-top: 2px solid #0429c0;
  border-bottom: 2px solid #0429c0;
  border-right: 2px solid #0429c0;
  border-left: none;
  border-radius: 0px 5px 5px 0px;
  background-color: white;
}

a.links-login,
button.links-login {
  background: #0429c0;
  color: #fff !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: small;
}

.label-azul {
  color: #02095c;
  font-weight: bold;
}

.logo-registro {
  float: left;
  padding: 20px 5%;
}

@media only screen and (max-width: 500px) {

  body {
    height: 140vh;
  }

  #div-botones{
      display: none;
  }
  #div-Ayuda{
      position:relative !important;
      margin-top: 6% !important;
      margin-left: 60% !important;
  }
  #signinlinkTop{
      display: none;
  }
 
  .fondo-transparente {
    padding: 10px 0px;
    margin: 5px 0px;
  }

}

@media only screen and (max-width: 768px) {
  #div-botones{
      display: none;
  }

  #div-Ayuda{
      position:relative !important;
      margin-top: 6% !important;
      margin-left: 0 !important;
  }

  #signinlinkTop{
      display: none;
  }

  body {
      height: 140vh;
  }

  .logo-registro {
      padding: 20px 10%;
  } 
}

#preloader-img{
  top: 42.5%;
  left: 42.5%;
  position: absolute;
  width: 15%;
  height: auto;
  z-index: 999999999999;
}

#preloader-login{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.75;
}

.terminos_aviso{
  color:#0429c0;font-weight: bold; text-decoration: underline;
}