.bienvenida{
  background-image: url(../img/fondo.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
  width: auto;
}

.dataTables_wrapper .pagination .page-item.active .page-link {
  background-color: rgb(108, 117, 125);
  border: 1px solid rgb(108, 117, 125);
}

.fondo-login, .fondo-registro, .fondo-restablecer{
  background-image: url(../img/fondo.jpeg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 480px){
  .fondo-login, .fondo-registro, .fondo-restablecer{
    background-image: url(../img/fondo_celular.jpeg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

.inicio-sesion, .registro, .shadow{
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  border-radius: 5px;
}

.inicio-sesion form input, .registro form input, .shadow form input{
  background-color: rgba(0, 0, 0, 0.7);
}

.inicio-sesion form input::placeholder, .registro form input::placeholder, .shadow form input::placeholder {
  color:#4f5051; 
}

.main-citas-reservadas{
  height: 100vh;
}