html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  background-image: url('../images/fondo.png'); /* URL de la imagen */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.form-signin {
  margin-top: 50px;
  max-width: 100%;
  padding: 35px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2)
}

.form-signin .checkbox {
  font-weight: 400;
}



.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.btn-p {
  background-color: #134125;
  color: white;
  border: none;
}
.btn-p:hover {
  background-color: #134125;
  color: white;
  border: none;
}

.txt-p {
  color: #062c19;
}

.circle {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}

.footer-page {
  background-color: #134125;
  
}

/* .main-content {
  max-height: 90vh;
}
*/
.row-content {
  height: 100vh;
} 
.icono-superior {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.my-container {
  padding-top: 60px; 
  display: inline-block;
}

.img-superior-absoluta {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 10;
}





