:root {
  --primary-color: #7E00A7;
  --light-color: #FCF5FF;
  --title-color: #000000;
  --text-color: #959BAC;
  --border-color: #454C63;
  --font: 'Istok Web', sans-serif;
  --theme-light: #DBC0E5;
}

/* ================= GLOBAL ================= */
body {
  font-family: var(--font);
  overflow-x: hidden;
}

/* ================= TOP OFFER ================= */
.top-offer-bar {
  background: #000;
  font-size: 0.9rem;
}
.top-limited { color: var(--theme-light); }
.bg-round { background: var(--primary-color); }

/* ================= NAVBAR ================= */
.nav-item { font-size: 0.9rem !important; }
.nav-link { color: var(--title-color); margin-right: 20px; }

/* ================= BUTTONS ================= */
.btns {
  padding: 7px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-log-in {
  width: 248px;
  height: 38px;
}


/* ================= SEARCH BAR ================= */
.search-bar {
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: 410px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  margin-left: 85px;
  margin-right: 310px;
}
.search-bar input {
  width: 100%;
  border: none;
  outline: none;
}

/* ================= LEFT SECTION ================= */
.left-section { position: relative; }
.left-section .col-md-5 {
  position: absolute;
  top: 120px;
  z-index: 2;
}
.title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  font-style: Bold;
  letter-spacing: 0%;
  color: white;
  position: relative;
  top: -80px;
  left: 20px;
}
.content {
  width:252px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  font-style: Bold;
  letter-spacing: 0%;
  color: white;
  position: relative;
  top: -100px;
  left: 20px;
}


/* ================= AUTH BOX ================= */
.auth-box {
  background: var(--light-color);
  border-radius: 10px;
  padding: 80px 20px 40px;
  width: 463px;
  height: 611px;
  margin-top: 26px;
  margin-bottom: 30px;
  position: relative;
  /* left: 25px; */
  right: 50px;
}


.auth-title {
  font-size: 24px;
  font-weight: 700;
}
.enter-otp-text{
  color: #9D9EA2;
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 5px;
}

.form-control {
  height: 43px;
  border-radius: 10px;
  border: 1px solid var(--border-color) !important;
}

.resend-div{
    position: relative;
    right:75px;
    top: 0px;
}
.resend-otp {
  font-weight: 600;
  text-decoration: none;
  color: #7E00A7;
}

.resend-otp:hover {
  text-decoration: underline;
  color: #5f007f;
  cursor: pointer;
}

.resend-otp:disabled {
  color: #aaa;
  cursor: not-allowed;
  text-decoration: none;
}



/* ================= GLOBAL ================= */
body {
  font-family: var(--font);
  overflow-x: hidden;
}

/* ================= TOP OFFER ================= */
.top-offer-bar {
  background: #000;
  font-size: 0.9rem;
}
.top-limited { color: var(--theme-light); }
.bg-round { background: var(--primary-color); }

/* ================= NAVBAR ================= */
.nav-item { font-size: 0.9rem !important; }
.nav-link { color: var(--title-color); margin-right: 20px; }

/* ================= BUTTONS ================= */
.btns {
  padding: 7px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ================= SEARCH BAR ================= */
.search-bar {
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: 410px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}
.search-bar input {
  width: 100%;
  border: none;
  outline: none;
}

/* ================= LEFT SECTION ================= */
.left-section { position: relative; }
.left-section .col-md-5 {
  position: absolute;
  top: 120px;
  z-index: 2;
}
.title {
  font-size: 28px;
  font-weight: 700;
  color: white;
}
.content {
  font-size: 16px;
  color: white;
}
.students {
  width: 799px;
  height: 611px;
  margin-bottom: 50px;
}

/* ================= AUTH BOX ================= */

.auth-title {
  font-size: 24px;
  font-weight: 700;
}
.form-control {
  height: 43px;
  border-radius: 10px;
  border: 1px solid var(--border-color) !important;
}
.form-control:focus { box-shadow: none; }

/* ================= OTP ================= */
.otp-input {
  width: 64px;
  height: 53px;
    
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--border-color);
}

.proceed-btn{
  margin-top: 100px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 576px) {
  .students { width: 100%; height: auto; }
}

.form-control:focus { box-shadow: none; }

/* ================= OTP ================= */
.otp-input {
  width: 64px;
  height: 53px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--border-color);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 576px) {
  .students { width: 100%; height: auto; }
}
