body {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100vh !important; 
  margin: 0 !important;
  background-color: #7590b7 !important;
}

.title {
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

.title > h1 {
  font-weight: bold; 
  -webkit-text-stroke: 0.8px black; /* Ancho del borde y color del borde */
  background-clip: text;
  padding-bottom: 15px;
}



.row {
  background-color: #ffffff42;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 10px;    
  border: 2px solid black;
}

.camera {
  padding:10px;
  background:#fff;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.781);
}

.camera > p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.caja2 {
  text-align: center;
}

.caja2 > p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  /* padding-bottom: 15px; */
  padding-top: 20px;
  padding-left: 80px;
}

.item2 {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 350px;
}

.item3 {
  text-align: center;
  padding-top: 40px;
}

.boton-iniciar {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0c1b86;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.boton-iniciar:hover {
  background-color: rgb(26, 170, 7);
  color: #fff;
}



