body {
    font-family: 'Arial', sans-serif;
    background-color: #F5F5F5;
    font-size: 1rem;
    color: #000000;
}

@media (min-width: 992px) {
    body {
        background-image: url('../images/background-big-5.png');
        background-repeat: no-repeat;
        background-position: left center;
    }
}

[class^="icon-"], [class*="icon-"] {
    width: 1.25em;
    text-align: center;
    display: inline-block;
}

.container {
    min-height: 100vh;
}

.row {
    min-height: 100vh;
}

.widget {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}

.footer {
    margin-top: 20px;
    padding: 10px;
    font-size: 0.85rem;
    text-align: center;
}

.footer a {
    color: #3D7CB2;
    text-decoration: none;
}

.footer a:hover {
    color: #3D7CB2;
    text-decoration: underline;
}