* {
  font-family: "Vazir", tahoma;
}
.login-box-container{
    /* position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%); */
    flex-direction: column;
}
.login-box {
  width: 100%;
  max-width: 500px;
  box-shadow: 0px 0px 50px -12px #54A9D2;
  border-radius: 5%;
  margin: auto;
}
.login-box img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 150px;
  height: auto;
  margin-top: 10px;
}

.step-login {
  display: flex;
  /* margin-bottom: 18px; */
  margin-right: 20px;
}

.log-box {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 25px;
  width: 100%;
  border-bottom-right-radius:20px ;
    border-bottom-left-radius:20px ;

}

/* .log-box-login {
  width: auto !important;
  max-width: 360px;
} */

.div-step-level {
  width: 50%;
  font-size: 12px;
  line-height: 234%;
  text-align: right;
  letter-spacing: -0.02em;
  color: #252525;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.login-description {
  font-size: 15px !important;
  font-weight: 100 !important;
  color: #747474 !important;
}

.log-box p {
  font-style: normal;
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 16px;
  line-height: 234%;
  text-align: right;
  color: #494949;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

.hr-step-login-activate {
  background: #094d6f;
  border-radius: 25px;
  border: 2px solid #094d6f;
  margin: 0;
  margin-left: 18px;
  margin-top: 5px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h3 {
  direction: rtl;
  margin: unset;
}

h3 {
  font-size: 22px;
  font-weight: bold;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.login-title {
  font-size: 20px !important;
}

.log-box h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #252525;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1 {
  --bs-gutter-y: 0.25rem;
}

.formlogin {
  margin-top: 13px;
}

.boxer325 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  letter-spacing: -0.02em;
  color: #f55353;
  margin-right: 20px;
  margin-top: 3px;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

[type="button"],
button {
  -webkit-appearance: button;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-blue {
  color: #fff;
  background-color: #094d6f;
  padding: 7px 30px;
}

.login-btn {
  width: 100%;
  margin-top: 10px;
}

[type="button"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.btn:hover {
  color: #094d6f;
}

label {
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  direction: rtl;
}

.form-control {
  width: 100%;
  font-size: 15px;
  height: 40px;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-role {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  margin-bottom: 10px;
  filter: blur(0.5px);
  opacity: 0.5;
  text-align: right;
}

input#loginUserRoleNormal[type="radio"]:checked + label {
  filter: blur(0);
  opacity: 1;
  border-color: #094d6f;
}

input#loginUserRoleCompany[type="radio"]:checked + label {
  filter: blur(0);
  opacity: 1;
  border-color: #094d6f;
}

.p-0 {
  padding: 0 !important;
}

svg {
  vertical-align: middle;
}

.role-icon {
  color: #094d6f;
  margin-left: 10px;
  opacity: 0.5;
}

.btn-description {
  display: block;
  width: 100%;
  font-size: 13px;
}

/* These were inline style tags. Uses id+class to override almost everything */

#ErrorMessage.style-jZ5B5 {
  display: none;
  text-align: left;
}
#style-jgR9B.style-jgR9B {
  margin-top: -35px;
}
#style-COTec.style-COTec {
  margin-bottom: 15px;
}
#style-TjVt2.style-TjVt2 {
  margin-bottom: -20px;
}
#CompanyErrorMessage.style-4tBIR {
  display: none;
  text-align: left;
  margin-bottom: -5px;
}
#CompanyNameBox {
  display: none;
}
#style-V6Q8K.style-V6Q8K {
  margin-bottom: 5px;
}
#style-bNdnm.style-bNdnm {
  margin-bottom: 20px;
}
#PasswordErrorMessage.style-vkoAz {
  display: none;
  text-align: left;
  margin-bottom: -20px;
}
#style-UsNLm.style-UsNLm {
  margin-top: -20px !important;
}
#style-yG7Ut.style-yG7Ut {
  margin-bottom: 8px;
}
#style-ZZni6.style-ZZni6 {
  margin-top: 12px;
}

/* modified by ali  */
input:focus {
  border-color: rgb(
    43,
    30,
    188
  ) !important; /* Replace with your desired color code */
  box-shadow: 0 0 0 0rem !important; /* Optional: Add a box shadow for emphasis */
}

p.LoginLaw {
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px;
  text-align: center;
  color: #959595;
  font-weight: 300;
}
.backto-btn {
  text-decoration: none;
  color: #083b84;
  background: #fafafa;
  padding: 6px;
  border-radius: 5px;
}
.text-left {
  text-align: left;
}

/* login css template */

/* Add the following styles for the floating placeholder effect */
* {
  transition: all 0.5s ease;
}

.user-box {
  position: relative;
  margin-bottom: 30px;
}

.user-box input {
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  color: black;
  border: none; /* Remove the border property */
  border-bottom: 1px solid #094d6f;
  outline: none;
  background: transparent;
}

.user-box label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0;
  font-size: 16px;
  color: rgb(160, 170, 175);
  pointer-events: none;
  transition: 0.5s;
}

.user-box input:focus ~ label,
.user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #094d6f;
  font-size: 12px;
    border-bottom: 1px solid #094d6f;

}

.user-box input:focus,
.user-box input:active {
  outline: none !important;
    border-bottom: 1px solid #094d6f;
  box-shadow: none !important;
}

/* Additional styles for the login-box and form elements */
.login-box {
  width: 100%;
  max-width: 500px;
}

.login-box img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 150px;
  height: auto;
}

.login-box form a {
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
}

.login-box a:hover {
  background: #094d6f;
  color: #fff;
  border-radius: 5px;
}

.login-box a span {
  display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
input[type="text"],
input[type="email"] {
  background-color: initial;
}
.deactive-line {
  opacity: 0.2;
}
.CustomATag {
  color: #1f00ff !important;
  text-decoration: none !important;
}
.btn-link.forget_password.CustomATag {
  display: initial;
  letter-spacing: 0;
}
.forget_remember {
  margin-top: 15px;
}
.forget_remember a:hover {
  background: none;
}
.forget-password-notice {
  display: none;
}
.forget-password-notice span {
  color: green;
}

.fade-in {
  animation: fadeIn 1s ease-in-out;
}

.fade-out {
  animation: fadeOut 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
