html, body{
    margin: 0;
    padding: 0;
    height: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, input, span, button {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*height: 100%;*/
    line-height: 1.5;
}

body{
    height: 100%;
}

#wrapper{
    min-height: 100%;
    position: relative;
}

td {padding-right: 1em}
#resetPack {display: none}
#resetForm {display: none}

#sign-in-options {
    padding: 8px 8px 8px 8px;
}

#sign-in-options li div span {
    max-height: 43px;
    margin: 0px 0px 0px 0px;
    min-height: 43px;
    height: 43px;

}

.glyphicon {
    position: static ;
}

.form-signin
{
    max-width: 260px;
    /*padding: 15px;*/
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}

.form-signin .checkbox
{
    font-weight: normal;
}

.form-signin .form-control
{
    position: relative;
    font-size: 13px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin input:focus
{
    /*z-index: 2;*/
    border: none !important;
    background-color: white !important;
}

.form-signin ::-webkit-input-placeholder{
    color: #7c7c7c;
}

.form-signin :-moz-placeholder { /* Firefox 18- */
   color: #7c7c7c;
}

.form-signin ::-moz-placeholder {  /* Firefox 19+ */
   color: #7c7c7c;
}

.form-signin :-ms-input-placeholder {
   color: #7c7c7c;
}

.form-signin label:hover, #forgot-pw:hover{
    opacity: 1;
}

#forgot-pw{
    text-decoration: none;
    cursor: pointer;
}


.login-title
{
    color: #555;
    font-size: 30px;
    font-weight: 400;
    display: block;
}

.profile-img
{
    width: 126px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help
{
    margin-top: 10px;
}

.new-account
{
    display: block;
    margin-top: 10px;
}

#footer-login-buffer {
    height: 3em;
    min-height: 3em;
    max-height: 3em;
}

.nav-login-label{
    color: white;
}

.nav-login-label:hover{
    background-color: white !important;
    color: #77BD42;
}

#login-fail-msg {
    color: #d32d27;
    /*color: #EC3823;*/
    font-size: 12px;
    margin-top: 0;
    font-weight: 600;
}


#ie11-expired-popup, #ie11-popup {
    padding: 7px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-left: 1em;
    margin-bottom: 1em;
    -webkit-box-shadow: 0 0.25em 0.25em 0 rgba(0,0,0,.2);
    box-shadow: 0 0.25em 0.25em 0 rgba(0,0,0,.2);
    color: #0a0a0a;
    background-color: #FAA755;
}

#ie11-expired-popup #popup-notification-text-content, #ie11-popup #popup-notification-text-content {
    color: #0a0a0a;
    display: flex;
    justify-content: center;
}
#ie11-expired-popup a, #ie11-popup a {
    text-decoration: underline;
    color: currentColor;
}

#ie11-expired-popup a:hover, #ie11-expired-popup a:focus, #ie11-popup a:hover, #ie11-popup a:focus {
    text-decoration: none;
}