/* body {
  background-image: url("/img/fondo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh; 
} */

 .centered-form {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 height: 100vh; 
 background-color: transparent; 
}

/* Estilos adicionales para el formulario */
.centered-form form {
 max-width: 400px; 
 padding: 20px;
 border: 1px solid #ccc;
 border-radius: 5px;
 background-color: rgb(247, 247, 247,0.7); /* Color con opacidad */
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.centered-form form input[type="email"],
.centered-form form input[type="password"] {
 width: 100%;
 padding: 10px;
 margin-bottom: 10px;
 border: 1px solid #ccc;
 border-radius: 4px;
 box-sizing: border-box;
}

.centered-form form .block {
 margin-bottom: 10px;
}

.centered-form form .flex {
 margin-top: 10px;
}

.centered-form form .text-sm {
 font-size: 14px;
}

.centered-form form a {
 color: #999;
 text-decoration: none;
 margin-left: 4px;
}

.centered-form form a:hover {
 color: #555;
}

.centered-form form button {
 padding: 10px 20px;
 background-color: #4caf50;
 color: #fff;
 border: none;
 border-radius: 4px;
 cursor: pointer;
 font-size: 16px;
}

.centered-form form button:hover {
 background-color: #45a049;
}


.btn_izq{
  margin-right: 5px;
}

.centered-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
  font-size:25px
}

.modal {
 display: block;
}


