
body.login #forgot-password {
    display:none;
}
body.login form.login-form-container h2:before {
    content: 'DLIFLC Wiki ';
}
/*body.login {
    color: #172b4d;
    background: url(https://www.dliflc.edu/wp-content/uploads/2022/04/WIKI-Login-BG.jpg);
    background-size: cover;
}*/
body.login #full-height-container {
    color: #172b4d;
    background: url(https://www.dliflc.edu/wp-content/uploads/2022/04/WIKI-Login-BG.jpg);
    background-size: cover;
    height: 100vh;
    width: 100vw;
}
body.login .aui-header, body.login #footer {
    position: absolute;
    bottom: 0px;
    background: #f4f5f7;
}
body.login #header {
    background-color: #f4f5f7;
    position: absolute;
    width: 100%;
    top: 20px;
}
body.login #main.aui-page-panel {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0px;
    min-height: 120px;
    overflow: auto;
    max-width: 600px;
    position: absolute;
    top: 20%;
    transform: translate(-50%);
    left: 50%;
}
body.login .login-section:before {
    content: '';
    height: 210px;
    width: 150px;
    display: block;
    background: url(https://www.dliflc.edu/wp-content/uploads/2020/07/Wiki_DLIFLC_Crest.png);
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    position: absolute;
    top: 25px;
    transform: translate(-50%);
    left: 100px;
}
/*body.login #main.aui-page-panel form.aui .field-group:nth-child(4n-2):after {
    content: "Use POM Account. Use first portion of email address only (usually firstname.lastname), and do not include '@dliflc.edu'.";
    font-style: italic;
    opacity: 0.5;
}*/
body.login .userpassword-section h2, 
body.login .login-section h2, 
body.login .signup-section h2 {
    border-bottom: 1px solid #ccc;
    color: #470A68;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: 75px;
    font-size: 30px;
}
body.login div#login-container {
    width: 80%;
    float: right;
}
body.login section.footer-body {
    display:none;
}


