body {
  margin-top: 65px;
}

.navbar-header {
  position: relative;
  top: -4px;
}

.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}

.icon {
  position: relative;
  top: -10px;
}

.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}

.page-consent .client-logo {
  float: left;
}

.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}

.page-consent .consent-buttons {
  margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}

.page-consent .consent-form .consent-description {
  margin-left: 25px;
}

.page-consent .consent-form .consent-description label {
  font-weight: normal;
}

.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}

.grants .page-header {
  margin-bottom: 10px;
}

.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}

.grants .grant img {
  width: 100px;
  height: 100px;
}

.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}

.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}

.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}

.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}

.grants .grant li {
  list-style-type: none;
  display: inline;
}

.grants .grant li:after {
  content: ', ';
}

.grants .grant li:last-child:after {
  content: '';
}

/*login-form*/

.login-form-container {
  margin: 0 auto;
  padding-top: 20px;
  width: 641px;
}

.login-form {
  border: 1px solid #0060A9;
  margin-bottom: 80px;
  width: 100%;
}

.login-form-logo {
  border-bottom: 3px solid #0060A9;
}

.login-form-header {
  padding: 0 6px;
  background: #004990;
  color: #fff;
  text-align: center;
}

.login-form-footer {
  border-bottom: 14px solid #0060A9;
}

.login-form-label {
  text-align: right;
  width: 210px;
}

.login-form-input {
  padding-left: 10px;
  padding-right: 40px;
}

.login-form-input .form-control {
  padding: 0 4px;
  height: auto;
  border-radius: 0;
}

.login-form-additional-info {
  text-align: center;
}

.login-form-support {
  padding-left: 20%;
}

.login-form-support .login-form-block {
  margin: 0 auto;
}

.login-form-support .login-form-block strong {
  display: block;
  margin-bottom: 0.4em;
}

/*accessdenied-form*/

.accessdenied-form-container {
  margin: 0 auto;
  padding-top: 100px;
  width: 641px;
  height: 100%;
}

.accessdenied-form {
  border: 1px solid red;
  margin-bottom: 80px;
  width: 100%;
}

.accessdenied-form-header {
  padding: 0 6px;
  background: #004990;
  color: #fff;
  text-align: center;
}

.accessdenied-form .form-control {
  padding: 0 4px;
  height: auto;
  border-radius: 0;
}

.accessdenied-form-additional-info {
  text-align: center;
}

.accessdenied-form-row {
  text-align: center;
}

.accessdenied-form-support {
  padding-left: 20%;
}

.accessdenied-form-support .login-form-block {
  margin: 0 auto;
}

.accessdenied-form-support .login-form-block strong {
  display: block;
  margin-bottom: 0.4em;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 9px;
}

/* Custom page CSS
    -------------------------------------------------- */

/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.empty-row {
  height: 1em;
}

.half-empty-row {
  height: 0.5em;
}

/*# sourceMappingURL=sso.css.map*/