.dkel-social-login-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dkel-social-login-wrap.dkel-social-login--layout-stacked {
  flex-direction: column;
}
.dkel-social-login-wrap.dkel-social-login--layout-stacked .dkel-social-login-button {
  margin-right: 0;
  margin-bottom: 8px;
  width: 100%;
}
.dkel-social-login-wrap.dkel-social-login--layout-stacked .dkel-social-login-button:last-of-type {
  margin-bottom: 0;
}
.dkel-social-login-wrap.dkel-social-login--layout-stacked span.dkel-social-login-label {
  text-align: center;
}

.dkel-login-form-wrap {
  position: relative;
}
.dkel-login-form-wrap .dkel-lf-error {
  color: var(--dkel-error-color, red);
}
.dkel-login-form-wrap .dkel-login-form > .dkel-lf-error {
  display: block;
  margin-top: 15px;
}
.dkel-login-form-wrap.dkel-event-disabled .dkel-login-form {
  pointer-events: none;
  opacity: 0.2;
}
.dkel-login-form-wrap.dkel-event-disabled:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #000 transparent #000 transparent;
  animation: dkel-loader-dual-ring 1.2s linear infinite;
}

.dkel-login-form .dkel-field-type-recaptcha .dkel-grecaptcha {
  display: inline-block;
}
.dkel-login-form .dkel-social-login-button {
  cursor: pointer;
  display: flex;
  margin-right: 10px;
  color: #fff;
  transition: all 0.2s;
}
.dkel-login-form .dkel-social-login-button:last-of-type {
  margin-right: 0;
}
.dkel-login-form .dkel-social-login-button span svg {
  height: 24px;
  width: 24px;
  vertical-align: top;
}
.dkel-login-form .dkel-social-login-button span svg path {
  transition: all 0.2s;
}
.dkel-login-form .dkel-social-login-button span.dkel-social-login-icon {
  display: flex;
  flex: 0 0 auto;
  padding: 10px;
}
.dkel-login-form .dkel-social-login-button span.dkel-social-login-label {
  overflow: hidden;
  text-align: left;
  text-overflow: clip;
  white-space: nowrap;
  flex: 1 1 auto;
  margin: 0 20px 0 10px;
  padding: 10px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dkel-login-form .dkel-social-login-button.dkel-fb-login-button {
  background-color: #4267b2;
}
.dkel-login-form .dkel-social-login-button.dkel-fb-login-button svg path {
  fill: #fff;
}
.dkel-login-form .dkel-social-login--transparent .dkel-social-login-button {
  border: 1px solid;
}
.dkel-login-form .dkel-social-login--transparent .dkel-social-login-button.dkel-fb-login-button {
  color: #4267b2;
  background-color: transparent;
}
.dkel-login-form .dkel-social-login--transparent .dkel-social-login-button.dkel-fb-login-button:hover {
  background-color: rgba(66, 103, 178, 0.1);
}
.dkel-login-form .dkel-social-login--transparent .dkel-social-login-button.dkel-fb-login-button svg path {
  fill: #4267b2;
}
.dkel-login-form .dkel-social-login--transparent .dkel-social-login-button.dkel-google-login-button {
  color: #4285f4;
  background-color: transparent;
}
.dkel-login-form .dkel-social-login--transparent .dkel-social-login-button.dkel-google-login-button:hover {
  background-color: rgba(66, 133, 244, 0.1);
}
.dkel-login-form .dkel-social-login--transparent .dkel-social-login-button.dkel-google-login-button .dkel-social-login-icon {
  background-color: transparent;
  border: none;
}
.dkel-login-form .dkel-login-form-sep {
  margin-top: 20px;
  text-align: center;
}
.dkel-login-form .dkel-login-form-sep-text {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.dkel-login-form .dkel-login-form-sep-text:before, .dkel-login-form .dkel-login-form-sep-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  width: 5px;
}
.dkel-login-form .dkel-login-form-sep-text:before {
  right: 100%;
}
.dkel-login-form .dkel-login-form-sep-text:after {
  left: 100%;
}

.dkel-login-form .dkel-lf-field-inner {
  width: 100%;
  position: relative;
  display: inline-flex;
}
.dkel-login-form button.dkel-lf-toggle-pw {
  display: none;
  background: 0 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: inherit;
  opacity: 0.5;
  font-size: 14px;
  line-height: 2;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}
.dkel-login-form .dkel-lf-field-pw-toggle button.dkel-lf-toggle-pw {
  display: inline-block;
}

.dkel-login-form-links a {
  position: relative;
}
.dkel-login-form-links a:not(:last-child):after {
  content: "|";
  margin: 0 0.3em;
}

.dkel-social-login-wrap iframe {
  max-width: unset;
}