*{
    /* font-family: "Times New Roman", Times, serif; */
    /* color: blue; */
    line-height:normal;
}


h2{
    display: block;
    font-size: 1.5em !important;
    margin-top: 0.83em !important;
    margin-bottom: 0.83em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 700 !important;
    font-stretch:initial !important;
}

/* Navbar */

.navbar-brand > img{
    /* width: 100px; */
    height: 80px;
    object-fit: cover;
}

.nav-items-container{
    display: flex;
    justify-content: flex-end !important;
    align-items: flex-end !important;
}

/* .print-header{
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
} */

/* nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav li {
    float: left;
}

nav li a {
    display: block;
    padding: 8px;
    background-color: #dddddd;
} */

/* Table for search results */

/* table {
    border-collapse: collapse;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
}

tr:nth-child(even) {
    background-color: #dddddd;
} */

/* Forms */
div {
    background-color: transparent !important;
}

/* Form Alignment */
#as {
    width: 200px;
    display: inline-block;
}

#as2 {
    width: 175px;
    display: inline-block;
}

/* Login Page */

#bg{
    background: #eee;
}

#frm{
    border: solid gray 1px;
    width: 20%;
    border-radius: 5px;
    margin: 100px auto;
    background: white;
    padding: 50px;
}

#btn{
    color:  #fff;
    background: #337ab7;
    padding: 5px;
    margin-left: 69%;
}


