body {
    font-family: ibm plex sans;
}

label {
    font-weight: 900;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.radio-privacy-div label {
    font-size: .8rem;
}

.radio-privacy-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-check-label {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0;
}

.btn-group {
    display: flex;
    vertical-align: middle;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
}

.btn-group .btn {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 90%;
    height: 60px;
    background-color: #083368;
    border-color: #083368;
}

.btn-group .btn:hover {
    background-color: #23527c;
    border-color: #23527c;
}

.btn-group label {
    margin-bottom: 0;
    color: #fff;
}

.btn-primary {
    background-color: #c21734;
    border-color: #c21734;
}

.btn-primary:hover {
    background-color: #a1162e;
    border-color: #a1162e;
}

.footer-div a {
    color: #fff;
    text-decoration: underline;
}

.radio-inline-info {
    font-size: .7em;
}

.footer-div a:focus, .footer-div a:hover {
    color: #23527c;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .btn-group .btn {
        width: 250px;
        height: 70px;
    }

    .btn-group label {
        margin-bottom: 10px;
    }
}
