html.login-page {
    height: 100%;
}
body.canvasbg, .canvasbg, .popuplogin
{
    background-image: url(../images/portal_bg_texture.88b196f4.png);
    overflow-x: hidden;
}
body.login-page {
  height: 100%;
}
.login-page-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../images/chalkboard_horz_bg.6ecce13a.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/chalkboard_horz_bg.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/chalkboard_horz_bg.png', sizingMethod='scale')";
}
.login-page-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-areas:
        'announcements login'
        'announcements footer';
    -ms-grid-columns: 37.5% 62.5%;
    grid-template-columns: 37.5% 62.5%;
    -ms-grid-rows: 50% 50%;
    -ms-grid-rows: minmax(min-content,50%) minmax(min-content,50%);
    grid-template-rows: minmax(-webkit-min-content,50%) minmax(-webkit-min-content,50%);
    grid-template-rows: minmax(min-content,50%) minmax(min-content,50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
}
.login-announcements-wrapper {
    grid-area: announcements;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.login-wrapper {
    grid-area: login;
    -ms-grid-row: 1;
    -ms-grid-reow-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.login-footer-wrapper {
    grid-area: footer;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1;
    padding-right: 0.5rem;
}
.login-footer-wrapper footer {
    position: static;
    background-color: transparent;
    text-align: start;
    border: none;
}
.login-announcements-wrapper .login-announcements {
    text-align: left;
    color: white;
    margin: 8rem auto 2rem auto;
    width: fit-content;
}
.login-wrapper .loginbox {
    margin: 0;
}
.popuplogin .aperture-dialog-content
{
    padding: 0px 40px 10px 40px;
}
.loginbox 
{
    position: relative;
    z-index: 3;
    width:400px;
    border-radius: 15px;
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 1.5rem;
    margin: auto;
}

.loginbox, #signinButton, #forgotPasswordDialog, #forgotPasswordSubmitButton
{
    -webkit-box-shadow:  4px 6px 12px 0px rgba(0, 0, 0, .4);    
    box-shadow:  4px 6px 12px 0px rgba(0, 0, 0, .4);
}
.loginbox form 
{
    text-align:center;
    position: relative;
    margin-top: 10px;
}
.loginbox input[type="text"], .loginbox input[type="password"]
{
    width: 300px;
    margin: 10px;
    font-size: 18pt;
    font-weight: 300;
}
.loginbox input.untouched 
{
    font-weight: 300;
}
.loginboxtitle { text-align:center; }

#loginMessages li
{
    list-style-type: none;
}

#loginErrorMessage
{
    display: none;
    margin: 0px 50px;
}

#signinButton, #forgotPasswordSubmitButton
{
    text-align:center;
    border-radius: 90px;
    color: #fff;
    background: rgb(44,122,214); /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJjN2FkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzRiOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(44,122,214,1) 0%, rgba(7,75,158,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,122,214,1)), color-stop(100%,rgba(7,75,158,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(44,122,214,1) 0%,rgba(7,75,158,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(44,122,214,1) 0%,rgba(7,75,158,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(44,122,214,1) 0%,rgba(7,75,158,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(44,122,214,1) 0%,rgba(7,75,158,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7ad6', endColorstr='#074b9e',GradientType=0 ); IE6-9 */
    border: solid 1px #ccc;
}

#signinButton 
{
    padding-bottom: 4px;
    position: absolute;
    top: 155px;
    left: 160px;
    width: 80px;
    height: 80px;
}
#forgotPasswordLink
{
    display:block;
    margin: 80px auto 0px;
    text-align:center;
    width: 190px;
}
#forgotPasswordDialog, #forgotPasswordEmailSent
{
    width: 400px;
    text-align: left;
    border-radius: 15px;
    border: solid 1px #ccc;
    background-color: #fff;
    display: none;
    margin: 80px auto;
    padding: 15px;
    position: relative;
}
#forgotPasswordErrorMessage
{
    color: #a00;
    padding-top: 5px;
    font-size: 0.9em;
    display:none;
}
#forgotPasswordShowMessage 
{
}
#forgotPasswordSubmitButton 
{
    position: absolute;
    top: -10px;
    left: 375px;
    width: 80px;
    height: 60px;
    padding-top:20px;
    font-size: 0.9em;
}

.login-announcements-big {
  font-size: 2em;
  color: white;
}
.login-announcements {
  font-size: 1.3em;
  line-height: 1.3;
  overflow: hidden;
  padding: 1rem;
  margin: 5px auto;
  text-align: center;
  color: #084c9e;
}

#loginMessages 
{
    color: #a30;
    text-align:center;
    position:absolute;
    width: 100%;
    top: 580px;
}
/*** For session timeout relogin popup message  ********************************************************************/
.popupLogin 
{
    padding: 20px;
}
.popupLogin #signinButton 
{
    position:absolute;
    top: 175px;
    left: 200px;
}
.popupLogin .loginbox 
{
    margin:10px;
    background-color:#fafafa;
    border: solid 1px #eee;
    padding: 15px 15px 30px 15px;
}


.desktop .clearInput
{
    display: none !important;
}

.canvasbg #logo
{
    position: fixed; 
    bottom: 10px; 
    left: 10px;
    opacity: 0.7;
}

.canvasbg .portal-footer
{
    font-size: 1em;
    border: none;
    background-color: transparent;
}

/* Mobile */
.mobile
{
    height:100%;
}

.mobile .canvasbg
{
   
    width:auto;
    margin: 0 auto;
    height:100%;
}

.mobile #elliptical-shadow, .mobile #elliptical-highlight
{
    position:absolute;
    display:none;
}

.mobile .ac
{
    margin-top:0px !important;
    height: 100px;
}

.mobile .ac .lighthouseLogoBig
{
    width: 60px;
    height: 60px;
    background-position: -112px -210px;
}

.mobile .ac .lighthouseLogoText
{
    width: 120px;
    height: 27px;
    background-position: -175px -240px;
}

.mobile .loginbox
{
    width: auto;
    height: auto;
    border-radius:0px;
}

.mobile #username, .mobile #passwordph, .mobile #password
{
    height: 40px;
    width: 75%;
    padding-right: 40px;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height:30px;
    vertical-align:middle;
    color:#555555;
    margin-right:-35px;
}

.mobile .clearInput
{
    display: inline-block;
    position: relative;
    right: 3px;
    height: 40px;
    width: 30px;
    vertical-align: middle;
}

.mobile .clearInput span
{
    position:absolute;
    color: #a1b9ed;
    cursor: pointer;
    font: 27/25px arial, sans-serif;
    text-align: center;
    margin-top:10px;
}

.mobile #signinButton
{
    position:static;
    margin: 0 20%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.mobile #signinButton:active
{  
    height: 78px;
    width: 78px;
    margin-top: 1px;
    margin-bottom: 1px;
    background: linear-gradient(to bottom,  rgba(7,75,158,1) 0%,rgba(44,122,214,1) 100%); 
}

.mobile #forgotPasswordLink
{
    margin-top:20px;
}

.mobile .loginbox, .mobile #signinButton, .mobile #forgotPasswordDialog, .mobile #forgotPasswordSubmitButton
{   
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile #logo
{
    position:relative;
    width: 100%;
    text-align: center;
    bottom: 30px !important;
    left: 0px !important;
    top: 60px;
    height: 27px;
}

.mobile .portal-footer
{
    position:relative;
    top: 45px;
    right: auto;
    width: 100%;
}

.mobile .login-announcements {
  width: 100%;
  height: auto;
  max-height: 75px;
}

.logoContainer {
    margin: 2rem auto;
}

.logoContainer-landing {
    margin: 6rem auto 2rem auto;
}

.sso-login-btn {
  color: #fff;
  background: -moz-linear-gradient(top,  rgba(44,122,214,1) 0%, rgba(7,75,158,1) 100%); /* FF3.6+ */
  background: #2c7ad6; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,122,214,1)), color-stop(100%,rgba(7,75,158,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(44,122,214,1) 0%,rgba(7,75,158,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(44,122,214,1) 0%,rgba(7,75,158,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(44,122,214,1) 0%,rgba(7,75,158,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(44,122,214,1) 0%,rgba(7,75,158,1) 100%); /* W3C */
  border: solid 1px #ccc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJjN2FkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzRiOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  transition-duration: 0.3s;
  cursor: pointer;
  border-radius: 4px;
  font-size: 24px;
  font-weight: bold;
  width: 250px;
}

.sso-login-btn:hover {
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.75);
}

.sso-login-btn:focus-visible {
    outline: 3px solid white;
    box-shadow: 0 0 0 6px  black;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .login-announcements {
    font-size: 1em;
    width: 450px;
    height: auto;
    max-height: 75px;
  }
}

.mobile #loginMessages
{
    top: 115px;
    z-index: 4;
}

.mobile #loginMessages ul
{
    list-style-type: none;
    padding: 0px;
}

.mobile #forgotPasswordDialog
{
    width: auto;
    margin: 20px auto 0px auto;
}

.mobile #forgotPasswordEmail
{
    font-size: 16px;
    height: 35px;
    margin-top: 10px;
}

.mobile #forgotPasswordSubmitButton
{
    top:8px;
    left: 85%;
    /*Firefox*/
    left: -moz-calc(100% - 88px);
    /*WebKit*/
    left: -webkit-calc(100% - 88px);
    /*Opera*/
    left: -o-calc(100% - 88px);
    /*Standard*/
    left: calc(100% - 88px);
}

.mobile #forgotPasswordEmailSent
{
    width:auto;
    margin:20px auto 0px auto;
}

/* End of Mobile */

/* Tablet */
.tablet
{
    height:100%;
}

.tablet .canvasbg
{
    width:auto;
    margin: 0 auto;
    height:100%;
}

.tablet #elliptical-shadow, .mobile #elliptical-highlight
{
    position:absolute;
    display:none;
}

.tablet .ac
{
    margin-top:20px !important;
}

/*
.tablet .ac .lighthouseLogoBig
{
    width: 60px;
    height: 60px;
    background-position: -112px -210px;
}

.tablet .ac .lighthouseLogoText
{
    width: 120px;
    height: 27px;
    background-position: -175px -240px;
}
 */

.tablet .loginbox
{
    min-width: 250px;
    height: auto;
    border-radius:0px;
}

.tablet #username, .tablet #passwordph, .tablet #password
{
    height: 40px;
    width: 75%;
    padding-right: 40px;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height:30px;
    vertical-align:middle;
    color:#555555;
    margin-right:-35px;
}

.tablet .clearInput
{
    display: inline-block;
    position: relative;
    right: 3px;
    height: 40px;
    width: 30px;
    vertical-align: middle;
}

.tablet .clearInput span
{
    position:absolute;
    color: #a1b9ed;
    cursor: pointer;
    font: 27/25px arial, sans-serif;
    text-align: center;
    margin-top:10px;  
}

.tablet #signinButton
{
    position:static;
    margin: 0 20%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.tablet #signinButton:active
{  
    height: 78px;
    width: 78px;
    margin-top: 1px;
    margin-bottom: 1px;
    background: linear-gradient(to bottom,  rgba(7,75,158,1) 0%,rgba(44,122,214,1) 100%); 
}

.tablet #forgotPasswordLink
{
    margin-top:20px;
}

.tablet .loginbox, .mobile #signinButton, .mobile #forgotPasswordDialog, .mobile #forgotPasswordSubmitButton
{   
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tablet #logo
{
    position:relative;
    width: 100%;
    text-align: center;
    bottom: 30px !important;
    left: 0px !important;
    top: 60px;
    height: 27px;
}

.tablet .portal-footer
{
    position:relative;
    top: 45px;
    right: auto;
    width: 100%;
    height: 17px;
}

.tablet #forgotPasswordEmail
{
    font-size: 16px;
    height: 35px;
}
/*End of Tablet*/

@media only screen and (max-width: 844px) {
    .login-page-wrapper {
        display: flex;
        flex-direction: column;
    }
    .login-footer-wrapper {
        flex-grow: 1;
        align-items: center;
        padding-right: 0;
    }
    .logoContainer-landing {
        margin: 2rem auto;
    }
    .loginbox
    {
        margin-bottom: 2rem;
    }
    .sso-login-btn {
        margin: 0 auto 2rem auto;
    }
    .copyright {
        justify-content: center;
    }
    .login-announcements-wrapper .login-announcements {
        margin: 0;
    }
}

