.elementor-661 .elementor-element.elementor-element-0f6b4c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-1a9a2be *//* TMB LatePoint Customer Login */

.latepoint-w,
.latepoint-w * {
  font-family: "Montserrat", sans-serif !important;
  box-sizing: border-box !important;
}

/* Remove LatePoint default white boxes/wrappers */
.latepoint-w .latepoint-form,
.latepoint-w .os-customer-login-w,
.latepoint-w .latepoint-customer-auth-options-wrapper,
.latepoint-w .os-step-existing-customer-login-w,
.latepoint-w .os-form-group,
.latepoint-w .os-form-group-transparent {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Main login card */
.latepoint-w .latepoint-login-form-w {
  max-width: 520px !important;
  margin: 0 auto !important;
  padding: 38px 34px !important;
  background: #0f0f0f !important;
  border: 1px solid rgba(188, 145, 48, 0.28) !important;
  box-shadow: none !important;
}

/* Title */
.latepoint-w .latepoint-customer-box-title {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 0 26px !important;
}

/* Shared input styling */
.latepoint-w input.os-form-control,
.latepoint-w input#auth_phone,
.latepoint-w input#auth_password {
  width: 100% !important;
  height: 56px !important;
  background: #111111 !important;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: 1px solid rgba(188, 145, 48, 0.55) !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: inset 0 0 0 9999px #111111 !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 16px !important;
  line-height: 56px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.latepoint-w input.os-form-control::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}

/* Phone field wrapper */
.latepoint-w .os-form-phonefield-group .lp_iti {
  width: 100% !important;
  height: 56px !important;
  background: #111111 !important;
  border: 1px solid rgba(188, 145, 48, 0.55) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Remove inner phone input border so there is only one border */
.latepoint-w .os-form-phonefield-group input#auth_phone {
  border: 0 !important;
  height: 54px !important;
  line-height: 54px !important;
}

/* Phone country code area */
.latepoint-w .lp_iti__flag-container,
.latepoint-w .lp_iti__selected-flag {
  background: #111111 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.latepoint-w .lp_iti__selected-dial-code {
  color: #ffffff !important;
}

/* Password field + forgot link */
.latepoint-w .os-customer-login-password-fields-w {
  position: relative !important;
}

.latepoint-w .step-forgot-password-btn {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.latepoint-w .step-forgot-password-btn span {
  color: #bc9130 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Continue button */
.latepoint-w .step-login-existing-customer-btn {
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  background: #bc9130 !important;
  border: 1px solid #bc9130 !important;
  border-radius: 0 !important;
  color: #111111 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin-top: 16px !important;
  line-height: 1 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  box-shadow: none !important;
}

.latepoint-w .step-login-existing-customer-btn span {
  line-height: 1 !important;
  display: block !important;
}

.latepoint-w .step-login-existing-customer-btn:hover {
  background: #d3a641 !important;
  border-color: #d3a641 !important;
  color: #111111 !important;
}

/* Autofill cleanup */
.latepoint-w input:-webkit-autofill,
.latepoint-w input:-webkit-autofill:hover,
.latepoint-w input:-webkit-autofill:focus,
.latepoint-w input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 9999px #111111 !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
  .latepoint-w .latepoint-login-form-w {
    max-width: 100% !important;
    padding: 30px 22px !important;
  }

  .latepoint-w .latepoint-customer-box-title {
    font-size: 22px !important;
  }
}

.latepoint-w input#auth_phone::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}/* End custom CSS */