#modal-content {
  max-width: 805px;
  padding: 40px 0px 40px 0px !important;
  margin-top: 10% !important;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 60%,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 1) 100%
  );
}

#login-registration-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#login-register-wrapper {
  display: flex;
  width: 100%;
  height: inherit;
}

.login-modal-left-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex: 0 0 60%;
  padding: 0px 30px 0px 30px;
}

.login-modal-right-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex: 0 0 40%;
}

#registration-form-btn,
#login-form-btn {
  color: white;
  border: 1px solid white;
  border-radius: 5%;
  width: 150px;
}

.login-modal-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-modal-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-modal-right img {
  width: 200px;
  margin-bottom: 30px;
  position: absolute;
  top: 60px;
}

#login-container h2,
#registration-container h2 {
  margin-bottom: 40px;
  text-align: center;
}

#show-password-box {
  margin-bottom: 40px;
}

#register-right-modal-text {
  margin-top: 60px;
}

#register-right-modal-text,
#login-right-modal-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#login-right-modal-text {
  position: absolute;
  top: 29%;
}

#register-right-modal-text h4,
#login-right-modal-text h4 {
  font-size: 20px;
}

#login-right-modal-text {
  display: none;
}

#reset-password-container {
  max-width: 450px;
  margin: 0px 40px;
}

@media screen and (max-width: 600px) {
  #registration-container h2 {
    margin-bottom: 20px;
  }

  #login-container h2 {
    margin-bottom: 30px;
  }
}

#verify-account-note {
  color: red;
  margin-bottom: 15px;
}

#login-code-wrapper {
  margin-top: 20px;
  text-align: center;
}

#login-code-wrapper h5 {
  margin-bottom: 4px;
}

.pin-input {
  width: 40px !important;
  height: 40px !important;
  margin: 5px;
  text-align: center;
  font-size: 18px;
  /* -webkit-text-security: disc;
  text-security: disc;
  -moz-text-security: disc; */
}

.pin-input::-webkit-outer-spin-button,
.pin-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.pin-input[type="number"] {
  -moz-appearance: textfield;
}

.pin-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px;
  margin-top: 0;
}

.custom-btn:disabled {
  background-color: grey !important;
  border-color: grey !important;
  cursor: not-allowed !important;
}

span.code-resend-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #555;
}

#full-otp {
  caret-color: transparent;
}
