﻿@font-face {
  font-family: FontAwesomeSolid;
  src: url(../webfonts/fa-solid-900.woff2);
}
html,
body {
  height: 100%;
  background-color: #EBECF0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  color: #333;
}
.screen-center-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.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-card {
  border: 1px solid #CFD8DC;
  width: 700px;
  height: 445px;
  display: flex;
  margin: 0 20px;
}
.login-card .form-box {
  height: 100%;
  background-color: #F3F7FE;
  display: flex;
  flex-direction: column;
  flex-grow: 3;
}
.login-card .form-box .form-logo {
  width: 150px;
  object-fit: cover;
  margin: 40px auto 30px auto;
}
.login-card .form-box .login-email {
  margin: 0 auto 20px;
  border: 1px solid #dadce0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #3c4043;
  border-radius: 16px;
  padding: 5px 12px;
}
.login-card .form-box .back-button {
  background-color: transparent;
  text-align: left;
  padding: 0;
  margin-left: 20px;
  width: 100px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #3c4043;
  border: 0;
}
.login-card .form-box .back-button i {
  margin-right: 10px;
}
.login-card .form-box form {
  flex-grow: 1;
  position: relative;
}
.login-card .form-box form .textochoose {
  margin: 5px 20px 20px 20px;
}
.login-card .form-box form fieldset {
  padding: 0 20px;
}
.login-card .form-box form fieldset .mb-3 {
  margin-bottom: 5px !important;
}
.login-card .form-box form .mb-3 {
  margin-bottom: 30px;
}
.login-card .form-box form .mb-3 .tenantradio {
  margin: 4px 0 20px 5px;
}
.login-card .form-box form .mb-3 label {
  color: #37474F;
  font-weight: lighter;
}
.login-card .form-box form .mb-3 input {
  margin-bottom: 5px !important;
}
.login-card .form-box form .mb-3 .field-validation-error {
  position: relative;
}
.login-card .form-box form .mb-3 .field-validation-error::before {
  content: "\f06a";
  font-family: FontAwesomeSolid;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0.5em;
}
.login-card .form-box .login-button {
  background-color: #1A65C0;
  width: 100%;
  height: 60px;
  color: white;
  border: 0;
  position: absolute;
  bottom: 0;
  border-radius: 0;
}
.login-card .form-box .login-button.loading {
  font-size: 0;
  background-color: #597ede;
  opacity: 0.5;
  cursor: not-allowed;
}
.login-card .form-box .login-button i {
  display: none;
}
.login-card .form-box .login-button.loading i {
  display: inline-block;
  font-size: 25px;
}
.login-card .help-box {
  display: none;
  height: 100%;
  background-color: #001845;
  color: white;
  flex-grow: 2;
}
.login-card .help-box hr {
  color: #545C65;
  border-color: #545C65;
  background-color: #545C65;
}
.login-card .help-box .help-box-header {
  padding: 0 20px;
}
.login-card .help-box .contact-option-list {
  padding: 0 15px;
}
.login-card .help-box .contact-option-list > div {
  display: flex;
  margin-bottom: 20px;
}
.login-card .help-box .contact-option-list p {
  margin-bottom: 0;
}
.login-card .help-box .contact-option {
  text-transform: uppercase;
  color: #A1A7B0;
  font-size: 10px;
}
.login-card .help-box .contact-info {
  font-size: 14px;
}
.login-card .help-box .contact-icon {
  color: #16191E;
  font-size: 15px;
}
.login-card .help-box .contact-icon-background {
  color: #EBEDEC;
}
.login-card > div {
  flex: 1;
}
@media (min-width: 600px) {
  .login-card .help-box {
    display: block;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h3,
.h3 {
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.mb-3 .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.backButton {
  margin-right: 8px;
}
.recaptcha {
  margin-top: 12px;
  text-align: center;
}
.g-recaptcha {
  display: inline-block;
}
.icon-teams {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url('/microsoftteams.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0.5);
}