html {
  font-family: var(--text-fonts);
  color: var(--text-color);
}
body {
  padding-top: 25px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}
.booking-click-page #msCookieBanner {
  display: none;
}
.booking-click-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow-y: scroll;
  padding:0 20px;
}
.outer-box {
  text-align: center;
  padding: 40px;
  /* background-color: #f4f3f0;*/
  background-color: var(--primary-color);
  color: var(--inverse-font-color);
}
.outer-box .vcard{
  font-size: 18px;
  line-height: 29px; 
}
.click-logo img{
  max-width: 130px;
  width: 100%;
}

.pro-txt {
  font: var(--h4-title-fonts);
}
.lockimg {
  font-size: 100px;
  padding: 20px 0;
  fill: #fff;
}
.lockimg svg {
  width: 50px;
  height: 50px;
}
.booking-click-page .logomain span.sr-only {
  display: none;
}
.vcard {
  padding-top: 20px;
}
.vcard a {
  /*  color: #581f00;*/
  color:#fff;
  text-decoration: none;
}
.vcard a:hover, .vcard a:focus {
  /*color: ;*/
  text-decoration: underline;
}
@media  (max-width: 767px) {
  .pro-txt {
    font: var(--h4-title-fonts);
  }
}