/* Estilos para computadoras de escritorio */
  @media (min-width: 992px) {
  .container1 {
      width: 100%;
      height: 100%;
      border: 1px solid #131212;
      background-color: #c3c7c2;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url('https://www.jbsystem.mx/agenda/images/bg.jpg');
      background-size: cover; /* Ajustar la imagen para que cubra todo el fondo */
      background-repeat: no-repeat; /* Evitar repetir la imagen */
      }
  

  select {
    font-size: 20px;
  }


  label {
    font-size: 20px;
    width: 100%;
    margin-left: 05%;
  }
  
  input[type="text"] {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 05px;
  }

  input[type="submit"] {
    width: 40%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    background-color: #c3c7c2;
    border-radius: 5px;
    padding: 15px 20px; /* Tamaño del botón (alto y ancho) */
  }

    input[type="date"] {
      width: 100%;
      margin-bottom: 20px;
      font-size: 25px;
      text-align: center;
      }

      input[type="time"] {
        width: 100%;
        margin-bottom: 20px;
        font-size: 25px;
        text-align: center;
        }

        .regreso {
          background-color: #4CAF50; /* Color de fondo inicial */
          color: white; /* Color del texto */
          padding: 15px 20px; /* Tamaño del botón (alto y ancho) */
          font-size: 20px; /* Tamaño de la fuente */
          border: none; /* Sin borde */
          border-radius: 5px; /* Bordes redondeados */
          cursor: pointer; /* Cambia el cursor a pointer */
          transition: background-color 0.3s; /* Transición suave para el cambio de color */
          margin-left: 70px; /* Separar el botón 1 del botón 2 */
        }
      
      /* Cambiar el color del botón al pasar el mouse */
          .regreso:hover {
              background-color: #45a049; /* Color de fondo al pasar el mouse */
          }
      
      }

 /* Estilos para tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* Agrega aquí los estilos específicos para tablets */
  .container1 {
    width: 100%;
    height: 100%;
    border: 1px solid #131212;
    background-color: #c3c7c2;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://www.jbsystem.mx/agenda/images/bg.jpg');
    background-size: cover; /* Ajustar la imagen para que cubra todo el fondo */
    background-repeat: no-repeat; /* Evitar repetir la imagen */
    }

  img {
    width: 70%;
    height: 70%;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-left: 50px;
}

  label {
    font-size: 25px;
    width: 100px;
    margin-left: 60px;
  }
  
  input[type="text"] {
    width: 200px;
    font-size: 25px;
    margin-bottom: 30px;
    margin-left: 60px;
    border-radius: 15px;
 }

  input[type="password"] {
    width: 200px;
    font-size: 25px;
    margin-bottom: 30px;
    margin-left: 60px;
    border-radius: 15px;
}
 
  input[type="submit"] {
    width: 50%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    background-color: #c3c7c2;
    border-radius: 15px;
    margin-left: 80px;
    }
}
     
 @media (max-width: 760px) {
  .container1 {
    width: 100%;
    height: 100%;
    border: 1px solid #131212;
    background-color: #c3c7c2;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://www.jbsystem.mx/agenda/images/bg.jpg');
    background-size: cover; /* Ajustar la imagen para que cubra todo el fondo */
    background-repeat: no-repeat; /* Evitar repetir la imagen */
    }

  label {
    font-size: 15px;
    width: 100%;
    margin-left: 5px;
  }
  
  select {
    width: 250px;
    font-size: 15px;
  }
    
  input[type="text"] {
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
  }

  input[type="submit"] {
    width: 50%;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
    background-color: #c3c7c2;
    border-radius: 5px;
    padding: 15px 20px; /* Tamaño del botón (alto y ancho) */
  }

/*button {
    width: 50%;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #c3c7c2;
    border-radius: 15px;
  }*/
    
    input[type="date"] {
      width: 100%;
      margin-bottom: 20px;
      font-size: 15px;
      text-align: center;
      }
      
      input[type="time"] {
        width: 100%;
        margin-bottom: 20px;
        font-size: 15px;
        text-align: center;
        }
        .regreso {
          background-color: #4CAF50; /* Color de fondo inicial */
          color: white; /* Color del texto */
          padding: 15px 20px; /* Tamaño del botón (alto y ancho) */
          font-size: 15px; /* Tamaño de la fuente */
          border: none; /* Sin borde */
          border-radius: 5px; /* Bordes redondeados */
          cursor: pointer; /* Cambia el cursor a pointer */
          transition: background-color 0.3s; /* Transición suave para el cambio de color */
          margin-left: 20px; /* Separar el botón 1 del botón 2 */
        }
      
      /* Cambiar el color del botón al pasar el mouse */
          .regreso:hover {
              background-color: #45a049; /* Color de fondo al pasar el mouse */
          }
      }