.bg-primary {
    background-color: #0698d4 !important;
}

.bg-secondary {
    background-color: #55b5e2 !important;
}


.text-primary {
    color: #21b251 !important;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    color: #f6f9fe;
    background-color: #0698d4;
    border-color: #55b5e2;
}

body {
    margin: 0;
    font-family: "Berlin Sans FB Demi";
    font-size: larger;
    font-weight: 400;
    line-height: 1.5;
    color: #698aa0;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}