





html, body {
    height: 100%; background: ###;
}

/* CSS only for examples not required for centering */
.container {
    height: 100%;
}

.note {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    padding: 5px;
    background: #eee;
    max-width: 360px;
    border: 1px dotted #bbb;
}

/* show border around full height container */
.h-100 {
    border: 1px dotted #cc2222;
}


.logo {
    width: 55%;
    text-align: left;
    border-right: 2px solid #fff;
    justify-content: center;
}

.dados {
    width: 45%;
    padding: 0px 5% 5% 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}