@font-face {
  font-family: 'Montserrat';
  src: url('https://qhmswebsitestatic.z7.web.core.windows.net/b2c_layout/font/Montserrat-VariableFont_wght.ttf');
}

:root {
  --title-blue: #0079c8;
}

html, body, div {
  font-family: 'Montserrat';
}

.terms-and-condition a {
  color: var(--title-blue) !important;
}

.menu-bar {
  box-shadow: 0 5px 25px -10px rgb(0 0 0 / 58%);
}

.logo {
  max-width: 250px;
  width: 100%;
}

.mobile-menu-button {
  display: none;
}

.menu-item-divider {
  color: #999999;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 100;
}

li a {
  font-weight: 500;
  font-size: 16px;
}

.nav-item :hover {
  /* color: #ea861e !important; */
  color: #e32d26 !important;
}

.nav-item .active {
  /* color: #ea861e !important; */
  color: #e32d26 !important;
}

.lang-icon {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.lang-list-container {
  padding: 8px;
}

.dropdown-menu-divider {
  border-top: solid #999999 1px;
  margin: 10px;
}

.page-content-container {
  padding-top: 82px;
}

.login-form-bg {
  position: relative;
  height: 620px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("https://qhmsuatwebsite.z7.web.core.windows.net/image/banner.jpg");
  padding-top: 100px;
}

.login-form-bg.signup {
  height: 740px !important;
}

.login-form-container {
  max-width: 440px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 18px 32px;
  /* padding: 36px 68px; */
  border-radius: 6px;
}

.intro {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}

.intro h2 {
  font-size: 19px;
  font-weight: bold;
  margin-top: 0px;
  padding-bottom: 10px;
  color: #2f71b5;
}

.entry-item,
.divider,
.create,
.buttons {
  text-align: center;
}

label {
  display: none !important;
}

input {
  border: 0px;
  border-bottom: solid #666666 1px;
  margin-bottom: 22px !important;
  width: 100%;
  font-weight: 500;
  font-size: 15px !important;
}

input:focus {
  outline: 0;
  border-bottom: 1px solid #999;
}

#next,
.btn-default {
  margin: 14px 0;
  color: #ffffff;
  border-style: none;
  height: 32px;
  max-width: 230px;
  width: 100%;
  border-radius: 16px;
  /* background-color: #ea861e; */
  background-color: #e32d26;
  font-size: 17px;
}

.btn-default {
  border: 0;
}

.btn-guest {
  padding: 2px 0 !important;
  margin: 0 auto;
  color: #ffffff !important;
  border-style: none;
  height: 32px;
  max-width: 230px;
  width: 100%;
  border-radius: 16px !important;
  background-color: #0079c8 !important;
  font-size: 17px !important;
}

p {
  color: #999;
}

a#createAccount:focus {
  outline: 0;
  text-decoration: none;
  outline-offset: initial;
}

h1 {
  display: none;
}

.divider h2 {
  display: none;
}

.entry-item {
  width: 100%;
  display: table;
}

.password-label {
  display: table-footer-group;
}

a#forgotPassword {
  display: none;
}

.helpLink.tiny {
  display: none;
}

.create {
  display: none;
}

.forgot-password {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
}

.forgot-password a {
  text-decoration: none;
  color: #2f71b5;
}

.sign-up-now {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
}

.sign-up-now a {
  text-decoration: none;
  color: #2f71b5;
}

.sign-up-message {
  color: #999999;
  padding-right: 6px;
}

.bottom-banner-tc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://qhmsuatwebsite.z7.web.core.windows.net/image/login_banner_tc.jpg");
  height: 500px;
  width: 100%;
}

.bottom-banner-sc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://qhmsuatwebsite.z7.web.core.windows.net/image/login_banner_sc.jpg");
  height: 500px;
  width: 100%;
}

.bottom-banner-en {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://qhmsuatwebsite.z7.web.core.windows.net/image/login_banner_en.jpg");
  height: 500px;
  width: 100%;
}

.info-bar {
  background-color: #ffffff;
}

.info-bar a {
  text-decoration: none;
  color: #2f71b5;
}

.info-bar-item {
  /* font-size: 18px; */
  font-size: 12pt;
  font-weight: 500;
  align-self: center;
  text-align: center;
  white-space: nowrap;
}

.info-bar-item-logo {
  /* width: 35px; */
  height: 30px;
  padding-right: 5px;
}

.footer {
  background-color: #2f71b5;
  color: #ffffff;
  font-size: 13px;
  padding: 16px 10px;
}

.footer a {
  font-weight: 500;
  margin-left: 8px;
  margin-right: 8px;
}

.footer a:first-child {
  margin-left: 0px;
}

