﻿html {
  height: 100vh;
  width: 100vw;
}
html body {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
html body .body-content {
  height: 100%;
  width: 100%;
  padding: 0;
}
a,
a:hover,
a:focus {
  color: #ff6102;
  font-weight: 400;
}
.alert-danger,
.alert-info,
.alert-success,
.alert-warning {
  /*color: white !important;*/
  background-color: transparent !important;
  color: black !important;
  opacity: 0.87 !important;
}
.navbar.navbar-info {
  background-color: #252525;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand {
  font-weight: 500;
  color: white !important;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.login-page {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../images/topography-backround-light.svg) no-repeat center center fixed;
  background-size: cover;
}
.login-page .ot-logo {
  width: 165px;
  height: 48px;
  margin-top: 39px;
  margin-left: 35px;
}
.login-page .login-form {
  margin-bottom: 90px;
  text-align: center;
  width: 40%;
  align-items: center;
}
.login-page .login-form .header-text {
  margin-bottom: 24px;
  font-family: 'Avenir-Black', 'Roboto', 'sans-serif';
  font-size: 42px;
  font-weight: 900;
  color: #000000;
}
.login-page .login-form .login-input {
  height: 61px;
  border: solid 2px #e2e2e2;
  border-radius: 5px;
  padding: 7px 26px;
  background-color: #ffffff;
  background-image: none;
}
.login-page .login-form .login-input div {
  font-family: Roboto;
  font-size: 18px;
  color: #2e2e2e;
}
.login-page .login-form .primary-btn {
  width: 149px;
  height: 40px;
  border-radius: 20px;
  background-color: #ff6102;
  border: none;
  color: white;
  font-size: 13px;
  font-family: 'Avenir-Medium', 'Roboto', 'sans-serif';
  font-weight: 700;
}
.login-page .footer {
  height: 21px;
  background-color: #2e2e2e;
}
.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: '';
}
.form-group {
  padding-bottom: 0px;
}
.sso-spacer {
  margin-top: 30px;
}