img {
  max-width: 100%;
}

.loginMain {
  position: relative;
  padding: 90px 0;
}
.loginMain .leftimgDiv {
  width: 50%;
  height: 700px;
  background: url(../images/home/loginbg.jpg) no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.loginMain .rightColordiv {
  width: 50%;
  height: 700px;
  background: -webkit-gradient(linear, left top, right top, from(#0E7AE6), to(#01D2B4));
  background: linear-gradient(90deg, #0E7AE6 0%, #01D2B4 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.loginMain .innerConatiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginMain .flightbox {
  width: 50%;
}
.loginMain .cardLft {
  width: 60%;
  background: #fff;
  border-radius: 10px;
}
.loginMain .cardLft ul {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #A5A5A5;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.loginMain .cardLft ul:nth-child(2) {
  border-bottom: 0;
}
.loginMain .cardLft .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  width: 100%;
}
.loginMain .cardLft .heading span {
  color: #2D5551;
}
.loginMain .cardLft span {
  display: block;
  font-size: 15px;
}
.loginMain .cardLft small {
  font-size: 12px;
}
.loginMain .cardLft figure {
  padding: 4px 7px;
  background: rgba(47, 151, 223, 0.2705882353);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.loginMain .cardLft figure img {
  width: 28px;
}
.loginMain .cardLft .stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 140px;
  border-bottom: 2px solid #D9D9D9;
  position: relative;
  position: relative;
  margin-bottom: 10px;
}
.loginMain .cardLft .stop::after {
  content: " ";
  position: absolute;
  height: 10px;
  width: 10px;
  border: 3px solid #F62772;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -7px;
}
.loginMain .priceDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  background: #0056A9;
  color: #fff;
}
.loginMain .loginBox {
  width: 50%;
  padding: 40px;
}
.loginMain .loginBox .heading {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.loginMain .inputgroup {
  margin-bottom: 20px;
}
.loginMain .inputgroup input {
  padding: 15px;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 100%;
  color: #fff;
  font-size: 15px;
}
.loginMain .inputgroup input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.loginMain .inputgroup input::-moz-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.loginMain .inputgroup input:-ms-input-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.loginMain .inputgroup input::-ms-input-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.loginMain .inputgroup input::placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.loginMain .frgtpswd {
  display: block;
  text-align: right;
  padding-top: 5px;
  color: #fff;
}
.loginMain a {
  display: block;
  color: #fff;
  font-size: 15px;
}
.loginMain .newuser {
  text-align: center;
}
.loginMain .newuser b {
  border-bottom: 1px solid #fff;
}
.loginMain .cntnbtn {
  background: #0056A9;
  padding: 15px 50px;
  border-radius: 50px;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}

.passwordfield {
  position: relative;
}

.password {
  position: absolute;
  top: 16px;
  right: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .loginMain {
    background: -webkit-gradient(linear, left top, right top, from(#0E7AE6), to(#01D2B4));
    background: linear-gradient(90deg, #0E7AE6 0%, #01D2B4 100%);
  }
  .loginMain .innerConatiner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .loginMain .leftimgDiv, .loginMain .rightColordiv {
    display: none;
  }
  .loginMain .flightbox, .loginMain .loginBox, .loginMain .cardLft {
    width: 100%;
  }
  .loginMain .loginBox {
    padding: 20px 0;
  }
}
@font-face {
  src: url(../font/GraphikMedium.otf);
  font-family: "Graphik";
}