:root {
    --brand-color: #013755;
}

.navbar {
    background-color: var(--brand-color);
}

.btn-primary {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

.logo {
    background-color: #ffffff;
    padding: 10px;
}

.copy {
    text-align: center;
    font-size: 12px;
}

/* Customizations */
.custom-padding-bottom-col {
    padding-bottom: 30px;
}

h1 {
    margin-bottom: 2.5rem;
}

h2 {
    margin-top: 2.5rem;
    width: 100%;
}

.users-list a:link {
    text-decoration: none;
}

.users-list a:visited {
    text-decoration: none;
}

.users-list a:hover {
    text-decoration: none;
}

.users-list a:active {
    text-decoration: none;
}

/* Form */
form label {
    display: block;
    padding-top: 10px;
    font-weight: bold;
}

form li {
    color: #e7091c;
}

form label span {
    display: block;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

form .form-check .form-check-input {
    margin-top: 14px;
}

.rc-custom-radio input {
    width: auto;
}

.rc-custom-radio-wrapper label {
    width: 50%;
    float: left;
}