.leftside,
.rightside {
  height: 100%;
  /* width:100%; */
}

.showuser_responsive {
  display: none;
}

.ml16 {
  margin-left: -45px;
}

@media screen and (min-width:758px) {
  .leftside,
  .rightside {
    height: 100%;
  }
}

.leftside {
  background: linear-gradient(to bottom, #ffffff, #00649f);
}

.rightside {
  background: white;
  padding: 50px 35px;
  overflow-y: scroll;
}

.accordion-button {
  background-color: #0e507d;
}

/* Add this CSS code to your <style> tag or external CSS file */
input.form-control,
.username {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: none;
}

h3 {
  position: relative;
}

h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 13%;
  height: 4px;
  background-color: #0e507d;
}

#mobile_bordernone {
  border: none;
  border-bottom: 1px solid #ced4da;
  background: none;
  border-radius: 0px;    line-height: 0!important;
}

.info-item i {
  font-size: 14px;
  background: #cee0ff;
  color: #004972;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
  margin-top: 13px;
}

.info-item1 i {
  font-size: 12px;
  color: #0071BC;
  border: 1.5px solid #0071BC;
  width: 19px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

/* underline  text */
h3 {
  position: relative;
}

h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 13%;
  height: 4px;
  background-color: #0e507d;
}

/* onetap logo  */
.onetap_logo {
  margin-left: -100px;
  padding-top: 225px;
}

.form-control:focus,
.username {
  color: #212529;
  background-color: #fff;
  border-color: #ced4da !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0) !important;
}

#collg6 {
  margin-top: -230px;
}

#collg4 {
  margin-left: -69px;
}

.logininfo-item {
  margin-top: 0px;
}

.login_lefttitle {
  color: #1f77a7;
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
}


#loginsalaryimg {
  width: 37px;
  height: 37px;
  margin-top: 26px;
}

#loginbottom_img {
  width: 300px;
  height: 300px;
}

.loginbottom_img1 {
  margin-left: -84px;
  width: 370px;
  height: 260px;
}

.logininfo_item {
/*  margin-left: 102px;*/
  /* margin-top: 18px; */
}

.right_logintitle {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.loginright_description {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  margin-top: -20px;
  margin-left: 15px;
}

.mt9 {
  margin-top: -9px !important;
  font-size: 13px !important;
}

.mobile_para {
  font-size: 13px;
  font-weight: 600;
  color: #616161;
  margin-top: -5px;
}

#collg12 {
  margin-top: 20px;
  margin-left: -12px;
}

.country_number {
  width: 20px;
  margin-left: -11px;
}

#getotp_btn {
  width: 100% !important;
  padding: 13px;
  color: white;
  border-radius: 6px !important;
  margin-left: -17px;
  background: linear-gradient(to bottom, #0873B1, #0873B1);
}

.form-check-input:focus {
  border-color: black;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0) !important;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0) !important;
}

#progress-bar {
  /* width: 100%; */
  height: 4px;
  background-color: #15486f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 18%;
  margin-left: 41.8%;
}


.form-check-input:checked {
  background-color: #0e507d;
  border-color: #0e507d;
}

.form-check-input[type=checkbox] {
  border-radius: 50px;
}

/* #w97{
  width:97%!important;
} */

.w479 {
  width: 479px;
}

#w535 {
  width: 100% !important;
}
.shownone{
  display:block;
}


@media only screen and (max-width: 768px){
  .loginbottom_img1 {
    margin-left: -17px!important;
    width: 349px!important;
    height: 244px!important;
}
  .leftside {
    height: fit-content!important;
    margin-top: 0px!important;
}
  #collg6 {
    margin-top: 0px!important;
  }
  .ml16 {
    margin-left: -39px;
    padding-right: 0;
}

  .rightside {
    background: white;
    padding: 10px 13px!important;
    overflow: inherit!important;
}
  .showuser_responsive {
    display: block !important;
/*    margin-left: 120px;*/
    margin-bottom: 10px;
  }
  .shownone{
    display:none!important;
  }
  .title {
    font-weight: 600;
    /* margin-top: 238px!important; */
    font-size: 20px;
}
}
