a {
  text-decoration: none;
}

div,
article,
aside {
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.pkt-ldr-login-register-page {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 0;
}
.ajax_form.pkt-lrd-reset-pass {
  background-color: red;
}

.manual-register-form {
  width: 100vw;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
.manual-register-form span {
  color: #ffffff;
}
.pkt-ldr-login-register-page .logo {
  color: #5d5e64;
  font-weight: bold;
  width: 100vw;
  text-align: center;
  
}
.pkt-ldr-login-register-page .logo a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
}

.pkt-ldr-login-register-page .logo a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.pkt-ldr-login-register-page .logo span {
  color: #5d5e64;
  font-size: 16px;
  font-weight: 700;
  margin-inline-start: 10px;
}

.ajax_form {
  padding: 0 22px;
  margin: 0 auto;
  /* position: relative; */
  max-width: 420px;
  background-color: #ffffff;
  border-radius: 10px;

  box-shadow: 0 0 200px 0 rgb(0 0 0 / 20%);
}
form {
  display: block;
  margin-top: 0em;
  unicode-bidi: isolate;
  margin-block-end: 1em;
}

.load_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #24242b8c;
  z-index: 3;
  display: none;
}

.input_float_label {
  position: relative;
}
.input_float_label input {
  transition: all 0.4s;
  border: solid 1px #5d5e64;
}

.input_checkbox_label {
  margin: 10px 0;
}

.input_checkbox_label label {
  margin: 0;
  opacity: 0.4;
  color: #5d5e64;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  padding: 0 3px;
}

.lost_pass_link {
  color: #5d5e64 !important;
  margin-top: 20px;
  display: block;
  font-size: 13px !important;
  font-weight: 500;
  transition: all 0.3s;
  text-align: start;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  top: 50%;
  left: -50%;
  transform: translate(50%, -50%);
  width: 80px;
  height: 80px;
}

.register-input {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #5d5e64;
  /* input border color */
  border: solid 3px gray;    
  height: 57px;
  width: 100%;
  line-height: 45px;
  padding: 0px 5px;
  border-radius: 10px;
  text-indent: 10px;
  margin: 0;
  outline: none;
  text-align: right;
  background-color: #ffffff;
}
.input_float_label input {
  transition: all 0.4s;
}
input:focus,
input:active,
input:enabled {
  box-shadow: none;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input:not(
    [type="image" i],
    [type="range" i],
    [type="checkbox" i],
    [type="radio" i]
  ) {
  overflow-clip-margin: 0px !important;
  overflow: clip !important;
}
input[type="password" i] {
  -webkit-text-security: disc !important;
  padding-block: 1px;
  padding-inline: 2px;
}

.kelaket_showpass {
  position: absolute;
  left: 0;
  top: 50%;
  color: #93939b;
  background: transparent;
  border: none;
  font-size: 18px;
  margin-left: 5px;
  cursor: pointer;
}
.kelaket_showpass:focus,
.kelaket_showpass:active {
  border: 0;
  box-shadow: none;
  outline: none;
}

.ajax_form__links {
  padding: 10px 20px;
  width: 100% !important;
  margin: 0 !important;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ajax_form__links a,
.ajax_form__links span {
  color: #5d5e64;
}

.custom_register_button {
  color: #4050b5 !important;
  font-size: 15px !important;
  font-weight: bold;
  font-size: 15px !important;
}

.pkt-ldr-login-register-page .logo img {
  width: 50px;
  height: 50px;
}

img,
svg {
  vertical-align: middle;
}
img {
  overflow-clip-margin: content-box;
  overflow: clip;
}
input:not(
    [type="image" i],
    [type="range" i],
    [type="checkbox" i],
    [type="radio" i]
  ) {
  overflow-clip-margin: 0px !important;
  overflow: clip !important;
}
input[type="text" i] {
  padding-block: 1px;
  padding-inline: 2px;
}
.ajax_from__login {
  box-shadow: 0 8px 60px 0 #4050b547;
}
.ajax_from__login {
  background: #4050b5;
  border: solid 1px #4050b5;
  width: 100%;
  padding: 10px;
  height: 57px;
  font-size: 17px;
  border-radius: 10px;
  font-weight: 800;
  color: #ffffff;
  transition: all 0.4s;
  cursor: pointer;
}
.manual-register-form label {
  margin: 0;
}
.input_float_label label {
  margin: 0;
  opacity: 0.4;
  color: #5d5e64;
  font-size: 15px;
  font-weight: 500;
  background: #ffffff;
  position: relative;
  top: 12px;
  right: 19px;
  opacity: 1;
  padding: 0 7px;
}

.ajax_form__register {
  background: #4050b5;
  border: solid 1px #4050b5;
  width: 100%;
  padding: 10px;
  height: 57px;
  font-size: 17px;
  border-radius: 10px;
  font-weight: 800;
  color: #fff;
  transition: all 0.4s;
  margin-top: 20px;
  cursor: pointer;
}

.pass2 {
  margin-inline-start: 10px;
}
.msg {
  padding-bottom: 10px;
  display: none;
  /* margin-bottom: 10px; */
}

.rcp_error {
  position: relative;
  border-radius: 0.25rem;
  color: #ff2d40;
  background-color: #ff000014;
  padding: 13px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  border: none;
}

.rcp_success {
  position: relative;
  border-radius: 0.25rem;
  color: green;
  background-color: #ff000014;
  padding: 13px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  border: none;
}

.rcp_warning {
  position: relative;
  border-radius: 0.25rem;
  color: orangered;
  background-color: #ff000014;
  padding: 13px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  border: none;
}

.reset-login-register {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}


/* Start Loading */

.pkt-lrd-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.pkt-lrt-loading-spin {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  display: none;
}
.pkt-lrt-loading-spin.open {
  display: inline-flex;
}

/* HTML: <div class="loader"></div> */
.pkt-lrt-loading-spin .loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #ccc #0000;
  animation: l16 1s infinite linear;
}
.pkt-lrt-loading-spin .loader::before,
.pkt-lrt-loading-spin .loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.pkt-lrt-loading-spin .loader::before {
  border-color: #f03355 #0000;
  animation: inherit; 
  animation-duration: .5s;
  animation-direction: reverse;
}
.pkt-lrt-loading-spin .loader::after {
  margin: 8px;
}
@keyframes l16 { 
  100%{transform: rotate(1turn)}
}
/* End Loading */
