.divider:after,
.divider:before
{
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

#company_logo
{
    max-width: 50%;
    display: flex;
    margin: auto;
}

.messages
{
    text-align: center;
}
.white
{
    color: white;
}

.navbar
{
    padding: 0;
    height: 64px;
    display: flex;
    flex-direction: row-reverse;
}
.navbar-nav
{
    width: 100%;
    align-items: baseline;
}
.nav-item
{
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav-item form
{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav-item button
{
    width: 100px;
}
.home_container
{
    position: relative;
}
.navbar a, .navbar button
{
    margin-top: 13px;
}

.input-group-text
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

th, td
{
    vertical-align: middle;
}
tr
{
    height: 55px;
}