<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.formulario-central{
    background-color: #ffffffd7;
    margin-top: 5%;

    align-self: center;
    margin-left: 20%;
    margin-right: 20%;
    position: relative;
    align-items: center;
    /* margin: 10px; */

}

.imgCentral{

}

body{
    background-color: #26257A;
    

    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    image-orientation: from-image;
}

.boton-propio{
    background-color: #203267;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #F7C600;
    height: 40px;
    width: auto;
    margin-left: 5%;
}

.boton-propio:hover{
    background-color: #F7C600;
    color: #203267;
}
.input-propios{
    margin-left: 5%;
    background-color: #FFFFFF;
    color: #2E2E2E;
    width: 90%;
    height: 40px;
}

.textosInfo{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2%;
    size: 14px;
}</pre></body></html>