/* =====================================
   ONLY FOR WP LOGIN PAGE
   Make passwordless form full WP style**/
form#loginform .norml-login {
  display: none;
}

form#loginform .links.link-btns a#login-link-loginpage {
  display: inline-flex !important;
  align-items: center;
}

.login form #px1280-login-section p#reg_text {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.login form {
  padding-bottom: 50px;
}


form#loginform:has(.unRegistering-card.passwordless-card.passwordless-card--unregistering) .card-header {

  background: #2b86d6;

  color: #fff;

  height: 36px;

  line-height: 36px;

  padding: 0 14px;

  text-align: center;

  font-weight: 700;

  font-size: 15px;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

form#loginform:has(.unRegistering-card.passwordless-card.passwordless-card--unregistering) {

  padding: 0;

}

form#loginform:has(.unRegistering-card.passwordless-card.passwordless-card--unregistering) div#px1280-manage-frame {

  margin: 0 !important;

}

form#loginform:has(.unRegistering-card.passwordless-card.passwordless-card--unregistering) .card-body {

  padding: 26px 24px;

}


div#px1280_unreg_btn {

  background: #4a90e2;

  padding: 20px;

  border: 2px solid #4a90e2;

  cursor: pointer;

  color: #fff;

  max-width: 50%;

  border-radius: 5px;

  text-align: center;

  margin: 10px auto
}



#plInfoBox {

  display: none;

  position: absolute;

  top: 40%;

  left: 100%;

  width: 300px;

  max-height: fit-content;

  overflow-y: auto;

  background: #ffffff;

  border: 1px solid #dcdcdc;

  border-radius: 8px;

  padding: 12px;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);

  z-index: 9999;

  height: 430px;

  transform: translate(-50%, 35%);

}

.accordion-content h5 {

  color: #1776E2;

  font-size: 17px;

  font-weight: 600;

  margin: 0 0 12px;

}

.px1280-passwordless-form-inner input[type=email] {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
}


#plInfoBox p {

  font-size: 12px;

  margin-bottom: 20px !important;

}





#plInfoBox .content-details {

  display: flex;

  gap: 10px;

  justify-content: center;

}



#plInfoBox .w30 {

  text-align: center;

  flex-basis: 40%;

}



#plInfoBox img {

  max-width: 100%;

  height: auto;

  margin-bottom: 6px
}





body.login #px1280-manage-frame,

body.login #px1280_form_wrap,

body.login #px1280_forgot_wrap {

  max-width: none;

  margin: 0;

  width: 100%;

  box-sizing: border-box;

  padding: 0;

}



body.login .px1280-passwordless-form {

  background: transparent;

  border: none;

  box-shadow: none;

  border-radius: 0;

  padding: 0
}



body.login .px1280-passwordless-form h3 {

  margin: 0 0 18px;

  text-align: left;

  font-size: 20px;

  font-weight: 400;

  color: #1d2327
}



body.login .px1280-passwordless-form input[type="text"],

body.login .px1280-passwordless-form input[type="password"] {

  width: 100%;

  font-size: 14px;

  padding: 6px 8px;

  margin-bottom: 16px;

  border: 1px solid #8c8f94;

  border-radius: 4px
}



body.login .px1280-passwordless-form input:focus {

  border-color: #2271b1;

  box-shadow: 0 0 0 1px #2271b1;

  outline: none
}



body.login .px1280-passwordless-form .checkbox {

  font-size: 13px;

  color: #50575e;

  margin-bottom: 12px
}



body.login #px1280_password_login-pwdless-ureg,

body.login #px1280_fp_submit {

  width: 100%;

  background: #2271b1;

  color: #fff;

  border: none;

  padding: 8px 0;

  font-size: 14px;

  border-radius: 4px;

  cursor: pointer
}



body.login #px1280_password_login-pwdless-ureg:hover,

body.login #px1280_fp_submit:hover {

  background: #135e96
}



body.login #px1280_fp_cancel,

body.login .btn-cancel {

  width: 100%;

  margin-top: 10px;

  background: #f6f7f7;

  color: #2271b1;

  border: 1px solid #2271b1;

  padding: 7px 0;

  border-radius: 4px
}



body.login .px1280-passwordless-form a {

  color: #2271b1;

  text-decoration: none
}



body.login .px1280-passwordless-form a:hover {

  text-decoration: underline
}



body.login #px1280-login-section {

  max-width: none;

  margin: 0 0 15px;
}



body.login #px1280-login-section label {

  font-size: 13px;
}


body.login .bar_group_wrapper {
    margin-bottom: 50px;
}
body.login #bar_group {

  margin-bottom: 15px;
}



body.login #login-link {

  display: none
}



#px1280-loader {

  width: 100%;

  height: 12px;

  background: repeating-linear-gradient(45deg, #ddd, #ddd 10px, #bbb 10px, #bbb 20px);

  animation: px1280move 1s linear infinite;

  margin-bottom: 6px;
}



@keyframes px1280move {

  from {

    background-position: 0 0;
  }



  to {

    background-position: 40px 0;
  }

}



#px1280-otp {

  font-size: 15px;

  font-weight: 600;
}



span#plInfoIcon {

  min-width: 15px;

  width: 15px;

  height: 15px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border: 2px solid #4775ff;
  margin-left: 10px;
  border-radius: 100px;

  font-size: 13px;

  overflow: hidden;

  color: #4775ff;

  font-weight: 900;

  cursor: pointer;

}



.px1280-password-box label {

  position: relative;

}

.login input.password-input {
    font-family: inherit;
}

.login form {

  overflow: visible !important;
  height: 100%;
  display: grid;
  /* 

    min-height: auto;

    max-width: max-content;

    display: inline-block; */

  position: relative;

}

.login form input {
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 26px;
}

.login form label[for="user_login"], .login form label[for="user_pass"] {
    display: none;
}




@media (max-width: 767px) {

  #plInfoBox {
    top: 25%;
    left: 50%;
    transform: translate(-50%, 50%);

  }

  .menu-button-container #primary-mobile-menu {

    margin-right: 20px;

  }
  header#masthead.site-header {
    margin-top: 10%;
    text-align: center;
  }


}

@media (max-width:480px) {

  #plInfoBox {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);

  }



}