* {
  font-family: 'Roboto', sans-serif;
}
.navbar {
  margin-bottom: 0;
  height: 100px;
}
.navbar-header {
  position: relative;
  top: -4px;
  padding-top: 40px;
}
.navbar-brand {
  display: block;
  height: auto;
  float: none;
  line-height: 1.4;
  padding: 0;
}
.navbar-brand > .icon-banner {
  display: block;
  width: 150px;
}
.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;
}
.welcome-page .page-header {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
}
.welcome-page h1 {
  margin-top: 0;
}
.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: '';
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    padding-left: 42px;
  }
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  width: 100%;
  outline: none;
  text-align: left;
  padding-left: 16px;
}
.dropdown-item:hover {
  background-color: #fff;
}
.eBtn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  border: 0;
  background-color: transparent;
  border-radius: 3px;
  box-shadow: none;
  text-transform: uppercase;
  color: #fff;
  height: 46px;
  font-size: 13px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.84px;
  transition: background-color 0.1s;
}
.eBtn span {
  vertical-align: middle;
  padding-left: 12px;
}
.eBtn__loader {
  display: inline-block;
  margin-left: -12px;
  vertical-align: middle;
}
.eBtn.login {
  background-color: #ff6f00;
  width: 100%;
}
.eBtn#Google {
  background-color: #ea4335;
  margin-right: 5px;
  flex: 1;
}
.eBtn#Microsoft {
  background-color: #35599e;
  margin-left: 5px;
  flex: 1;
}
.eBtn:hover {
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s;
}
.eBtn:hover.login {
  background-color: #cc5900;
}
.eBtn:hover#Google {
  background-color: #d62516;
}
.eBtn:hover#Microsoft {
  background-color: #284378;
}
.eBtn:focus {
  outline: none;
}
.l-login__content {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}
.l-login__content > .row {
  flex: 1;
}
.l-login__right {
  display: none;
  height: 100vh;
  margin-top: -100px;
  background-image: url('../assets/bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-login__left {
  display: none;
  height: 100vh;
  margin-top: -100px;
  background-image: url('../assets/bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-login__wrapper {
  max-width: 500px;
}
.l-navbar__header {
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.l-navbar__user {
  float: left;
  width: 100%;
  text-align: right;
  padding-left: 15px;
}
.l-navbar__user .dropdown {
  display: inline-block;
  text-align: left;
  list-style: none;
  float: none;
  padding-top: 40px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .l-login__right {
    display: block;
  }
}
.language {
  float: right;
  padding-top: 36px;
}
.language .dropdown-toggle {
  background-color: transparent;
  border: 0;
  color: #455a64;
  font-size: 14px;
}
.language .dropdown-toggle img {
  display: inline-block;
  max-width: 24px;
  margin-right: 4px;
  vertical-align: middle;
}
.language .dropdown-toggle span {
  vertical-align: middle;
  margin-right: 4px;
}
.language .dropdown-toggle .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #78909c;
}
.language .dropdown-menu {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26);
  border: 0;
  border-radius: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.language .dropdown-item {
  display: flex;
  align-items: center;
  min-height: 36px;
  color: #757575;
  padding-left: 24px;
  padding-right: 24px;
}
.language .dropdown-item img {
  display: inline-block;
  max-width: 18px;
  margin-right: 24px;
}
.language .dropdown-item:hover {
  background-color: #f2f9ff;
}
@media only screen and (min-width: 992px) {
  .language {
    padding-right: 38px;
  }
}
.login__header {
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.login__header h1 {
  font-size: 30px;
  color: #455a64;
  font-weight: 400;
}
.login__result h1 {
  margin-bottom: 24px;
}
.login__result p {
  display: block;
  color: #455a64;
  font-size: 14px;
  margin-bottom: 80px;
}
.login__confirm h1 {
  text-align: center;
}
.login__input {
  margin-bottom: 32px;
}
.login__input label {
  font-size: 14px;
  color: #252631;
  font-weight: 400;
  margin-bottom: 14px;
}
.login__input input {
  min-height: 52px;
  border: 1px solid #aebcc3;
  border-radius: 4px;
  font-size: 14px;
  color: #707070;
  padding-left: 16px;
  padding-right: 16px;
}
.login__input input::-webkit-input-placeholder {
  color: #98a9bc;
}
.login__input input::-moz-placeholder {
  color: #98a9bc;
}
.login__input input:-ms-input-placeholder {
  color: #98a9bc;
}
.login__input input:-moz-placeholder {
  color: #98a9bc;
}
.login__input input:focus {
  border-color: rgba(255, 111, 0, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(255, 111, 0, 0.6);
}
.login__input .error {
  font-size: 13px;
  color: red;
  margin-bottom: -18px;
}
.login__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 10px;
}
.login__remember {
  margin-bottom: 0;
}
.login__remember label {
  position: relative;
  margin: 0;
}
.login__remember_label {
  color: #778ca2;
  padding-left: 14px;
  vertical-align: middle;
  font-weight: 400;
}
.login__remember_input {
  margin: 0;
  padding: 0;
  visibility: hidden;
  display: none;
}
.login__remember_check {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #dfe5e8;
  vertical-align: middle;
}
.login__remember_check:after {
  content: '';
  display: none;
  position: absolute;
  width: 8px;
  height: 14px;
  border: 2px solid #778ca2;
  left: 6px;
  top: 3px;
  border-top-style: none;
  border-left-style: none;
  transform: rotate(45deg);
}
.login__remember_check:hover:after {
  display: inline-block;
  border-color: #c1cdd3;
}
.login__remember_input:checked + .login__remember_check:after {
  display: inline-block;
}
.login__remember_input:checked + .login__remember_check:hover:after {
  border-color: #778ca2;
}
.login__remember_input:checked ~ .login__remember_label {
  font-weight: 500;
}
.login__forgot a {
  color: #2185c8;
  font-weight: 500;
  margin-right: 12px;
}
.external__header {
  text-align: center;
  margin-bottom: 30px;
}
.external__title {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #757575;
  font-weight: 700;
  text-transform: uppercase;
}
.external__title:before,
.external__title:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100px;
  background-color: #aebcc3;
  margin: 0 8px;
}
.external__buttons {
  display: flex;
}
.register {
  text-align: center;
  padding-bottom: 32px;
}

.register__hibp{
    margin-bottom: 0;
}

.register span {
  color: #778ca2;
  font-size: 14px;
  padding-right: 12px;
}
.register a {
  color: #2185c8;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .register {
    padding-top: 30px;
  }
}
.logout-page .page-header {
  margin-top: 0;
}
.logged-out {
  padding-top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logged-out_content {
  width: 450px;
}
.logged-out_content h1 {
  font-size: 30px;
  color: #454545;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}
.logged-out_content p {
  display: block;
  color: #454545;
  font-size: 16px;
  margin-bottom: 80px;
  text-align: center;
}
.eLoader {
  border-radius: 50%;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.confirm {
  display: flex;
  align-items: center;
}
.confirm_yes,
.confirm_no {
  flex: 1;
  margin: 0 16px;
}
.confirm_no {
  border: 1px solid #aebcc3;
  background-color: #fff;
  color: #aebcc3;
}
.confirm_no:hover {
  color: #aebcc3;
  background-color: rgba(0, 0, 0, 0.06);
}
