.ge-footer-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: .85em;
}

.ge-footer-container a {
    color: #FFFFFF !important;
}

.ge-footer-container {
    color: #FFFFFF !important;
}

#ge-copyright {
    color: #FFFFFF !important;
    font-size: .8em !important;
}
body {
    background-image: url('/fss/assets/images/bg_img.jpg');
    box-shadow:inset 0 0 0 2000px rgba(5, 96, 186, .84);
    background-size: cover;
    display: flex;
    background-position: center center;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 650px;
    position: relative;
}

#ge-container {
    padding-top:0px;
    padding-bottom:0px;
    min-height:0;
}

#ge-logo {
    width:45px;
    height:45px;
    vertical-align:text-bottom;
}

#ge-body-container {
    margin-bottom:0px;
}

#remember-me-login-button{
    white-space: normal;
    width: 25em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #0071b1;
    border-radius: 3px;
    border: 0;
    position: relative;
    margin-bottom: 0 !important;
    margin-top: 12px;
    font-family: "ge-inspira", Arial, sans-serif;
    font-size: 17px;
    max-width: 325px;
    height: auto;
}
#remember-me-login-button:focus {
    box-shadow: 0 0 0 3px rgba(144, 176, 212, 0.5);
    border-collapse: separate;
  }
#shared-computer-login-button{
    white-space: normal;
    width: 25em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #63676b;
    border-radius: 3px;
    border: 0;
    position: relative;
    margin-bottom: 0 !important;
    margin-top: 12px;
    font-family: "ge-inspira", Arial, sans-serif;
    font-size: 17px;
    max-width: 325px;
    height: auto;
}
#shared-computer-login-button:focus {
    box-shadow: 0 0 0 3px rgba(130, 140, 150, 0.5);
    border-collapse: separate;
  }
#post-button:focus {
    box-shadow: 0 0 0 3px rgba(144, 176, 212, 0.5);
    border-collapse: separate;
}
#login-password-field{
    text-transform: none;
}
#changePassLink{
    height: auto !important;
    background-color: #2996D3;
}
#changePassLink a{
    color: #fff !important;
}

