﻿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;
}
iframe.logged-out {
  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: '';
}

p.login-heading {
  font-weight: bold;
}

.login-panel {
  background: url(../bg-yellow-lock.png);
}

.login-page {
    max-width: 400px;
    min-width: 260px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.login-footer {
  width: 400px;
}

.oauth-signin {
  margin-top: 40px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

    .oauth-signin a {
        display: inline-block;
        width: 150px;
        padding: 16px;
        background-color: white;
        border-radius: 100px;
    }

        .oauth-signin a img {
            width: 100%;
        }

 img.oauth-logo {
  display: flex;
   justify-content: center;
   align-items: center;
   width: 20px;
   vertical-align: center;
   border: 0px;
}

.separator-group{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.separator-group .line {
  height:0;
  border:0.5px solid #333333;
  width:125px;
}

.separator-group .separator-text {
  margin: 0 14px;
  min-width: 115px;
}

div.login-remember label {
  font-weight: normal;
}

.copyright-notice {
  padding: 12px;
}

a.secondary-link {
  color: #162459;
}

.no-border-radius {
  border-radius: 0 !important;
}

.btn.matchbox-button {
  width: 110px !important;
}

.btn.matchbox-button.btn-primary {
  font-weight: bold;
}

.cover {
  background-image: url("../bg1.jpg");
  background-position: left top;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 120px;
}

form.migration-confirmation {
  margin-top: 40px;
}

p.footnote {
  margin-top: 32px;
}

.oauth-signin-representation {
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #807878;
  box-sizing: border-box;
  border-radius: 60px;
  overflow: hidden;
  height: 40px;
  background: #ffffff;
}

.bold {
  font-weight: bold;
}

.login-panel a.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00405B;
    width: 100%;
    height: 150px;
}

.login-panel a.logo img {
    width: 320px;
}
    
.private-login-link {
    margin-top: 22px;
    margin-bottom: 22px;
    display: block;
}
.account-options {
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
}