.inter-loum-bold {
  font-family: 'Poppins', sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.inter-loum {
  font-family: 'Poppins', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.logologin {
  width: 185px;
  margin-left: 70px;
  margin-top: 70px;
}

.logologin img {
  width: 100%;
}

.maintitle {
  font-size: 24px;
  font-weight: 400;
  color: #464a53;
  font-family: 'Poppins', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.subtitle {
  font-size: 22px;
  font-weight: normal;
  color: #464a53;
  font-family: 'Poppins', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.rightside {
  height: 100vh;

  /* Full height of the viewport */
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  /* Keeps content aligned to the left */
  align-items: center;

  /* Vertically centers the content */
}

.loginbox {
  width: 100%;
  /* Optional: Adjust width */
  /* padding: 20px; */
  text-align: center;
  /* Align text to the left inside the box */
}

.loginform {
  padding: 50px !important;
  text-align: left;
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  justify-content: space-between;
  text-align: left;
  /* Align text to the left inside the box */
  height: 400px;
}

.form-control-loum {
  border-radius: 0;
  border-color: #dddfe1;
}

.form-control-loum:focus {
  border-color: #dddfe1;
  outline: 0;
  box-shadow: none;
}

.form-check-label {
  color: #abafb3;
  font-size: 13px;
}

.loginbtn {
  width: 246px;
  background-color: #000b29;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.loginbtn:hover {
  width: 246px;
  background-color: #000b29;
  border-radius: 25px;
}

.txtloginbottom {
  color: #464a53;
  font-size: 15px;
}

.footer {
  text-align: center;
  margin-top: auto;
  /* Ensures the footer stays at the bottom */
  color: #898989;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  right: 10%;
}

.footer span {
  display: inline-block;
}

.leftbottombox {
  padding-left: 70px;
  position: absolute;
  bottom: 50px;
}

.mainhead {
  font-weight: bold;
  font-size: 35px;
  color: #fff;
}

.para1 {
  font-size: 16px;
  color: white;
  width: 640px;
}

.emptyline {
  width: 60px;
  height: 9px;
  background-color: grey;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}

.emptyline.white {
  background-color: white;
}

.contact-fields p {
  color: #fff;
  font-size: 18px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .leftside {
    display: none;
  }

  .rightbox {
    width: 100% !important;
  }

  .footer {
    right: 25%;
  }
}
