﻿body {
  background: linear-gradient(180deg, #003087 39.01%, #0E74CD 143.21%) no-repeat center center fixed;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
a,
.btn-outline-primary {
  color: #001e82;
}
.btn-primary,
.btn-outline-primary:hover {
  background-color: #001e82;
}
.btn-primary,
.btn-outline-primary,
.btn-outline-primary:hover {
  border-color: #001e82;
}
.btn-outline-primary {
  color: #001e82;
}
.btn-primary:hover {
  background-color: #003087;
  border-color: #003087;
}
a:hover {
  color: #003087;
}
.spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
}
.panel {
  color: #636466;
  background-color: #FFF;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem;
}
.panel .features-list {
  list-style-type: none;
  margin-bottom: 0;
}
.panel .features-list li {
  margin-bottom: 24px;
}
.panel .features-list li:last-child {
  margin-bottom: 0;
}
.panel .features-list h3 {
  margin-top: 0;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 700;
  color: #001e82;
}
.panel .features-list h3 img {
  transform: translateY(-1px);
}
.panel .features-list .feature-text {
  margin-left: 31px;
}
.panel .contact-list {
  list-style-type: none;
  font-size: 0.75rem;
}
.panel .contact-list small {
  margin-left: 20px;
}
.welcome-heading {
  display: block;
  font-size: 48px;
  font-weight: 400;
  color: #001e82;
  margin-bottom: 32px;
}
.welcome-heading small {
  font-size: 30px;
  color: #007bc1;
}
.card {
  max-width: 319px;
  min-width: 271px;
  margin: 0 16px;
}
.card-body {
  padding: 2rem;
}
.logo {
  display: block;
  margin: 0 auto;
}
h3 {
  color: #343a40;
  font-size: 1.25rem;
  text-align: center;
  margin: 1rem 0;
}
.form-area {
  padding: 2rem;
  background-color: #f8f9fa;
  border: 0.5px solid #b6b8ba;
  border-radius: 4px;
}
.alert-success {
  font-size: 14px;
}
.alert-success .bi {
  font-size: 24px;
}
.fine-print {
  color: #8e9092;
  margin-top: 2rem;
  margin-bottom: 0;
}
.icon {
  position: relative;
  top: -10px;
}
.signout-iframe {
  display: block;
  border: none;
  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: '';
}
.page-header {
  border-bottom: 2px solid rgba(210, 210, 210, 0.8);
  margin-bottom: 60px;
}
div.section.header {
  width: 100% !important;
  border-bottom: 2px inset rgba(202, 202, 202, 0.8);
  margin-right: 0px !important;
  display: flexbox;
}
p.section-hint {
  font-size: 12px;
}
.vh-12 {
    height: 12vh;
}
.max-width-500 {
    max-width: 500px !important;
}
.font-size-0-875 {
    font-size: 0.875rem;
}
.padding-inline-start-1-5 {
    padding-inline-start: 1.5rem;
}