
/* checkbox */

.contenedor-checkbox{

display: grid;
grid-template-columns: repeat(2, 50%);
gap: 0rem;

}
.texto-pasword{
  margin-top: -5rem;
  font-size: 12px;
  font-style: oblique;
  
}
#olvidoPasword .correo label span {
  color: var(--clr-main);
  transition: .25s;
  left: 2px;
  top: -9px;
  background-color: var(--clr-white);
  font-size: 14px;
  padding: 0 5px;
  position: absolute;

}


#validacionCorrecta{
  color: rgb(68, 107, 8);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1rem;
}
.mensajeValidacion{
  color: red;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: .85rem;
}
.contenedor-checkbox label{
  font-size: .75rem;
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
}
.contenedor-checkbox label [type=checkbox]{
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin-top: -1rem;
  background-color: #0c5460;
}
  