﻿body {
    background-image: url('../images/');
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 25px;
}

#wrapper {
    max-width: 964px;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #ffffff;
}

#logo {
    text-align: left;
    float: left;
    width: 664px;
    height: 150px;
    background: url('../images/add_drop.png') no-repeat;
}

#loginDisplay {
    text-align: right;
    float: left;
    width: 200px;
    margin-right: 2px;
}

.clear {
    clear: both;
}

#footer {
    text-align: center;
}

h1 {
    margin: 0;
    font-size: 90%;
    padding: 3px;
    font-weight: bolder;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    font-size: 17px;
}


h2 {
    font-size: 18px;
    color: #0e034d;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

.login {
    padding: 8px;
}

.error {
    color: Red;
}

.footer_buttons {
    text-align: center;
}

#navlist {
    margin-top: 3em;
}


#body_content {
    padding: 8px;
}
