.hotel-qr-login {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e4e9e7;
  text-align: center;
}

.hotel-qr-login h4 {
  margin: 0;
  color: #163b34;
  font-size: 15px;
  font-weight: 700;
}

.hotel-qr-login p {
  margin: 7px 0 14px;
  color: #6b7773;
  font-size: 13px;
  line-height: 1.6;
}

.hotel-qr-login button {
  width: 100%;
  min-height: 44px;
  border: 1px solid #2f7d6d;
  border-radius: 6px;
  background: #fff;
  color: #236456;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.hotel-qr-login button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.hotel-qr-image {
  display: block;
  width: min(230px, 78vw);
  height: auto;
  margin: 14px auto 8px;
  border: 1px solid #dce4e1;
  background: #fff;
}

.hotel-qr-image[hidden] {
  display: none;
}

.hotel-qr-status {
  min-height: 22px;
  color: #236456 !important;
  font-weight: 600;
}
