
/*--------------------------------------------------------------
    Gotham
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    Adobe Garamond Pro
--------------------------------------------------------------*/
html.ie8 * {
  font-weight: normal !important;
  font-style: normal !important;
}
/*--------------------------------------------------------------
    Login
--------------------------------------------------------------*/
.user-login .credentials-fieldset label {
  margin-bottom: 18px;
  margin-top: 25px;
}
.user-login .form-actions,
.forgot-password .form-actions {
  margin-top: 23px;
}
.user-login .forgot-password-link-wrapper {
  margin-top: 35px;
}
.user-login .password-forgotten {
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}
.mobile-login h1 {
  font-size: 18px;
  margin-bottom: 45px;
}
.mobile-login .form-actions {
  margin-top: 42px;
}
/*--------------------------------------------------------------
    Forgot Password
--------------------------------------------------------------*/
.forgot-password .description {
  margin-bottom: 25px;
}
/*--------------------------------------------------------------
    Logout
--------------------------------------------------------------*/
.logout-title {
  margin-top: 160px;
}


/*--------------------------------------------------------------
    Hide header and Top navigation on Log in page
--------------------------------------------------------------*/
.headerContent {
  display: none;
}

#nav_main {
  display: none;
}
