form{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e5e5f7;
    opacity: 0.8;
    background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #e5e5f7 10px ), repeating-linear-gradient( #8cd19a55, #8cd19a );
    box-shadow: 0 5px 10px -5px rgb(0, 0, 0 / 30%) ;
    text-align: center;
}
.patrocinadores{
    text-align: center;
}
#nombre{
    border: none;
}
#fechaNac{
    border: none;
}
#numero{
    border: none;
}
#email{
    border: none;
}
#comentarios{
    border: none;
}
#hombre{
    border: none;
}
#mujer{
    border: none;
}