.download-image {
  width: 100%;
  max-width: 200px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.footer a:hover {
  color: #fff;
}

.footer a:not(:last-child):after {
  content: "|";
  height: 15px;
  width: 1px;
  margin: 0 5px 0 8px;
  color: #fff;
}

/* signup */
.TextBox.emailVerificationCode_li.VerificationCode {
  width: 300px !important;
}

.login-label {
  position: absolute;
  top: 10px;
  right: 12%;
}

.login-label .question {
  color: grey;
  font-weight: 500;
  text-align: left;
}

.login-label .login-link {
  text-decoration: none;
  color: #0079c8;
  font-weight: 500;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sendCode.forbidden {
  pointer-events: none;
  opacity: 0.5;
}

.sendCode,
.verifyCode,
#continue {
  padding: 2px 0 !important;
  margin: 10px auto 0px auto;
  color: #ffffff !important;
  border-style: none;
  height: 32px;
  max-width: 230px;
  width: 100%;
  border-radius: 16px !important;
  background-color: #e32d26 !important;
  font-size: 17px !important;
}


#emailVerificationControl_success_message {
  display: none !important;
}

.intro {
  display: none;
}

.signup-title, .form-title {
  color: var(--title-blue);
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
}

/* .form-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--title-blue);
  padding-bottom: 20px;
} */

.show {
  display: block;
}

.hide,
.changeClaims {
  display: none !important;
}

ul {
  list-style-image: none;
}

.changeClaims {
  display: none !important;
}

.sendNewCode{
  display: inline;
  border: none;
  position: relative;
  bottom: 0px;
  text-decoration: underline;
  color: grey;
  background: none;
  padding-top: 50px;
  float: right;

}

li.surname_li,
li.givenName_li {
  width: 30%;
}

li.class,
li.collapsed,
li.expanded {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
}

.signup-form-container ul {
  padding-left: 0px !important;
  list-style-image: none;
  list-style: none;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}

.signup-form-container #claimVerificationServerError,
.signup-form-container #verifying_blurb {
  font-size: smaller;
  opacity: 0.5;
  padding-bottom: 20px;
}

.signup-form-container .TextBox.extension_MobileNo_li,
.signup-form-container .Password.newPassword_li,
.signup-form-container .Password.reenterPassword_li,
.signup-form-container .EmailBox.email_li.email,
.signup-form-container
  .reenterPassword_li
  li.TextBox.emailVerificationCode_li.VerificationCode {
  width: 300px;
}

.signup-form-container .error.itemLevel.show {
  font-size: x-small;
  text-align: left;
  color: red;
}

.signup-form-container #requiredFieldMissing {
  display: none !important;
}
.signup-form-container #passwordEntryMismatch {
  display: none !important;
}

.signup-form-container label {
  display: block !important;
  color: grey;
  font-weight: 500;
  text-align: left;
}

.signup-form-container label.policy-label {
  display: block !important;
  color: grey;
  font-weight: lighter;
  text-align: left;
  width: 350px;
}

.signup-form-container .textInput {
  opacity: 0.5;
}

li.newPassword_li {
  order: 4;
}

li.reenterPassword_li {
  order: 5;
}

.textInput::placeholder {
  font: 16px sans-serif;
}

.signup-form-container {
  max-width: 440px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 18px 32px;
  border-radius: 6px;
}

.signup-form-container #emailVerificationControl_error_message {
  color: red;
  font-size: smaller;
}

.terms-and-condition {
  padding-top: 10px;
}
.terms-and-condition p {
  margin-bottom: 1px;
}

.signup-form-container select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: grey;
  width: 80px;
  border: none;
}

.terms {
  display: flex;
  font-size: smaller;
  padding-bottom: 10px;
}

.terms .terms-checkbox {
  margin-top: 5px;
  width: 50px;
}

.login-label-mobile{
  display: none;
  padding-bottom: 5%;
}

@media only screen and (min-width: 1920px) {
  .login-label {
    right: 22%;
  }
}

@media only screen and (max-width: 991px) {
  li.surname_li,
  li.givenName_li {
    width: 33%;
  }

  .login-label-mobile{
    display: block;
  }

  .login-label {
    display: none;
  }
  .mobile-menu-button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px !important;
    height: 54px;
  }

  .menu-item-divider {
    display: none;
  }

  .mobile-menu-container {
    display: block !important;
    text-align: center;
  }

  .mobile-menu-logo {
    width: 156px;
  }

  .mobile-dropdown-menu-container {
    padding-left: 60px;
  }

  .dropdown-menu-divider {
    display: none;
  }

  .page-content-container {
    padding-top: 54px;
  }

  .mobile-lang-list {
    border: none !important;
    text-align: left !important;
  }

  .mobile-dropdown-item-container {
    position: relative;
    height: 38px;
  }

  .mobile-dropdown-item {
    position: absolute;
    top: 3px;
    left: 20px;
  }

  .mobile-nav-item {
    text-align: left !important;
  }

  .mobile-bottom-banner {
    height: 240px !important;
  }

  .signup-form-container select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: grey;
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .mobile-bottom-banner {
    height: 180px !important;
  }
}
