.font-bold {
    font-weight: 700;
}

.font-lg {
    font-size: 120%;
}

.font-sm {
    font-size: 90%;
}

.font-xs {
    font-size: 80%;
}

.col-middle {
    vertical-align: middle !important;
}

.has-error {
    border: 1px solid #f96868;
}

.error-msg {
    color: #f96868;
}