*, *:hover {
  transition: 100ms all;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.login-error {
    color: #FF5656;
    font-size: 15px !important;
    padding: 25px 0 0;
}

.login-page, .registration-page {
  /* overflow: hidden; */
  /* background-image: url("../images/user.jpg"); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position-y: bottom; */
}

.mobilesize-tikakala{
    display:none;

}
.login-bag-logo {
  background-image: url("../images/online_shope.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 150px;
  height: 200px;
}

.html-login-page body, .html-password-recovery-page body, .html-registration-result-page body, .html-registration-page body {
   background-image: url(../images/user3.jpg); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
   overflow: hidden !important; 
}
.page.registration-page.information .login-background {
    width: 100% !important;
}

.page.registration-page.information {
    width: 100% !important;
}
.login-background {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.logo-mobilesize {
    display: none;
}
.login-box, .register-box {
  display: flex;
  width: 50%;
  margin: 100px auto 50px;
  border-radius: 13px;
  box-shadow: 0 10px 19px 0 rgb(0 0 0 / 20%);
  height: 380px;
  max-height: 380px;
  background-color: #fff;
  position: relative;
}
#RegisterVerification .login-side {
    height: 50% !important;
}
.login-side, .register-side {
  /* margin-top: 100px; */
  /* padding-bottom: 20px; */
  height: 100% !important;
  padding: 0 10px;
  margin: 0 auto;
  width: 50%;
}
.password-inputs {
  width: 100%;
}

.registration-page .buttons {
  width: 100% !important;
}

.login-side .title > div {
  margin-top: 6px;
}

.login-side .title, .register-side .title {
  text-align: right;
  width: 55%;
  margin-top: 19px;
}

.tikakala {
  /*background-color: #435FCB;*/
  width: 100%;
  height: 380px;
  border-radius: 13px 0 0 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.login-side .title strong, .register-box .title strong {
  color: #d71920;
  font-size: 17px;
  font-weight: 700;
}
.field-validation-error {
    margin-top: 18px;
    margin-right: 5px;
    color: #d71920;
}

.login-side span, .register-box span {
  font-size: 13px;
}

.login-side .title button, .register-box .title button {
  font-size: 12px;
  background-color: rgb(239 239 239 / 84%);
  color: #d71920;
  padding: 2px 7px;
  border-radius: 9px;
  cursor: pointer;
  border: none;
  margin-right: 5px;
  font-size: 13px;
}

.information .inputs strong {
    color: red;
    margin-right: 8px;
}

.information {
  display: flex;
  flex-direction: column;
  /* margin-top: 11px; */
  width: 100%;
}


  .information .note {
    text-align: right;
    margin-top: 17px;
    margin-right: 11px;
    color: #d71920;
    font-weight: bold;
    width: 100%;
  }

  .information .inputs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 6px;
    /* margin-right: 10px; */
  }
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgb(239 239 239 / 84%) inset !important;
  font-size: 15px !important;
}
#SendVerificationAgain:disabled + label, #SendVerificationAgainrecovery:disabled + label {
  color: #d7192063;
}
.information .inputs label {
  margin: 7px;
  font-family: yekanbakhNum
}
.information .inputs input {
  border: none;
  background-color: rgb(239 239 239 / 84%) !important;
  width: 100%;
  height: 40px;
  /* margin: 0 auto; */
  border-radius: 14px;
  outline: none;
  font-family: 'yekanbakhNum' !important;
  padding: 0 10px;
}

.information input::placeholder {
  font-family: yekanbakh;
  padding-right: 6px;
  color: rgb(109 109 112 / 35%);
  font-size: 13px;
}

.information span a {
  font-size: 14px;
  color: #d71920;
  margin: 5px 3px;
}

  .remmember-password input {
    cursor: pointer;
}

.remmember-password label {
    margin-right: 5px;
    color: #c0c9e2;
    font-size: 14px;
    text-align: right;
    display: flex;
    width: 171px;
    justify-content: space-between;
}
#register-button:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
.login-side .submit, .register-side .submit, .register-side .next-level {
  background-color: #d71920;
  border: none;
  width: 160px;
  height: 40px;
  border-radius: 14px;
  cursor: pointer;
  color: #fff;
  font-family: 'yekanbakh';
  font-size: 13px;
  margin: 17px 0 0 0;
}
.password-security .active {
    transition: 250ms all;
}
.recovery-btn button {
  background-color: #fff;
  border: 1px solid #eaedf9;
  width: 160px;
  height: 40px;
  border-radius: 14px;
  cursor: pointer;
  color: #d71920;
  font-family: 'yekanbakh';
}

  .recovery-btn button:hover {
    background-color: #d71920;
    color: #fff;
  }

.recovery-btn {
  display: flex;
  justify-content: flex-end;
  width: 55%;
  margin-top: 20px;
  /* margin-left: 15px; */
}
  .recovery-btn .buttons { /* margin-left: 26px !important; */
  }
.password-security label {
  color: #cec0c9;
}

.password-security div {
  width: 60px;
  height: 5px;
  border-radius: 14px;
  background-color: rgb(239 239 239 / 84%);
  transition: 300ms all;
}

