/**
 * Time Lock Documentation — theme tokens + layout Bootstrap v3 cannot express alone.
 * Load after Bootstrap 3. Prefixed .tld- for non-Bootstrap rules.
 */

/* ----- Design tokens ----- */
:root {
  --charcoal: 220 20% 18%;

  --canvas: 220 20% 7%;
  --surface: 220 20% 10%;
  --fg: 0 0% 96%;
  --fg-muted: 220 9% 60%;
  --fg-subtle: 220 9% 46%;
  --border: 220 14% 18%;
  --brand: 14 80% 53%;
  --brand-glow: 14 90% 58%;
  --brand-fg: 0 0% 100%;
}

body{
      font-family: Inter, system-ui, -apple-system, sans-serif;
      font-weight: normal;
}

/* ----- Page shell ----- */
.tld-page-body {
  padding-top: 44px;
  min-height: 100vh;
  background-color: hsl(var(--canvas));
  color: hsl(var(--fg));
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.tld-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tld-skip-link:focus {
  position: fixed;
  left: 15px;
  top: 52px;
  z-index: 2000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 16px;
  clip: auto;
  overflow: visible;
  background-color: hsl(var(--brand));
  color: hsl(var(--brand-fg));
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 0 0 2px hsl(var(--canvas)), 0 0 0 4px hsl(var(--brand));
}

/* Fixed utility header (theme) */
.tld-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 8px 0;
  background-color: hsl(var(--canvas) / 0.92);
  border-bottom: 1px solid hsl(var(--fg-muted) / 0.12);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.tld-theme-select {
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-width: 200px;
  background-color: hsl(var(--canvas));
  color: hsl(var(--fg));
  border-color: hsl(var(--fg-muted) / 0.2);
}

.tld-theme-select:focus {
  border-color: hsl(var(--brand));
  box-shadow: 0 0 0 2px hsl(var(--canvas)), 0 0 0 4px hsl(var(--brand) / 0.45);
}

/* Full-bleed split: remove default fluid horizontal padding for this page band */
.tld-login-fluid {
  padding-left: 0;
  padding-right: 0;
      background-color: hsl(var(--charcoal));
}

.tld-login-fluid > .tld-login-split-row {
  margin-left: 0;
  margin-right: 0;
}

.tld-login-fluid > .tld-login-split-row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* Split row: fill viewport under header; stack on small screens */
.tld-login-split-row {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
}

.tld-login-split-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* ----- Hero (marketing) ----- */
.tld-login-hero {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to bottom right, hsl(var(--charcoal)), hsl(var(--charcoal)), hsl(var(--brand) / 0.2));
}

.tld-section-padding {
  padding: 48px 24px;
}

@media (min-width: 992px) {
  .tld-section-padding {
    padding: 48px 40px;
  }
}

.tld-login-hero-decor-square {
  pointer-events: none;
  position: absolute;
  left: 32px;
  top: 32px;
  width: 96px;
  height: 96px;
  border-radius: 16px;
  border: 1px solid hsl(var(--brand) / 0.1);
  transform: rotate(12deg);
}

.tld-login-hero-decor-circle {
  pointer-events: none;
  position: absolute;
  bottom: 48px;
  right: 48px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 1px solid hsl(var(--brand) / 0.1);
}

.tld-login-logo-hero {
  height: 56px;
  width: auto;
  margin-left: 0;
  margin-right: auto;
}

.tld-login-hero .lead {
  margin-top: 16px;
  margin-bottom: 0;
  color: #f5f5f5b3;
  font-size: 18px;
  line-height: 1.625;
  font-weight: normal;
}

.tld-login-hero-badges {
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 14px;
  color: #f5f5f580;
}

.tld-login-badge-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 6px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: hsl(var(--brand));
}

/* ----- Login column ----- */
.tld-login-form-section .tld-section-padding {
  background-color: transparent;
}

.tld-mobile-logo-wrap {
  margin-bottom: 15px;
}

.tld-login-logo-mobile {
  height: 40px;
  width: auto;
}

.tld-heading-page {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  color: hsl(var(--fg));
}

.tld-subheading-page {
  margin-bottom: 0;
  font-size: 14px;
  color: #f5f5f580;
}

.tld-link-back-home {
  display: inline-block;
  margin-bottom: 32px;
  font-size: 14px;
  color: #f5f5f580;
  text-decoration: none;
}

.tld-link-back-home:hover,
.tld-link-back-home:focus {
  color: hsl(var(--brand));
  text-decoration: none;
}

.tld-link-back-home:focus {
  outline: none;
  box-shadow: 0 0 0 2px hsl(var(--canvas)), 0 0 0 4px hsl(var(--brand));
}

.tld-link-back-home svg {
  margin-right: 6px;
  vertical-align: middle;
}

