html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Arial";
}

a:link {
    text-decoration: none;
    color: black;
}
/* unvisited link */
a:visited {
    text-decoration: none;
    color: black;
}
/* visited link */
a.forgot:hover, a.privacy:hover {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
/* mouse over link */
a:active {
    text-decoration: none;
    color: black;
}

#container {
    min-height: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

#header {
    background: #52514F;
    padding: 10px;
    height: 200px;
}

#logoHeader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 186px;
    height: 168px;
}

#logoFooter {
    width: 62px;
    height: 60px;
}

#body {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    flex-grow: 1;
}

#footer {
    bottom: 35px;
    width: 100%;
    height: 100px; /* Height of the footer */
}

#footerContent {
    /*float: right;*/
    /*margin-top: 10px;*/
    /*margin-right: 5px;*/
    font-size: 12px;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
}

#forgotPassword {
    text-align: center;
    font-size: 12px;
}

#privacyDiv {
    text-align: right;
    font-size: 12px;
}

#help {
    text-align: center;
    font-size: 12px;
}

#messageExpire {
    text-align: center;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

#messageError {
    text-align: center;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.maintenance {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#tblForgotAccessCode {
    font-size: 15px;
}

.rightsContainer {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
}

#divStudyCodeHelp {
    border: 1px solid black;
    padding: 5px;
    width: 300px;
    font-size: 12px;
    background: white;
}
