body {
  font-family: "Plus Jakarta Sans" !important;
}

.container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../assets/images/tbc-landing-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(5px);
  z-index: -1;
}

.image-container {
  position: relative;
}

.overlay {
  width: 150%;
  height: 86%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5; /* Adjust the opacity value to control transparency */
}


.card {
  border: none !important;
  border-radius: 2.25rem !important;
}

.row {
  flex-wrap: inherit !important;
}

.sections {
  margin: 20px;
  display: flex;
}

.text-primary-mcd {
  color: #B7A4FF !important;
}

.form-control:focus {
  background: transparent !important;
}

.logo {
  width: 133px;
  margin-left: auto;
  margin-right: auto;
}

.page {
  display: flex;
}

.login-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page {
  display: flex;
  align-items: center;
}

.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B7A4FF; /* Inactive color */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.circle.active {
  background-color: #B7A4FF; /* Active color */
}

.line {
  flex-grow: 1;
  height: 6px !important;
  background-color: #8061f0; /* Line color */
  margin: 0 10px;
}

.btn-primary-mcd {
  background: hsl(253, 66%, 58%)!important;
  border: none !important;
  color: #fff !important;
  font-size: 1.35rem !important;
  font-weight: bold !important;
}

.btn-primary-mcd:hover {
  transform: rotate(360deg);
  transform: scale(1.01);
  background: #B7A4FF !important;
}

.h-60p {
  height: 50px !important;
}

.h-80p {
  height: 80px !important;
  text-align: center;
  margin: 13.667px;
}

.transparent-input-group {
  position: relative !important;
  background-color: transparent !important;
  border: none !important;
}

.transparent-input-group .form-control {
  border-color: #ced4da !important; /* Set the border color if needed */
  padding-right: 2.5rem !important; /* Adjust the padding to make space for the icon */
}

.transparent-input-group .input-group-text {
  background-color: transparent !important;
  border: none !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.input-group-text {
  font-size: 2rem !important;
}

.bi-person-fill::before {
  color: #ccc !important;
}

.bi-lock-fill::before {
  color: #ccc !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.float-end {
  float: inline-end;
}