﻿#logotitle {
    font-size: 3.5em;
    color: #243A5B;
    font-weight: bold;
    font-family: sans-serif;
}

.checkbox label::before {
    width: 24px !important;
    height: 24px !important;
    margin-top: -5px !important;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #0070C0 !important;
    border-color: #0070C0 !important;
    width: 24px;
    height: 24px;
}