.login-container {
  width: 100vw;
  height: 100vh;
}

html[dir="rtl"] .otp-input input:nth-child(1) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 0px solid #52525b;
  border-right: 1px solid #52525b;
}

html[dir="rtl"] .otp-input input:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 1px solid #52525b;
  border-left: 1px solid #52525b;
}

.kryoni-logo {
  width: 220px;
}

.welcome-content {
  font-size: 28px;
  font-weight: 600;
  margin: auto;
  /* max-width: 570px; */
}

.steps-content {
  margin: auto;
  /* max-width: 550px; */
  font-size: 18px;
  color: #52525B;
  font-weight: 400;
}

.email-input-container.d-flex.flex-column.text-start {
  max-width: 520px;
  margin: auto;
}

.email-input-container label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
}

.email-input-container label span {
  color: #ee4823;
}

.email-input-container input {
  border: 1px solid #52525b;
  border-radius: 10px;
  padding: 10px 15px;
}

.email-input-container .position-relative input {
  padding-right: 45px;
}

.email-input-container input::placeholder {
  color: #606976 !important;
  font-size: 16px;
  font-weight: 400;
}

.email-input-container button {
  margin-top: 25px;
  border: none;
  color: #fff;
  background-color: #4b85c4;
  padding: 10px 15px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 17px;
}

.email-input-container button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.email-input-container .spinner-border {
  width: 1rem;
  height: 1rem;
  margin-left: 5px;
}

.otp-input {
  display: flex;
  justify-content: center;
}
.otp-input input {
  width: 15%;
  flex-grow: 1;
  height: 70px;
  text-align: center;
  font-size: 24px;
  border-top: 1px solid #52525b;
  border-bottom: 1px solid #52525b;
  border-right: 1px solid #52525b;
  border-left: 0px;
  border-radius: 0px;
  outline: none;
  transition: all 0.3s ease;
}

.otp-input input:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid #52525b;
}

.otp-input input:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #52525b;
}

.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input input[type="number"] {
  -moz-appearance: textfield;
}

.resend-text {
  margin-top: 20px;
  font-size: 15px;
  color: #52525b;
}

.resend-text a {
  color: #202224;
  font-weight: 600;
  margin-left: 5px;
}

#timer {
  margin-top: 20px;
  font-size: 15px;
  color: red;
}

#country-dropdown {
  padding: 10px 15px;
  border: 1px solid #52525b !important;
  border-radius: 10px;
}

#country-dropdown option {
  padding: 10px 15px;
}

.agree-text-label {
  font-size: 15px;
  font-weight: 500 !important;
  color: #52525b !important;
  margin-bottom: 0px !important;
}

.agree-text-label span {
  font-size: 15px;
  font-weight: 500 !important;
  color: #52525b !important;
  margin-bottom: 0px !important;
}

.agree-text-label a {
  color: #202224;
  font-weight: 600;
}

.redirect-loader {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  color: #76a8df;
  animation: fill 1s ease-in infinite alternate;
}
.redirect-loader::before,
.redirect-loader::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 22px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.redirect-loader::after {
  left: auto;
  right: 22px;
  animation-duration: 1.1s;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 0 2px inset;
  }
  100% {
    box-shadow: 0 0 0 5px inset;
  }
}

.redirecting {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.success-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.error-new {
  margin: 10px 5px;
  margin-bottom: 0px;
  display: inline-flex !important;
}

#resend-otp {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  border: none;
}

#resend-otp:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.error-label-star {
  color: red;
}

.jms-kryoni-log {
  width: 160px !important;
  object-fit: contain;
  max-height: 160px !important;
}

.author-login .welcome-content {
  font-size: 25px !important;
}

.author-login .steps-content {
  font-size: 14px !important;
  font-weight: 400 !important;
  width: 80% !important;
}

.publisher-name {
  color: #4b85c4;
  font-size: 16px;
  font-weight: 700;
}

.email-address-verify {
  font-weight: 600;
  font-size: 16px;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-top: 1px solid;
  margin: 10px;
  color: #B9B9B9;
}

