/* themes/joindata-core/login/resources/css/login.sass */
body {
  background-color: #faf6f6;
  font-family:
    "Raleway",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Noto Color Emoji",
    sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
body > * {
  flex-shrink: 0;
}
.jd-tos-button-container {
  width: 300px;
  max-width: 100%;
  padding: 0 0.5rem;
  margin: 0 auto;
  margin-top: 2rem;
}
.jd-tos-button-container .jd-tos-button[disabled],
.jd-tos-button-container .jd-tos-button[disabled]:hover,
.jd-tos-button-container .jd-tos-button[disabled]:active {
  background: #cbcbcb;
  border-color: #b6b6b6;
}
.jd-tos-checkbox.checkbox {
  padding-top: 0px;
  margin-top: 2rem;
}
.jd-tos-checkbox.checkbox label {
  border: 1px solid #e9e9e9;
  padding: 1.7rem 2rem;
  border-radius: 7px;
  display: flex;
  gap: 0.8rem;
  background: transparent;
  transition: background 100ms ease-in-out, border-color 100ms ease-in-out;
}
.jd-tos-checkbox.checkbox label:hover {
  background: #f7f9fc;
  border-color: #bfc7d1;
}
.jd-tos-checkbox.checkbox label:hover .cr {
  border-color: #bfc7d1;
}
.jd-tos-checkbox.checkbox label:has(input:checked) {
  border-color: #55d287;
  background: #f4fff8;
}
.jd-tos-checkbox.checkbox label:has(input:checked) .cr {
  border-color: #55d287;
}
.jd-tos-checkbox.checkbox .cr {
  flex-shrink: 0;
  margin-right: 0;
}
.logo-watermark {
  position: absolute;
  left: 5rem;
  top: 4rem;
  max-width: 120px;
  pointer-events: none;
  user-select: none;
}
.jd-page-header {
  margin-top: 25px;
}
.jd-back-button {
  display: flex;
  text-wrap: nowrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 8px 12px;
  text-align: left;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  line-height: 1.2;
  transition: background 100ms ease-in-out, border-color 100ms ease-in-out;
}
.jd-back-button > .fa {
  transition: transform 100ms ease-in-out, color 100ms ease-in-out;
  font-size: 0.8em;
  color: #6a6a6a;
  margin-bottom: 1px;
  transform: translateY(0px);
}
.jd-back-button:hover,
.jd-back-button:focus {
  background: #f7f9fc;
  border-color: #bfc7d1;
  outline: none;
  text-decoration: none;
}
.jd-back-button:hover > .fa,
.jd-back-button:focus > .fa {
  transform: translateX(-2px);
  color: #333;
}
.jd-back-button #kc-login {
  margin-top: 30px;
}
.jd-back-button p {
  margin-bottom: 15px;
}
.jd-back-button .login-pf-social-link p {
  margin-bottom: 0px;
}
.jd-container {
  margin: 2.5rem;
}
.jd-login-wrapper {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
  background: white;
  border-radius: 18px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 5px 15px 0px rgba(175, 175, 175, 0.0784313725), 0px 2px 5px 0px rgba(166, 166, 166, 0.231372549);
}
.jd-login-wrapper .logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.jd-login-wrapper .alert {
  text-align: center;
  word-wrap: break-word;
}
.jd-login-wrapper #alert-validation ul {
  list-style: none;
  padding: 0;
}
.jd-login-wrapper h1 {
  font-size: 30px;
}
.jd-login-wrapper h1,
.jd-login-wrapper h2 {
  margin-bottom: 30px;
}
.jd-login-wrapper p,
.jd-login-wrapper h1,
.jd-login-wrapper h2 {
  text-align: center;
}
.jd-login-wrapper p {
  word-wrap: break-word;
}
.jd-login-wrapper .form-group .btn:first-of-type {
  margin-top: 25px;
}
.jd-login-wrapper .form-group .required.control-label:after {
  color: #a94442;
  content: "*";
}
.jd-login-wrapper .required-label {
  text-align: left;
}
.jd-login-wrapper .required-label:before {
  color: #a94442;
  content: "*";
}
.jd-login-wrapper .kc-terms-text pre {
  white-space: pre-wrap;
  word-break: keep-all;
}
.jd-login-wrapper .kc-terms-text p {
  text-align: left;
}
@media (max-width: 660px) {
  body {
    background-color: white;
  }
  .jd-login-wrapper {
    border: none;
    box-shadow: none;
  }
  .logo-watermark {
    display: none;
  }
}
.jd-callout {
  font-size: 15px;
  border-radius: 5px;
  display: flex;
  gap: 1rem;
  text-align: left;
  padding: 1.8rem;
  border: 1px solid #fff;
}
.jd-callout > p {
  text-align: left;
  margin: 0;
}
.jd-callout .jd-callout-icon {
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.jd-callout.success {
  background: #f7f9f1;
  border-color: #b9c29c;
  color: #464e2c;
}
.jd-callout.success .jd-callout.icon {
  color: #6e881d;
}
.jd-service-fee {
  margin: 3rem;
}
.jd-social-login {
  display: flex;
  gap: 2rem;
  padding: 2.6rem;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  align-items: center;
  transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
}
.jd-social-login,
.jd-social-login:hover,
.jd-social-login:visited,
.jd-social-login:active {
  text-decoration: none;
  color: #222020;
}
.jd-social-login:hover {
  border-color: #bfc7d1;
  background-color: #f7f9fc;
}
.jd-social-login:active {
  border-color: #7790b1;
}
.jd-social-login .jd-social-login-icon {
  width: 40px;
}
.jd-social-login .jd-social-login-icon.zoom-in {
  transform: scale(1.5);
}
.jd-social-login .jd-social-login-title {
  flex: 1;
  font-size: 16px;
  text-align: left;
  margin: 0;
}
#kc-header .jd-action-bar {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#kc-header.login-pf-page-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}
#kc-header.login-pf-page-header:before,
#kc-header.login-pf-page-header:after {
  display: none !important;
  content: none !important;
}
#kc-header.login-pf-page-header #kc-header-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
#kc-header.login-pf-page-header #kc-header-wrapper a {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
  border-radius: 50%;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
  color: #3bae69;
}
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
  margin-left: 0.04em;
  color: #3bae69;
}
.checkbox label input[type=checkbox],
.radio label input[type=radio] {
  display: none;
}
.checkbox label input[type=checkbox] + .cr > .cr-icon,
.radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type=checkbox]:disabled + .cr,
.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.btn-default:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-green-outline {
  border: 3px solid #3bae69;
}
.login-pf-social-link-spacing {
  padding-bottom: 20px;
}
.logo-social-login {
  width: 100%;
  max-width: 300%;
}
.logo-inline {
  display: inline;
}
.jd-country-initial-title {
  text-align: center;
  margin: 5rem 0;
}
.jd-country-initial-title h1 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.jd-country-initial-title p {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.jd-country-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jd-country-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 18px 20px;
  text-align: left;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.jd-country-card:hover,
.jd-country-card:focus {
  background: #f7f9fc;
  border-color: #bfc7d1;
  outline: none;
}
.jd-country-name {
  font-size: 18px;
  line-height: 1.2;
}
.jd-card-wrapper {
  position: relative;
}
.jd-country-dropdown {
  position: relative;
}
.jd-country-dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 220px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 1001;
}
.jd-country-dropdown ul li {
  margin: 0;
  padding: 0;
}
.jd-country-dropdown ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.jd-country-dropdown ul li a:hover,
.jd-country-dropdown ul li a:focus {
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
}
.jd-country-dropdown:hover ul,
.jd-country-dropdown:focus-within ul {
  display: block;
}
#jd-current-country-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  margin: 0;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
#jd-current-country-link:hover,
#jd-current-country-link:focus {
  color: #333;
  text-decoration: none;
  border-color: #bfbfbf;
}
.jd-country-label {
  display: inline-block;
}
.jd-country-chevron {
  font-size: 11px;
  margin-left: 4px;
}
.jd-country-flag {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 3px;
}
#kc-page-title {
  padding-right: 0;
}
.kc-page-login-password-change .pf-v5-c-input-group {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0.5rem 0 1rem 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.kc-page-login-password-change .pf-v5-c-input-group:has(input:focus) {
  border-color: #1e3fad;
  outline: 0;
}
.kc-page-login-password-change .pf-v5-c-input-group > .form-control {
  display: block;
  flex: 1;
  padding: 0;
  border: 0;
  box-shadow: none;
  height: auto;
}
.kc-page-login-password-change .pf-v5-c-input-group > .form-control > input {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 0;
  background: transparent;
}
.kc-page-login-password-change .pf-v5-c-input-group > .form-control > input:focus {
  outline: 0;
}
.kc-page-login-password-change .pf-v5-c-input-group > .pf-v5-c-button.pf-m-control {
  background: transparent;
  border-radius: 999px;
  padding: 0.3rem 1.5rem;
  font-size: 1.5rem;
  border: 0;
  color: #888;
  transition: color ease-in-out 0.15s, transform ease-in-out 100ms;
}
.kc-page-login-password-change .pf-v5-c-input-group > .pf-v5-c-button.pf-m-control:hover {
  color: #333;
}
.kc-page-login-password-change .pf-v5-c-input-group > .pf-v5-c-button.pf-m-control:active {
  color: #111;
  transform: scale(0.9);
}
.kc-page-login-password-change .pf-m-action {
  margin: 2rem 0 5rem 0;
}