.password-security .strong.active {
  background-color: green;
}

.password-security .good.active {
  background-color: lightgreen;
}

.password-security .bad.active {
  background-color: yellow;
}

.password-security .weak.active {
  background-color: red;
}

.password-security {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  width: 100%;
  /* margin-right: 15px; */
  margin-top: 9px;
}

.remmember-password {
  /* padding: 0 4px; */
}
.login-page .password-box {
  width: 100% !important;
}
.password-box {
  display: flex;
  justify-content: space-between;
  width: 55%;
  /* padding: 0 10px; */
  margin-top: 16px;
}

.edit-title a {
  background-color: #eaedf9;
  font-size: 11px;
  padding: 1px 7px;
  border-radius: 9px;
  height: 18px;
  margin-left: 17px;
  margin-top: 5px;
  color: #d71920;
}

.edit-title {
  display: flex;
  justify-content: space-between;
}


.information .rules {
    margin-top: 14px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-right: 36px;
    }

  .information .rules span {
    font-size: 11px;
    color: rgb(109 109 112 / 35%);
    margin-right: 10px;
  }

.password-box input {
    display: none;
}
.password-box .radio {
  background-color: rgb(239 239 239 / 84%);
  position: relative;
  line-height: 0;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  display: inline-block;
  cursor: pointer;
}


  .password-box .radio i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
  }

  .password-box .radio i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
  }

.password-box input:checked + label > .radio > i {
  opacity: 1;
}

.password-box input:checked + label .radio {
  background-color: #d71920;
}


#nextLevelButton {
    width: 100%;
}

#submitBtn {
    width: 100%;
}
.login-side-bottom img {
  width: 100%;
}

.login-side-bottom {
  background-color: #e21a22;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  bottom: -31px;
  width: 100%;
  height: 47px;
  right: 0;
  z-index: -1;
  border-radius: 0 0 10px 10px;
  /* background-image: url("../images/loginbottomcolorful.png"); */
}
.login-side .buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* margin-left: 52px; */
  padding-bottom: 19px;
}
.html-registration-page .registration-page .buttons {
  width: 100% !important;
}



#equalError {
    width: 100%;
    text-align: right;
    margin: 7px 10px 0 0;
    color: red;
    font-size: 12px;
}

.tikakala img {
    width: 100%;
}

  .tikakala img:first-child {
    width: 80%;
  }

.login-side .btn-primary {
  color: #d71920;
  background-color: rgb(239 239 239 / 84%);
  border: none;
  border-radius: 8px;
  font-size: 11px;
  padding: 4px 8px;
}

.information .verification-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#countD span, #countDrecovery span {
  font-size: 15px;
  font-family: 'yekanbakhNum';
  width: 40px;
  text-align: center;
}

#countD img, #countDrecovery img {
  width: 35%;
}

#countD, #countDrecovery {
  width: 65px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
  .information .verification-box .receive-verification--code {
    margin-left: 10px;
  }
.information .verification-input {
  display: none;
}

.information .verification-codes {
  display: flex;
  width: 100%;
  direction: ltr;
justify-content: space-between;}
  .information .verification-codes input {
    font-size: 16px;
    width: 78px;
    text-align: center;
  }


  @media screen and (max-width: 500px) {
    .login-side .buttons{
      margin-left:0 !important;
      width: 100% !important;
    }
    .login-side .buttons button {
    width: 100% !important;
}
    .login-box, .register-box{
      display:
      flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow:
      none;
      width: 100%;
      height: 100% !important;
      margin-top: 80px;
      margin-bottom: 0 !important;
  }

  .tikakala{
      display:none;
  }

  .mobilesize-tikakala {
    display: block;
  }
.logo-mobilesize {
    display: block !important;
    width: 150px;
    height: 200px;
}
  .login-side, .register-side{
      /* margin-top: 100px; */
      /* padding-bottom: 20px; */
      width: 100%;
  }
.login-bag-logo {
    width: 100px !important;
}
  .mobilesize-tikakala{
      display:flex;
      flex-direction: column;
      height: 50% !important;
  }
  .login-side .submit, .register-side .submit, .register-side .next-level{
      width: 100%;
  }
    
  .login-side .title, .register-side .title {
    margin: 0;
}

.information .inputs {
    margin: 0;
}
  .mobilesize-tikakala img {
    margin-top: 70px;
  }
  
.mobilesize-tikakala img:nth-child(2) {
  width:100%
}

}
html.html-registration-result-page form button {
  background-color: #d71920;
  border: 1px solid #eaedf9;
  width: 160px;
  height: 40px;
  border-radius: 14px;
  cursor: pointer;
  color: #fff;
  font-family: 'yekanbakh';
  margin-top: 20px;
  border: none;
  outline: none;
}
html.html-registration-result-page form {
/*    padding: 0 20px;*/
}
label.success {
  padding: 10px 0;
  color: green;
  color: green;
  width: 100%;
}
.register-next-step-button[disabled] {
    opacity: .5;
} .5;
}