html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0 0 30px;
}

.container-fluid [role=main] {
  min-height: calc(100vh - 30px);
}
.container-fluid [role=main] > div {
  height: 100%;
}

.form-container {
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.form-container .tenan-logo-container {
  width: 100%;
}
.form-container .tenan-logo-container img {
  width: 100%;
  height: auto;
  margin: 3rem auto 1rem;
}
.welcome-container {
  display: flex;
  background: url(../images/arrow_down.svg) -5% -8% no-repeat, url(../images/buildings.png) right bottom no-repeat, linear-gradient(to right, #182a84 0%, #2165aa 50%, #2ca9dc 100%);
  background-size: 30%, 80%, contain;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
}
.welcome-container h1 {
  font-size: 3rem;
  font-weight: bolder;
  line-height: 3rem;
  margin: 0 0 0 0.5rem;
}
.welcome-container h1 + img {
  height: auto;
  width: 80%;
  margin: 0 0.5rem 1rem;
}
.welcome-container p {
  margin: 0 1rem;
  padding: 0;
}
.welcome-container .text-right img {
  width: 60%;
  margin: auto;
}

.app-loader {
  position: absolute;
  display: none;
  z-index: 10000;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.app-loader.non-transparent {
  background-color: #fff;
}
.app-loader .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.app-loader .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.app-loader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.app-loader .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.app-loader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.app-loader .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.app-loader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.app-loader .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.app-loader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.app-loader .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.app-loader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.app-loader .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.app-loader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.app-loader .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.app-loader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.app-loader .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.app-loader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.app-loader .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.app-loader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

footer {
  position: fixed;
  background: #182a84;
  /* Old browsers */
  background: linear-gradient(to right, #182a84 0%, #2165aa 50%, #2ca9dc 100%);
  color: #FFF;
  width: 100%;
  bottom: 0;
  height: 30px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  font-size: 0.9rem;
}
footer ul {
  margin: 1px 5px 0 0;
  text-align: right;
  list-style: none;
}
footer ul > li {
  display: inline-block;
}
footer ul > li:not(:last-of-type):after {
  content: "|";
  margin: 0 3px 0 7px;
}
footer ul > li a,
footer ul > li a:hover {
  color: #FFF;
  cursor: pointer;
}
footer form#language_form > button {
  border: none !important;
  background: none;
  display: inline-block;
  color: #FFF;
  text-decoration: underline;
  cursor: pointer;
  margin: 0;
  padding: 0 0.25rem;
  outline: unset;
}
footer form#language_form > button[disabled] {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.3);
}
footer form#language_form input[type=submit] {
  display: none;
}
@media (max-width: 767px) {
  footer {
    height: 60px;
    display: block;
  }
  footer ul {
    margin: 5px auto;
    text-align: center;
    display: block;
    text-align: center;
  }
  footer form#language_form {
    margin-top: 5px;
    display: block;
    text-align: center;
  }
  footer form#language_form button {
    outline: unset;
  }
}

.cookies-alert {
  background-color: #2165AA;
  color: #FFF;
  position: fixed;
  bottom: 30px;
  padding: 0.5rem;
  font-size: 0.8rem;
  display: grid;
  row-gap: 10px;
  grid-template-columns: auto repeat(1, 500px);
  box-shadow: inset 0 0 0 2px #fff, 0 0 20px rgba(0, 0, 0, 0.3);
  align-items: center;
}
@media (max-width: 767px) and (orientation: portrait) {
  .cookies-alert {
    grid-template-columns: unset;
    bottom: 60px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .cookies-alert {
    display: block;
    bottom: 60px;
  }
  .cookies-alert p {
    float: left;
    width: 70%;
    display: flex;
  }
  .cookies-alert a {
    float: right;
    width: 25%;
  }
  .cookies-alert > a:nth-child(3) {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.cookies-alert a:not(.white),
.cookies-alert button {
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  border: #FFF 1px solid;
  background-color: transparent;
  margin: auto 5px;
  color: #FFF;
}
.cookies-alert a.white {
    color: #fff;
    text-decoration: underline;
}
    .cookies-alert > a:hover,
    .cookies-alert button:hover {
        background-color: #297ed5;
    }
.cookies-alert > a.configuration,
.cookies-alert button.configuration {
  background-color: #FFF;
  color: #182a84;
}
.cookies-alert p {
  padding: 0 10px 0;
  margin: 0;
}

a.btn {
  text-decoration: none !important;
}

.btn.btn-primary {
    background-color: #FFF;
    border-color: #2165AA;
    color: #2165AA;
    transition: box-shadow ease-in-out 0.15s;
}
    .btn.btn-primary:hover {
        background-color: #2165AA;
        color: #FFF;
    }
    .btn.btn-primary:disabled {
        pointer-events: none;
    }
    .btn.btn-primary:not(:disabled):active, .btn.btn-primary:not(.disabled):active .btn.btn-primary:not(:disabled).active, .btn.btn-primary:not(.disabled).active {
        background-color: #2165aa !important;
        border-color: #2165aa !important;
    }

.modal-dialog .modal-header {
  background: linear-gradient(to right, #2165aa 0%, #2ca9dc 100%);
  color: #FFF;
}
.modal-dialog .modal-header button {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  outline: unset;
}
.modal-dialog .modal-body {
  max-height: 65vh;
  overflow: auto;
}

#modal-container {
  height: 0;
  width: 0;
  overflow: hidden;
}

.alert-success, .alert-danger {
  border-radius: 0.25rem;
}
.alert-success .validation-summary-errors ul, .alert-danger .validation-summary-errors ul {
  list-style: none;
  margin: 0.5rem auto;
  padding: 0;
}/*# sourceMappingURL=styles.css.map */

.cookies-alert ~ #ujet > #ujet-launcher {
    bottom: 120px !important;
    right: 0 !important;
}