body {
  margin-top: 80px;
}
body .language-select {
  display: inline-block;
  color: white;
}
.navbar-inverse {
  background-color: white;
  border-color: white;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
  width: 165px;
  height: 60px;
  margin-left: 10px;
}
.active {
  text-decoration: underline;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.btn-primary {
  background: #fff000;
  color: #003670;
}
.btn-primary:hover {
  color: #003670;
  background: #fff000;
}
.main-wrapper {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  background: #003670 url("actief_logo_login.svg") no-repeat fixed right bottom;
  color: #fff;
  font-size: 1.6em;
}
.main-wrapper .list-group {
  color: black;
}
.main-wrapper .validation-summary-errors ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 10px;
  color: #ff5f5f;
}
.text-white {
  color: white;
}
@media only screen and (max-width: 900px) {
  .main-wrapper {
    top: 30%;
    background-size: calc(35vh);
  }
}
@media only screen and (max-width: 600px) {
  .main-wrapper {
    top: 20%;
    background-size: 200px;
  }
}
.login-page {
  padding-top: 105px;
  padding-bottom: 100px;
}
.login-page .form-signin .form-control,
.login-page .form-login-reset .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.login-page .sso-password-info-message {
  padding: 10px;
}
.login-page #frm_login .hidden-actief-sso {
  display: block;
}
.login-page #frm_login .show-actief-sso {
  display: none;
}
.login-page #frm_login.actief-sso .hidden-actief-sso {
  display: none;
}
.login-page #frm_login.actief-sso .show-actief-sso {
  display: block;
}
.login-page .form-signin .btn-primary,
.login-page .login .btn-primary {
  background: #fff000;
  color: #003670;
}
.login-page .form-signin .btn-info {
  background: #003670;
  color: #fff;
}
.login-page .form-signin .btn-info:hover {
  background: #003670;
  color: #fff000;
}
.forgot-pwd-page {
  padding-top: 105px;
  padding-bottom: 100px;
}
.forgot-pwd-page input {
  max-width: 330px;
}
.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: '';
}
.btn {
  border-radius: 0;
}
.panel {
  border-radius: 0;
}
h1,
.h1 {
  font-size: 30px;
}
