.form_errors {
    margin-top: 1em;
    padding: 0; 
    list-style-type: none;
    color: red;
}

.form_label {
    margin-bottom: 5px;
}

.office_info_wrapper {
    padding-left: 20px;
    border-left: thick solid rgb(0, 160, 180);
    margin-bottom: 40px;
}
.office_title_row {
    margin-bottom: 20px;
}
.office_address_row {
    margin-bottom: 20px;
}