text {
  font-family: "B Yekan" !important;
}

.apexcharts-legend-text {
  font-family: "B Yekan" !important;
}

.dropdown-item {
  text-align: right !important;
}

.login-page .welcome-text {
  position: fixed;
  bottom: 60px;
  left: 30px;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: auto;
}
.login-page .welcome-text:before {
  position: absolute;
  bottom: -5px;
  left: 10px;
  border-radius: 2px;
  content: "";
  width: 150px;
  height: 2px;
  background-color: #fff;
}
.login-page .welcome-text p {
  display: inline-block;
}
.login-page .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  padding: 0;
}
.login-page .background .right-bg-container {
  height: 100%;
  overflow: hidden;
}
.login-page .background .right-bg-container .right-bg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
}
.login-page .background .left-bg-container {
  overflow: hidden;
  height: 100%;
}
.login-page .background .left-bg-container .left-bg {
  height: 100%;
  min-width: 100%;
}
.login-page .custom-card {
  box-shadow: rgba(168, 180, 208, 0.4) 0 4px 25px 0;
}
.login-page .login-form {
  position: relative;
  z-index: 10;
}
.login-page .login-form .password-input {
  border-radius: 0 5px 5px 0 !important;
}
.login-page .login-form .eye-password {
  border-radius: 5px 0 0 5px !important;
}
.login-page .login-form .btn-login {
  background: linear-gradient(90deg, #6bccdf, #e144f5);
  border-radius: 50px !important;
  color: #fff;
}
@media (max-width: 768px) {
  .login-page .welcome-text {
    left: initial;
    transform: none !important;
    color: #530ec9;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .login-page .welcome-text p {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(168, 180, 208, 0.4) 0 4px 25px 0;
    padding: 10px 25px;
  }
  .login-page .background {
    flex-direction: column-reverse;
  }
  .login-page .background .left-bg-container {
    height: auto !important;
    width: 100% !important;
  }
  .login-page .background .left-bg-container .left-bg {
    height: auto !important;
    width: 100% !important;
    position: relative !important;
    z-index: 2 !important;
  }
  .login-page .background .right-bg-container {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
  }
  .login-page .background .right-bg-container .right-bg {
    top: initial !important;
    bottom: 0;
    right: initial !important;
    height: auto;
    max-height: 100% !important;
    width: auto !important;
    transform: none !important;
  }
}
