html, body {
    font-family: "opensans",sans-serif;
    font-size: 14px;
    background-color: #F4F6F8;
}

a, a:hover {
    color: #00CF52;
}

.btn-success, .btn-success:hover, .btn-success:active {
    background-color: #009c3a;
    border-color: #009c3a;
}

.form-control {
    border: 0;
    border-radius: 3px;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

.form-label {
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 700;
}

.admin-header-links {
    background-color: #333;
    text-align: center;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
    }

    .admin-header-links a {
        color: #eee;
        text-decoration: none;
    }

header {
    border-top: solid 100px #0D5270;
}

.page-title h3 {
    font-weight: 500;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1em;
}

.page-title::before {
    content: '';
    display: block;
    width: 50px;
    margin: 0 auto 2rem;
    border-top: solid 1px #979797;
}

.login-disclaimer .topic-block-title h2 {
    font-size: 1.25rem;
    font-weight: 700;
}
