
body, html {
    height: 100%;
    background:#BBCDE5;
    color:white;
}
.container-fluid {
    height: 100%;
}
.row {
    height: 100%;
}
.centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.fa{
    font-size:18pt;
}
.log{
    border-radius:10px;
}
    