body {
  background: linear-gradient(rgba(171, 215, 228, 0.5),
      rgba(100, 133, 218, 0.582)),
    url(../imginicio/fondo4.svg);
  background-repeat: no-repeat;
  background-size: cover;
    height:max-content;
  min-height: 100vh;
}
/* barra de desplazamiento*/
body::-webkit-scrollbar{
  width: 10px;
  background-color: rgba(13, 96, 198, 0.62);
  
}
body::-webkit-scrollbar-thumb{
  background-color: rgb(34, 112, 202);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
li{
    list-style: none;
}


.input{
    background-color: rgb(34, 112, 202);
    border-color:  rgb(34, 112, 202);
    width: 21vw;
    padding: 2%;
    padding-left:10% ;
    margin: 2%;
    position: relative;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 5px 5px 20px black;
    text-align: start;
    
}

.inputcheckbox{
    display: none;
}
