.login_border {
    box-shadow: 0px 0px 1px rgb(0 0 0 / 16%) inset, 0px 0px 12px rgb(153 159 163 / 35%);
    border-radius: 10px;
    /*margin-top: -12vw;*/
    background: #fff;
    border-radius: 10px;
}
.login_border .login_col {
  align-self: center;
}

.form-select .form-select-lg {
  width: 490px;
  height: 36px;
  border-color: rgba(128, 128, 128, 0.192);

}

.top-bar .signup {
    background: #5fc6d4!important;
}

.logIn {
  font-size: 15px;
}

.legend {
    position: relative;
    display: inline-block;
    background-color: #5fc6d4;
    font-size: 18px;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 40px;
	font-family: 'Open Sans', sans-serif !important;
}

.legend::after {
  content: "";
  border-bottom: 1px solid #5fc6d4;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70vw;
  overflow: hidden;
}

.underline-large {
  color: #6e6e6e;
  position: relative;

}

#signUpPage .label {
  margin-top: 1rem;
  color: black;
  display: flex;
}

sup {
  top: -.5px;
  color: red;
  font-size: 20px;
}

/* .underline-large::after {
  content: '';
  height: 2px;
  width: 100%;
  background: #5fc6d4;
  position: absolute;
  left: calc(30% - 30%);
  bottom: -25px;
  margin-top: 10px;
} */

/* login form customise */

.panel-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 40px !important;
}
#signUpPage .panel-title {
    padding-bottom: 0px !important;
}


.form-group input, .form-group select {
    border-color: #dedede;
    border-radius: 10px;
    height: 50px !important;
    padding-left: 15px;
    font-weight: 200;
	  font-family: 'Open Sans', sans-serif !important;
    font-size: large;
}
#signUpPage .form-group select {
    font-weight: normal;
    font-size: 14px;
}
 .form-group input.signUp {
	 margin-top: 25px !important;
}
label {
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: 'Open Sans', sans-serif !important;
}
.form-group input.logIn, .form-group input.signUp {
    font-size: 18px !important;
    font-weight: normal !important;
    height: 55px !important;
    border-color: #f4c245 !important;
}
.form-group input:focus,
.form-group input[type=submit] {
  box-shadow: none;
  border-color: rgba(128, 128, 128, 0.192);

  outline: none;
}

.form-group input[type=radio],
.check-group input[type=checkbox] {
  height: auto !important;
}

.form-group {
    margin-bottom: 21px;
}

.form-group input[type=submit] {
  font-weight: 600;
  font-size: 1.2rem;
}

.form-group .small {
  color: #6e6e6e !important;
  margin-top: 10px;
}
.google_captcha iframe {
    margin-top: 10px;
}
.agree-group label {
  color: #6e6e6e;
  font-size: .9rem;
}

input[type=checkbox] {
  border: 1px solid #6e6e6e;

}

.agree-group a,
.agree-group a:hover {
  color: #5fc6d4;
}

.form-group select {
  width: 100%;
}

.country_row {
  align-items: center;
}

.login_panel {
    margin: 85px 70px 85px 70px;
}

.gst_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signup_panel {
  margin: 50px 70px;
}

.google_captcha {
    margin: 22px 0 50px;
}

.g-recaptcha {
  transform: scale(1.3);
  transform-origin: left;
}

.login_img {
  width: 100%;
  height: 100%;
}

.login_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0px;
}
.info_btn{
  background: #6e6e6e;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  padding: 0px 6px;
  margin-left: 5px;
  font-size: 10px;
}
.header_bg{
  background-image:url(../img/header_bg.jpg);
background-size:cover;
background-position: center;
width:100%;
position:relative;
padding: 18vw 0 100px 0px;

}
.footer-input {
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 12px 24px;
  margin-top: 15px;
  border-radius: 20px;
}
@media (max-width:766px) {
  .page-sec-one{
    margin-top:6vw!important;
  }
	footer h4 {
    margin-top: 35px !important;
}
	.mid-col {
	 margin-bottom:30px !important;
	}
.panel-title {
    font-size: 1rem;
    margin-bottom: 25px;
    padding: 0 !important;
}

  .g-recaptcha {
    transform: scale(1.04);
  }

  .login_panel {

    margin: 40px 15px;
  }

  .form-control {
    font-size: .9rem;
  }

  .google_captcha {
    margin: 22px 0 36px;
}

  .login_border .login_col {
    order: 1;
  }

  /* signup page */
  .legend {
    font-size: .9rem;
    padding: 10px 15px;
    margin-top: 1em;
    margin-bottom: 1.5em;

  }

  #signUpPage .label {
    margin-top: 0;
  }

  .legend::after {

    width: 84vw;

  }

  .agree-group label {

    font-size: .7rem;
  }
  .signup_btn input[type=submit]{
    margin-top: 1em;
  }
  footer .mid-col{
    margin-top: 30px;
    }
    footer h4::after {
      left: 15px!important;
    }
    .text-right {
      text-align: left!important;
  }

}

@media (max-width:320px) {
  .g-recaptcha {
    transform: scale(.8);
  }
}

@media (min-width: 767px) and (max-width: 1020px) {
  .login_border .login_col {
    order: 1;
  }

  .login_panel {
    width: 400px;
    margin: 70px auto;


  }
.signup_panel {
    max-width: 73%;
    width: 100%;
    margin: 50px 70px;
}
footer h4::after {
  left: 15px!important;
}
	.footer-socials .fa {
    margin-bottom: 15px;
}
.container-footer .footer-input {
  width: 50% !important;
  position: relative;

}
.subs-arrow {
  position: absolute;
  left: 277px;
  margin-top: 33px;
}
}

@media (min-width: 1021px) and (max-width: 1280px) {
  .login_panel {
    margin: 50px 30px;
  }
  .footer-socials a {
    font-size: 15px;
    padding: 6px 10px;
    margin-right: 5px;
  }
  footer .mid-col {
     margin-top: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: .9rem!important;
  }
  .g-recaptcha {
     transform: scale(1); 
    transform-origin: left;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  #signUpPage {
    padding: 0;
  }
}

/*Dheeraj Verma 13-Sep-2021*/
.form-group input:focus, .form-group select:focus {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.header.shrink {
  height: 60px;
}
footer p {
  line-height: 21px;
}

.hide {
  display: none !important;
}

.signupnewsez {
    width: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-checkbox.newsignupcheck input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 11px !important;
}