/* Themed form controls (Bootstrap structure, custom skin) */
.tld-login-form {
  margin-top: 32px;
}

.tld-login-form .form-group:last-of-type {
  margin-bottom: 15px;
}

.tld-login-form .control-label {
  color: #f5f5f580;
  font-weight: 500;
}

.tld-password-label-row {
  margin-bottom: 6px;
}

.tld-form-control-wrap {
  position: relative;
}

.tld-select-icon-left {
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: #2563eb;
}

.tld-select-chevron {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--fg-muted) / 0.4);
}

.tld-login-form .form-control {
  height: 44px;
  border-radius: 8px;
  background-color: hsl(var(--fg-muted) / 0.05);
  border: 1px solid hsl(var(--fg-muted) / 0.12);
  color: hsl(var(--fg));
  box-shadow: none;
}

.tld-login-form .form-control:focus {
  border-color: hsl(var(--brand));
  box-shadow: 0 0 0 2px hsl(var(--canvas)), 0 0 0 4px hsl(var(--brand) / 0.45);
}

.tld-login-form .form-control::-moz-placeholder {
  color: hsl(var(--fg-muted) / 0.35);
  opacity: 1;
}

.tld-login-form .form-control::placeholder {
  color: hsl(var(--fg-muted) / 0.35);
}

.tld-select-native {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 40px;
  padding-right: 36px;
}

.tld-input-password {
  padding-right: 44px;
}

.tld-link-forgot {
  font-size: 12px;
  font-weight: normal;
  color: hsl(var(--brand));
}

.tld-link-forgot:hover,
.tld-link-forgot:focus {
  color: hsl(var(--brand-glow));
  text-decoration: none;
}

.tld-btn-password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 4px 6px;
  border: 0;
  background: transparent;
  color: hsl(var(--fg-muted) / 0.45);
  line-height: 1;
}

.tld-btn-password-toggle:hover,
.tld-btn-password-toggle:focus {
  color: #f5f5f5b3;;
  outline: none;
}

/* Brand primary button */
.tld-btn-signin.btn-primary {
  height: 44px;
  margin-top: 8px;
  font-weight: 600;
  text-transform: none;
  border-radius: 8px;
  background-color: hsl(var(--brand));
  border-color: hsl(14 75% 45%);
}

.tld-btn-signin.btn-primary:hover,
.tld-btn-signin.btn-primary:focus {
  background-color: hsl(var(--brand-glow));
  border-color: hsl(var(--brand-glow));
}

.tld-btn-signin.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 2px hsl(var(--canvas)), 0 0 0 4px hsl(var(--brand) / 0.5);
}

.tld-btn-signin.btn-primary:active {
  transform: scale(0.99);
}
.tld-section-max-448 {
    max-width: 448px;
    margin: 0 auto;
}

/* ----- Footer ----- */
.tld-footer-copy{
  text-align: center;
}

.tld-footer-copy.text-muted {
  color: #f5f5f566;
}

.tld-footer-copy a {
  color: hsl(var(--brand));
  font-weight: 500;
}

.tld-footer-copy a:hover,
.tld-footer-copy a:focus {
  color: hsl(var(--brand-glow));
  text-decoration: none;
}

.tld-footer-copy {
  margin-bottom: 0;
}

.tld-section-padding .form-cover .input-cover input.form-control {
    padding-left: 15px;
    padding-right: 41px;
        height: 44px;
    border-radius: 8px;
    background-color: hsl(var(--fg-muted) / 0.05);
    border: 1px solid hsl(var(--fg-muted) / 0.12);
    color: hsl(var(--fg));
    box-shadow: none;
    border-radius: 12px;
}
.tld-section-padding .form-cover .form-group {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.tld-section-padding .form-cover .select-cover .bootstrap-select>.btn{
  background-color: hsl(var(--fg-muted) / 0.05);
  border: 1px solid hsl(var(--fg-muted) / 0.12);
  color: hsl(var(--fg));
  box-shadow: none;
  background: url(../images/select-arrow-gay.svg) no-repeat  97% center;
  border-radius: 12px;
}
.tld-section-padding .form-cover .select-cover {
   
    margin-bottom: 0px;
}
.tld-section-padding .form-cover .showPwd .field-icon{
      color: hsl(var(--fg-muted) / 0.45);
}
.alert-cover{
  position: fixed;
  right: 10px;
  top: 10px;
}
.tld-section-padding .check-cover .checkbox{
  margin: 0;
}
.tld-section-padding .check-cover .checkbox label{
  color: #fff;
}
.tld-section-padding .help-block-error{
  margin-top: 5px;
  margin-bottom: 0;
}
.tld-section-max-w-384 {
    max-width: 384px;
    margin: 0 auto;
}