body {
    font-family: 'Manrope', sans-serif;
}
.fondo {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
}
.fondologin {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3f5463;
    padding-top: 0.5cm;
}
.footer {
   position: fixed;
   /* position: sticky; */
    bottom: 0;
    width: 100%;
    background-color: none;
    /* padding: 10px;
    font-family: 'Manrope', sans-serif;
    color: #87B867; */
}
.h3{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.texto-pie{
    display: block;
    color: #ffffff;
    font-size: 0.9em;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight:bold;
    unicode-bidi: isolate;
}


/*del diseño de prensa */
.card-container-register {
  width: 100%; /* Usa porcentaje en lugar de píxeles */
  max-width: 750px; /* Establece un ancho máximo para pantallas grandes */
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.2);
  margin: 1cm auto;
}

.card-body-top-register {
  width: 100%;
  height: 190px;
  background-color: #1d3140;
}

.card-body-bottom-register {
  width: 100%;
  height: 70%;
  background-color: #2b3e4c;
    display: flex;             
  justify-content: center;   
  align-items: center;       
}

.circulo-central-register {
  width: 100px;
  height: 100px;
  background-color: #1d3140;
  border-radius: 50%;
  border: 4px solid #2b3e4c;
  position: absolute;
  /* top: 16%; */
  top: 190px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.icono-login {
  color: #87b867;
  font-size: 45px;
}

/* --- Media Query para dispositivos móviles --- */
@media (max-width: 600px) {
  /* .card-body-top-register  {
    top: 150px;
  } */
  .circulo-central-login {
    width: 60px; /* Reduce el tamaño del círculo */
    height: 60px;
    border-width: 3px; /* Reduce el grosor del borde */
  }

  .icono-login {
    font-size: 24px; /* Reduce el tamaño del icono */
  }
}

@media (min-width: 640px){.anchologin{width:100%;}}
@media (max-width: 640px){.anchologin{width:100%;}}

.input-container {
  margin-top: 1cm;
  position: relative;
  display: inline-block; /* Or display: flex; if you prefer */
}

.input-container label {
  color: #fcf1db;
}


.input-rounded-register {
  border-radius: 6px; 
  width: 100%;
padding: 10px 15px 10px 15px; 



  /* background-color: #939793; */
  /* font-size: 16px; */
  /* color: white; */
}





.button-rounded {
    border-radius: 20px; 
  justify-content:center;
  width:50%;
  background-color:#87B867;
  color: #2b3e4c;
}


.imagen-logo-login{
    display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;  
  /* padding: 1cm; */
  padding: 1cm;
}

.imagen-logo-login img{
    /* width: 80%; */
    
}

.h4-register{
  color: #87B867;
  justify-content: center;
  margin-top: 0.2cm;
  text-align: center;
}

.error-message{
   position: absolute; /* Takes the error message out of the normal flow */
    bottom: -20px; /* Positions it just below the input */
    left: 5px;
    color: rgb(243, 70, 70);
    font-size: 14px;
    /* padding: 0; */
}

/*noo*/


.form-group {
    position: relative; /* This is the key: it's the positioning context for the error message */
}