.separator span {
  padding: 0 10px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.orcdid-button {
  font-size: 17px;
  font-weight: 500;
  color: #202224;
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  border: 1px solid #8c8b8b;
  padding: 8px 40px; /* More padding to accommodate text centering */
  border-radius: 24px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 200px; /* Set a fixed width (adjust as needed) */
  justify-content: center; /* Ensure text is centered */
}

.orcdid-button img {
  width: 30px; /* Adjust image size */
  height: auto;
  position: absolute;
  left: 50px; /* Position image at the left */
}

.orcdid-button span {
  flex: 1; /* Ensures text takes up available space */
  text-align: center; /* Center text */
}

.orcdid-button:hover {
  background-color: #4b85c4;
  color: #fff;
}

.font-16-600{
  font-size: 16.5px;
  font-weight: 600;
  color: #000000;
}
.account-dont{
  color: #52525b;
}
.account-login-container{
  width: 100%;
}

.font-16-500{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.forgot-text-pass{
  text-decoration: none;
}

.forgot-text-pass:hover{
  color: #000000;
  text-decoration: underline;
}

.account-login-container .dropdown-l button,
.account-login-container .dropdown-content-l li{
  font-size: 17px;
  color: #52525B;
  font-weight: 400;
}

.account-login-container .input-checkbox {
  width: 23px;
  height: 23px;
  border-radius: 5px;
}

.account-login-container .remember-me{
  font-weight: 500;
}

.account-login-container .separator span{
  font-size: 20px;
  font-family: 'poppins', sans-serif;
  font-weight: 600;
}

/* Password Eye Icon Styles */
.input-icon-position {
  position: absolute;
  right: 18px;
  top: 52%;
  transform: translateY(-50%);
  width: 15px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(10%) saturate(581%)
    hue-rotate(169deg) brightness(95%) contrast(94%);
}

.password-eye {
  cursor: pointer;
}

.login-link .color-link, 
.login-link .color-link:hover{
    color: #2D7BD3;
    text-decoration: none;
}

/* Responsive Breakpoints */

/* Extra Small devices (phones, less than 576px) */
@media screen and (max-width: 575.98px) {
  .kryoni-logo {
    width: 150px;
  }

  .welcome-content {
    font-size: 20px;
    padding: 0 15px;
  }

  .steps-content {
    font-size: 14px;
    padding: 0 15px;
  }

  .email-input-container.d-flex.flex-column.text-start {
    max-width: 100%;
    padding: 0 20px;
  }

  .email-input-container label {
    font-size: 14px;
  }

  .email-input-container input {
    padding: 8px 12px;
    font-size: 14px;
  }

  .email-input-container button {
    margin-top: 15px;
    padding: 8px 12px 6px;
    font-size: 15px;
  }

  .otp-input input {
    height: 50px;
    font-size: 18px;
  }

  .resend-text {
    font-size: 13px;
  }

  .separator span {
    font-size: 14px;
  }

  .orcdid-button {
    width: 100%;
    font-size: 15px;
    padding: 8px 20px;
  }

  .orcdid-button img {
    width: 24px;
    left: 20px;
  }

  .font-16-600 {
    font-size: 14px;
  }

  .font-16-500 {
    font-size: 14px;
  }

  .publisher-name {
    font-size: 14px;
  }

  .email-address-verify {
    font-size: 14px;
  }

  .author-login .welcome-content {
    font-size: 18px !important;
  }

  .author-login .steps-content {
    font-size: 12px !important;
    width: 95% !important;
  }

  .jms-kryoni-log {
    width: 120px !important;
    max-height: 120px !important;
  }

  .account-login-container .dropdown-l button,
  .account-login-container .dropdown-content-l li {
    font-size: 15px;
  }

  .account-login-container .separator span {
    font-size: 16px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .kryoni-logo {
    width: 180px;
  }

  .welcome-content {
    font-size: 24px;
  }

  .steps-content {
    font-size: 16px;
  }

  .email-input-container.d-flex.flex-column.text-start {
    max-width: 480px;
  }

  .email-input-container button {
    padding: 9px 14px 7px;
    font-size: 16px;
  }

  .otp-input input {
    height: 60px;
    font-size: 20px;
  }

  .orcdid-button {
    font-size: 16px;
  }

  .orcdid-button img {
    width: 26px;
    left: 35px;
  }

  .author-login .welcome-content {
    font-size: 22px !important;
  }

  .author-login .steps-content {
    font-size: 13px !important;
    width: 85% !important;
  }

  .jms-kryoni-log {
    width: 140px !important;
    max-height: 140px !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .kryoni-logo {
    width: 200px;
  }

  .welcome-content {
    font-size: 26px;
  }

  .steps-content {
    font-size: 17px;
  }

  .email-input-container.d-flex.flex-column.text-start {
    max-width: 500px;
  }

  .otp-input input {
    height: 65px;
    font-size: 22px;
  }

  .orcdid-button img {
    width: 28px;
    left: 45px;
  }

  .jms-kryoni-log {
    width: 150px !important;
    max-height: 150px !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .welcome-content {
    font-size: 27px;
  }

  .steps-content {
    font-size: 17.5px;
  }
}