@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.login {
  background: #f5f6f8;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
}
.login .container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.login .login-card {
  background: #ffffff;
  width: 100%;
  max-width: 480px;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.login .login-card__header {
  margin-bottom: 30px;
}
.login .login-card__header .logo {
  margin-bottom: 20px;
}
.login .login-card__header .logo img {
  width: 150px;
}
.login .login-card__header .title {
  font-family: "Inter";
  font-size: 20px;
  text-align: center;
  color: #575757;
  font-weight: 600;
  line-height: 2.2;
}
.login .login-card__header .sub-title {
  font-family: "Inter";
  font-size: 16px;
  text-align: center;
  color: #525252;
}
.login .login-card .login-form {
  text-align: left;
}
.login .login-card .login-form .form-group {
  margin-bottom: 20px;
}
.login .login-card .login-form .form-group .form-label {
  font-size: 16px;
  margin-bottom: 8px;
  color: #555555;
  font-family: "Poppins";
}
.login .login-card .login-form .input-wrapper {
  position: relative;
}
.login .login-card .login-form .input-wrapper input {
  width: 100%;
  height: 48px;
  padding: 0 45px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #f7f7f9;
  font-size: 14px;
}
.login .login-card .login-form .input-wrapper .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
}
.login .login-card .login-form .input-wrapper .toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 14px;
}
.login .login-card .login-form .forgot-password {
  text-align: right;
  margin-top: 8px;
}
.login .login-card .login-form .forgot-password a {
  font-family: "Poppins";
  font-size: 14px;
  color: #fd5710;
  text-decoration: underline;
}
.login .login-card .login-form .back-btn-wrapper {
  text-align: center;
  margin-top: 20px;
}
.login .login-card .login-form .back-btn {
  font-family: "Inter";
  font-size: 16px;
  color: #f26722;
  text-decoration: none;
}
.login .login-card .input-wrapper input {
  width: 100%;
  height: 48px;
}
.login .login-card .input-wrapper .iti {
  width: 100%;
}
.login .login-card .input-wrapper .iti input {
  width: 100%;
  padding-left: 90px !important;
}
.login {
  /* OTP CARD */
}
.login .otp-card .otp-label {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Poppins";
  color: #555555;
}
.login .otp-card .otp-wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.login .otp-card .otp-wrap .otp-input {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #fafaff;
  text-align: center;
  font-size: 20px;
}
.login .otp-card .otp-wrap .otp-input:focus {
  border-color: #fd5710;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(253, 87, 16, 0.1);
}
.login .otp-card .resend-otp {
  text-align: right;
  font-size: 14px;
  margin-bottom: 25px;
}
.login .otp-card .resend-otp a {
  color: #555;
  text-decoration: none;
}
.login .otp-card .orange-btn {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(253, 87, 16, 0.25);
}
.login #forgotSuccessScreen .success-icon img {
  width: 120px;
}
.login #forgotSuccessScreen .sub-title .email-link {
  font-weight: 600;
  color: #0045c0;
}
.login #forgotSuccessScreen .resend-wrapper {
  font-family: "Inter";
  font-size: 16px;
  color: #525252;
  margin: 18px 0px 11px 0px;
}
.login #forgotSuccessScreen .resend-wrapper a {
  color: #f26522;
  font-weight: 500;
  text-decoration: none;
}
.login #forgotSuccessScreen .orange-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 30px;
  border: 1px solid #f26522;
  color: #f26522;
  border-radius: 16px;
  font-weight: 600;
  width: 287px;
  height: 52px;
}
.login .d-none {
  display: none !important;
}

.profile-popup {
  position: absolute;
  top: 151px;
  left: 88%;
  width: 280px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  transition: all 0.2s ease;
  border: 1px solid #e5e5e5;
}

