.seguros{
    width: 800px;
}

.contenedor{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eclipse{
    width: 250px;
    height: 160px;
    border-radius: 40px;
}

.h3{
    color: aliceblue;
}

label
{
font-family: Arial;
padding: 4px;
font-weight: bold;
color: rgb(241, 222, 5);
text-align: center;

font-size: 18px;
border-radius: 10px;
}

.form{
background-color: #141414;
border-radius: 10px;
}
input[type="text"]
{
font-family: Arial;

background-color:aliceblue;
padding:4px;
text-align: left;
font-size: 25px;
margin: 4px 4px;
border-radius: 10px;
}
td
{
padding: 6px 4px;
border-radius: 10px;
border: none;
}
.guardar{
    width: 125px;
    height: 75px;
    text-align: right;
    padding: 25px;
}
.salir{
    width: 250px;
    height: 160px;
    text-align: right;
}

@media(max-width:900px){
   
    .eclipse{
        width: 200px;
    }
    .seguros{
        width: 500px;
    }

}
@media(max-width:600px){
    .eclipse{
        width: 200px;
    }
    .seguros{
        width: 400px;
    }

}
@media(max-width:415px){
    .eclipse{
        width: 150px;
    }
    .seguros{
        width: 350px;
    }

}

