
.loginsection{
  width: 100%;
  float: left;
  /* background-image: url(assets/images/img_Banner.jpg);
  height: 100%; */
}

.LoginMain {
   background: url(../images/bannerActive.jpg);
  /* background-image: url(../images/bannerActive.jpg); */
  /* background-color: #000; */
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  float: left;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.LoginMain .loginInside {
  position: relative;
  margin: 0 auto;
  width: 600px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}

.LoginMain .BookVipLogoNew {
  text-align: center;
  padding: 40px 0 10px;
  width: 100%;
  float: left;
}

.BookVipLogoNew a img {
  max-width: 100%;
}

.LoginMain .loginMainInside {
  position: relative;
  padding: 0px 0 60px 0;
  width: 100%;
  float: left;
}

.LoginMain .loginMainInside h1 {
  font-size: 24px;
  line-height: 45px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #4b4a4a;
  font-family: Arial, Helvetica, sans-serif;
}

.LoginMain .mainContentLogin {
  width: 550px;
  margin: 30px auto 0 auto;
}

.LoginMain .mainContentLogin .loginInsideControl {
  padding: 10px 0 10px 10px;
  border: 1px solid #bdb5b5;
  border-radius: 0px;
  color: #555555;
  height: auto;
  font-size: 17px;
}

.error_msg {
  color: #d62424;
}

.hotelListActive {
  width: 100%;
  float: left;
}

.submitForgot {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 5px;
}

.submitForgot button {
  background-color: rgb(49, 181, 119);
  font-size: 29px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 10px 40px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
}



.hotelListActive .hotelListActiveCotent {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  height: 83px; }

.hotelListActive .hotelListActiveCotent .overlayActive {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.hotelListActiveCotent label img {
  width: 100%;
  transform: scale(1.7, 1.7);
  position: absolute; }

.activeleft {
  padding-left: 0px; }

.activeright {
  padding-right: 0px; }

.activepadding {
  padding: 0px 8px; }

.input-hidden {
  position: absolute;
  left: -9999px; }

input[type="radio"]:checked + label > .overlayActive {
  border: 3px solid #00c459;
  z-index: 1; }

.hotelListActiveCotent label {
  margin-bottom: 0px; }

.checkicon {
  display: none; }

input[type="radio"]:checked + label > .checkicon {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #00c459;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 12px; }

@media only screen and (max-width: 768px){
  .LoginMain {
    justify-content: flex-start;
  }

  .LoginMain .loginMainInside h1 {
    font-size: 22px !important;
    line-height: 30px !important;
    padding: 0px 15px !important;
  }

  .LoginMain .loginInside {
    position: relative !important;
    width: 96% !important;
    padding: 0px;
    margin-top: 20px !important;
    top: 00% !important;
  }

  .LoginMain .BookVipLogoNew {
    padding: 15px 0 15px !important;
  }

  .LoginMain .mainContentLogin {
    width: 100% !important;
    padding: 0px 15px !important;
  }

  .submitForgot button {
    font-size: 20px !important;
    width: 100%;
  }
}
