/* Start custom CSS for html, class: .elementor-element-37c470b */#jtb-connexion-widget * { box-sizing: border-box; }
#jtb-connexion-widget {
  max-width: 460px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  padding: 8px 4px;
}
#jtb-connexion-widget h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 22px;
  color: #111;
}
#jtb-connexion-widget .jtb-intro {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 16px;
}
#jtb-connexion-widget .jtb-instruction {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 30px;
  color: #111;
}
#jtb-connexion-widget label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}
#jtb-connexion-widget .jtb-field-wrap {
  position: relative;
  margin-bottom: 6px;
}
#jtb-connexion-widget input[type="password"],
#jtb-connexion-widget input[type="text"] {
  width: 100%;
  padding: 12px 44px 12px 14px;
  font-size: 15px;
  border: 1px solid #c9ccd1;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.15s ease;
  background: #fff;
}
#jtb-connexion-widget input:focus {
  border-color: #0a3d91;
  box-shadow: 0 0 0 3px rgba(10, 61, 145, 0.12);
}
#jtb-connexion-widget .jtb-toggle-pass {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #6b7280;
  display: flex;
  align-items: center;
}
#jtb-connexion-widget .jtb-toggle-pass:hover { color: #0a3d91; }
#jtb-connexion-widget .jtb-error {
  display: none;
  color: #c0362c;
  font-size: 13px;
  margin: 4px 0 0;
}
#jtb-connexion-widget .jtb-error.jtb-show { display: block; }
#jtb-connexion-widget .jtb-btn {
  display: block;
  width: 100%;
  margin: 22px 0 16px;
  padding: 13px 20px;
  background: #0a3d91;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s ease;
}
#jtb-connexion-widget .jtb-btn:hover { background: #082f70; }
#jtb-connexion-widget .jtb-btn:disabled { background: #93a5c9; cursor: default; }
#jtb-connexion-widget .jtb-lost {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  margin-bottom: 28px;
}
#jtb-connexion-widget .jtb-lost:hover { text-decoration: underline; }
#jtb-connexion-widget .jtb-help-box {
  background: #eaf1fb;
  border-radius: 8px;
  padding: 20px 24px;
  text-align: center;
  margin-bottom: 26px;
}
#jtb-connexion-widget .jtb-help-box strong {
  display: block;
  color: #0a3d91;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.4;
}
#jtb-connexion-widget .jtb-help-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #2a2a2a;
}
#jtb-connexion-widget .jtb-footer {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #0a3d91;
}/* End custom CSS */