html,
body {
    height: 100%;
}

header {
    background: black;
    color: white;
}

body {
    background-color: #f5f5f5;
}

/* LOGIN */
#form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
#form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
#form-signin .form-control:focus {
    z-index: 2;
}
#form-signin input[type="name"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#username_text {
    margin-left: 20px;
    margin-right: 12px;
}
#shop_text {
    font-size: 0.65rem;
    margin-right: 12px;
}
#logout {
    font-size: 1.5rem;
    *padding-top: 3px;
}
#logout a {
    color: white;
}

.multi_package {
    font-size: 130%;
    color: maroon;
}
.package_numbers {
    font-size: 75%;
}

@media only screen and (max-width: 1420px) {
    #header_search_button {
        display:none;
    }
}

.navbar-brand {
    margin-right: .5rem;
}

span#project_name {
    font-size: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-right: 1rem;
}

@media only screen and (max-width: 1280px) {
    #project_name {
        line-height: 30px;
    }
    #username_text {
        margin-left: 10px;
    }
}