
.fondo_log{
    background-image: url(../src/svg/fondo2.svg);
    background-position: center; 
    background-size: cover; 
    height: 100%;
    min-height: 100vh;
    width: 100%; 

font-family: 'Open Sans', sans-serif;}


.boton_acceso{
    border-color: #023E8A !important;
    color: #023E8A !important;
}

.boton_acceso:hover{
    background-color: #023E8A !important;
    border-color: #023E8A !important;
    color: #fff !important;
}