

html, body {
    background-color: #0060ac !important;
    height: 100%;
}

#logo {
    width: 250px;
    height: auto;
    display: block;

    margin-top: 40px;
    margin-bottom: 40px;
}

div.title {
    background-color: #fff;
    padding: 25px;
}

.footer {
    color: #fff;
    padding-top: 20px;
}

.footer p {
    font-size: 18px;
    font-style: italic;
}

div.left,
div.right {
    background-color: #fff;
    padding: 40px;
}
