body, html{
    background-color: white !important;
}

#containerlogo{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    display: block;
    width:25%;
}
#containerlogo > img{
    width:100%; 
}
.text-white{
    color: white;
}

.overflowya{
    overflow-y: auto;
}

.botonazul{
    background-color: #2B3A42;
    border: none;
    color: white;
    padding: 5px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: x-large;
}