.lh-min{
    line-height: 1.2 !important;
}
.header-img {
    background-size: cover;
}
.navbar-brand {
    margin-right: 3rem;
}
.bg-cover{
    background-size: cover !important;
}
.bg-x-center{
    background-position-x: center !important;
}

.override-form{
    display: block;
    width: 100%;
    padding: .6rem 1rem !important;
    font-size: .75rem !important;
    font-weight: 500;
    line-height: 1.7 !important;
    color: #60697b !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid rgba(8, 60, 130, .07) !important;
    border-radius: .4rem !important;
    box-shadow: 0 0 1.25rem rgba(30,34,40,.04) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}