body {

}

.container {
    background-color: #fff;
}

h5 {
    color: rgb(5, 44, 101);
    background-color: rgb(207, 226, 255);
    padding: 10px 10px;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem;
}

.row.separator {
    height: 8px;
    background-color: #f1f1fa!important;
}

.usOfficeSelectWrapper .select2-container {
    width: 100%;
    padding: .2rem 1rem .2rem 0.2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto;
}

.select2-container--default .select2-selection--single {
    border: 0;
}