*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #555764;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}



.form-content{
    background: linear-gradient(
        50deg,
        rgba(40,42,55,1)50%,
        rgba(40,42,55,0.7)),
    url(./fondo..jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    width: 1000px;
    border-radius: 25px;
}
.uno{
    color:#f4f6f9;
    font-size: 40px;
    margin-bottom: 25px;


}
.sexo{
    color: #f4f6f9;

}

.label{
    color: #f4f6f9;
    font-size: 20px;
    
}
.reset{
    background-color: #219bf9;
    width: 150px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #f4f6f9;
}


.boton{
    background-color: #219bf9;
    width: 150px;
    height: 50px;
    align-self: flex-end;
    cursor: pointer;
    font-size: 30px;
    color: #f4f6f9;
}




