﻿body,
html {
  /*margin-top: 65px;*/
  height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden;
  background-color: #f4f4f4;
  line-height: normal;
}
.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;
}
iframe {
  border: 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: "";
}
.banner {
  height: 45%;
  background: linear-gradient(rgba(48, 79, 254, 0.8), rgba(48, 79, 254, 0.8)), url("https://sharedcdn.carcostadvisor.com/shared/img-splash.jpg");
  background-size: 3298px 2202px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  width: 110%;
  overflow-x: hidden;
  margin-left: -5%;
  color: #fff;
  flex-direction: column;
  border-bottom-left-radius: 100% 15%;
  border-bottom-right-radius: 100% 15%;
  position: relative;
}
@media screen and (max-height: 768px) {
  .banner {
    height: 40%;
  }
}
.banner div.title {
  font-weight: 800;
  font-size: 48px;
}
@media screen and (max-height: 1024px) {
  .banner div.title {
    font-size: 40px;
  }
}
@media screen and (max-height: 768px) {
  .banner div.title {
    font-size: 32px;
  }
}
.banner img {
  margin-bottom: -40px;
  width: 350px;
  height: auto;
}
@media screen and (max-height: 1024px) {
  .banner img {
    margin-top: -10px;
    margin-bottom: -40px;
    width: 300px;
  }
}
@media screen and (max-height: 768px) {
  .banner img {
    margin-top: -30px;
    margin-bottom: -50px;
    width: 220px;
  }
}
.banner hr {
  width: 150px;
  border: 3px solid white;
}
.banner .languages {
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 5%;
  color: black;
}
.banner .languages div {
  width: 40px;
  text-align: center;
  border-right: 4px solid white;
}
.banner .languages div:last-child {
  border-right: 0;
}
.banner .languages div a {
  color: white;
  opacity: 0.7;
}
.banner .languages div a:hover,
.banner .languages div a.active {
  opacity: 1;
}
.page {
  height: 55%;
}
@media screen and (max-height: 768px) {
  .page {
    height: 60%;
  }
}
.page .form {
  color: black;
}
.page .form a {
  font-weight: bold;
}
.page .form .content {
  min-width: 300px;
  max-width: 500px;
  margin: auto;
  padding: 15px 20px 20px 20px;
}
.page .form .content h3 {
  margin-bottom: 20px;
  font-weight: 550;
}
.page .form .content div.form-group label {
  font-weight: bold;
  margin-bottom: 8px;
}
.page .form .content div.form-group input {
  border-radius: 0;
  background: white;
  border: 0;
  height: 54px;
  margin-bottom: 8px;
}
.page .form .content div.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page .form .content div.actions label {
  color: #b2b2b2;
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.page .form .content div.actions input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 0;
  margin-right: 5px;
}
.page .form .content div.submit {
  margin-top: 20px;
}
.page .form .content div.submit button {
  width: 100%;
  background-color: #00e676;
  border: 0;
  height: 50px;
  font-weight: bold;
  color: white;
}
.page .form .content div.submit .info {
  width: 100%;
  margin-top: 8px;
  text-align: right;
}
.page .form .content div.submit .info span {
  color: #b2b2b2;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Full viewport height */
}

.modal-content {
    width: 100%;
    max-width: 500px; /* Adjust width if needed */
}

.login-tenant-title {
    text-align: center;
    font-weight: 600;
}
