﻿:root {
  --font-size: 14px;
  --font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

* {
  box-sizing: border-box;
}

::before, ::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: var(--font-size);
}

body {
  display: flex;
  flex-direction: column;
  color: #646c9a;
}

.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}

/* Customization */
.full {
  display: flex;
  flex-direction: row;
  flex: auto;
}

.login-image {
  background-image: url("../media/bg/loginImage-compressed.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 auto;
  background-position-x: 80%;
}

.login-content {
  flex: 1 auto;
  min-width: 0;
  padding: 3rem;
  background: #fff;
}

.selectLanguageButton {
  border: 0;
  width: 19px;
}

.login .input-group-text {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.login input {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url("../assets/img/loginImage-compressed.jpg");
  background-size: cover;
  background-position: center;
}

.login-heading {
  font-weight: 300;
  color: black;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  border-radius: 2rem;
}

.login-title-override {
  text-align: left !important;
  border-bottom: 0 !important;
  margin-bottom: 1.5rem !important;
}

.btn, .btn:hover, .btn:active, .btn:visited {
  background-color: #caab6f !important;
  border-color: #caab6f !important;
  color: white !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: #caab6f !important;
  border-color: #caab6f !important;
}

a {
  color: #caab6f !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.forgot {
  float: right;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.form-group input {
  padding: 25px 10px !important;
}

.login-form {
  width: 100%;
  max-width: 450px;
}
.login-form input[type=text], .login-form input[type=email], .login-form input[type=password] {
  border-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 6px 10px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 0;
  border-color: rgba(0, 0, 0, 0.6);
  height: 36px;
  outline: none;
  display: block;
  width: 100%;
}
.login-form input[type=text]:focus, .login-form input[type=email]:focus, .login-form input[type=password]:focus {
  border-color: #0067b8;
  opacity: 1;
}

.btn {
  border-color: #0067b8;
  background-color: #0067b8;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  height: 32px;
  border: none;
  font-size: 1.1rem;
}
.button-container {
  text-align: right;
}

.text-danger {
  color: #dc3545 !important;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem;
}

.icon {
  position: relative;
  top: -10px;
}

.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}

.login-title {
  display: block;
  text-align: center;
  margin-bottom: 5rem;
  text-decoration: none;
  border-bottom: 1px solid;
  flex: auto;
}

.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-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-copyright {
  padding-right: 16px;
  padding-bottom: 10px;
}

.btn-login-aad-tournee {
  border-radius: 20px !important;
  background: linear-gradient(90deg, #E10D27, #DF0C26) !important;
  font-family: "Segoe UI" !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14px !important;
  height: 38px !important;
  text-align: center;
  line-height: 28px !important;
}

.loginArrow {
  background: url(../media/arrow.svg);
  background-size: contain;
  width: 28.6px;
  height: 16px;
  margin-bottom: -3px;
  margin-left: 10px;
}

.login-ou {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(155, 155, 155, 0.32);
  color: #9b9b9b;
  font-family: "Segoe UI";
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.2828571px;
}

.page-tournee .login-heading {
  font-weight: 400;
}

.page-tournee .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: #df0c26 !important;
}

.page-tournee .btn-primary {
  background-color: #9c9d9a !important;
}

/*.page-tournee a {
    color: #286090 !important;
}
*/
.page-tournee {
  color: black !important;
  font-family: "Segoe UI";
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
