body {
    background-color: #f1f1f1;
    /* padding-top: 80px; */
}

.logo img {
    margin: auto;
    display: block;
}

.background-colour {
    color: #fff!important;
    background-color: #7ba840 !important;
    border-color: #7ba840 !important;
}

.text-colour {
    color: #7ba840 !important;
}

.small-text {
    font-size: 70%;
}

.light-gray-text {
    color: #afafaf;
}