.profile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.profile .profile-circle {
  width: 35px;
  height: 35px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.profile .profile-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .profile-info {
  display: flex;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.profile .profile-info p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.profile-dropdown .user-details {
  display: flex;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6e6c5;
}
.profile-dropdown .user-details .user-profile {
  width: 56px;
  height: 56px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.profile-dropdown .user-details .user-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-dropdown .user-details .partner_name {
  font-family: "Inter";
  font-size: 18px;
  text-align: center;
  color: #151419;
  font-weight: 700;
}
.profile-dropdown .user-details .partner_role {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  color: #575757;
}
.profile-dropdown .dropdown-links {
  padding-top: 12px;
}
.profile-dropdown .dropdown-links .logout-sec {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.profile-dropdown .dropdown-links .logout-sec a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter";
  font-size: 14px;
  color: #555555;
  text-decoration: none;
}
.profile-dropdown .dropdown-links .logout-sec a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-dropdown .dropdown-links .logout-sec .logout {
  color: #e53935;
}

@media (max-width: 768px) {
  .login {
    padding: 20px 10px;
  }
  .login .container {
    padding: 0;
  }
  .login .login-card {
    padding: 20px;
    border-radius: 12px;
  }
  .login .login-card__header {
    margin-bottom: 20px;
  }
  .login .login-card__header .logo img {
    width: 120px;
  }
  .login .login-card__header .title {
    font-size: 16px;
    line-height: 1.6;
  }
  .login .login-card__header .sub-title {
    font-size: 14px;
  }
  .login .login-card .login-form .form-group {
    margin-bottom: 15px;
  }
  .login .login-card .login-form .form-group .form-label {
    font-size: 14px;
  }
  .login .login-card .login-form .input-wrapper input {
    height: 42px;
    font-size: 12px;
    padding: 0 38px;
  }
  .login .login-card .login-form .input-wrapper .icon {
    left: 10px;
    font-size: 12px;
  }
  .login .login-card .login-form .input-wrapper .toggle-password {
    right: 10px;
    font-size: 12px;
  }
  .login .login-card .login-form .forgot-password {
    margin-top: 6px;
  }
  .login .login-card .login-form .forgot-password a {
    font-size: 12px;
  }
  .login .login-card .login-form .back-btn {
    font-size: 14px;
  }
  .login .otp-card .otp-label {
    font-size: 14px;
  }
  .login .otp-card .otp-wrap {
    gap: 8px;
    justify-content: space-between;
  }
  .login .otp-card .otp-wrap .otp-input {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .login .otp-card .resend-otp {
    font-size: 12px;
  }
  .login .otp-card .orange-btn {
    height: 45px;
    font-size: 14px;
  }
  .login #forgotSuccessScreen .success-icon img {
    width: 90px;
  }
  .login #forgotSuccessScreen .sub-title {
    font-size: 14px;
  }
  .login #forgotSuccessScreen .resend-wrapper {
    font-size: 14px;
  }
  .login #forgotSuccessScreen .orange-btn-outline {
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 14px;
  }
  .profile-popup {
    left: 79%;
    width: 40%;
  }
  .profile {
    gap: 4px;
  }
  .profile .profile-circle {
    width: 30px;
    height: 30px;
  }
  .profile .profile-info {
    gap: 8px;
    padding-bottom: 10px;
  }
  .profile .profile-info p {
    font-size: 12px;
  }
  .profile-dropdown .user-details {
    gap: 10px;
    padding-bottom: 8px;
  }
  .profile-dropdown .user-details .user-profile {
    width: 45px;
    height: 45px;
  }
  .profile-dropdown .user-details .partner_name {
    font-size: 14px;
  }
  .profile-dropdown .user-details .partner_role {
    font-size: 12px;
  }
  .profile-dropdown .dropdown-links {
    padding-top: 10px;
  }
  .profile-dropdown .dropdown-links .logout-sec {
    gap: 10px;
  }
  .profile-dropdown .dropdown-links .logout-sec a {
    font-size: 12px;
    gap: 8px;
  }
  .profile-dropdown .dropdown-links .logout-sec a img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 575.98px) {
  .profile-popup {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    padding: 15px;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .profile-popup {
    top: 144px;
    left: 88%;
    width: 262px;
    padding: 12px;
  }
}
@media (min-width: 1920px) {
  .profile-popup {
    left: 92%;
  }
  .profile-dropdown .user-details {
    padding-bottom: 6px;
  }
  .profile-dropdown .user-details .partner_name {
    font-size: 20px;
  }
  .profile-dropdown .dropdown-links {
    padding-top: 10px;
  }
  .profile-dropdown .dropdown-links .logout-sec a {
    font-size: 16px;
  }
}/*# sourceMappingURL=login.css.map */