.devider-text {
  background-color: white;
  position: relative;
  z-index: 3;
  width: 30px;
  margin: auto;
}
.devider {
  position: relative;
  top: -10px;
  border: 1px solid #eee;
  z-index: 2;
}

/* Submit Btn */
.submit-btn-one {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #ed1e2b;
  background-image: linear-gradient(
    45deg,
    #165588 0%,
    #ed1e2b 51%,
    #165588 100%
  );
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.submit-btn-one:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.submit-btn-one:active {
  transform: scale(0.95);
}
.login-form {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sidebar-login {
  position: relative;
  background-image: url("https://allbanglanewspaper.net/widget/image_slider/images/2.jpg") !important;
  background-size: cover;
  background-position: center;
  height: auto; /* Adjust as needed */
  border-radius: 5px;
}

.sidebar-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main); /* Adjust color and opacity as needed */
  opacity: 0.8;
  z-index: 1; /* Behind the content */
  border-radius: 5px;
}

.overlay-content {
  height: 600px;
  position: relative; /* Ensure the content is above the overlay */
  z-index: 2; /* Above the overlay */
  color: white; /* Change text color for contrast */
  text-align: center; /* Center align text */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
