*{
    margin: 0px;
    padding: 0px;
}
h1{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #2b579a;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: white;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    text-align: center;
}

.formulario1{
    margin-top: 60px;
    font-size: 25px;
    
}
.formtext{
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 25px;
    font-size: 18px;
}
.formtexttop{
    font-weight: bold;
}

.ingreso{
    width: 150px;
    height: 35px;
    border-radius: 10px;
    background-color: #2b579a;
    color: white;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 10px;
}

.btnadmin{
    width: 150px;
    height: 35px;
    border-radius: 10px;
    background-color: #2b579a;
    color: white;
    font-weight: bolder;
    font-size: 18px;
}