


/*login form css*/

.login-sec {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-wrapper {
    width: 100%;
    max-width: 720px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    margin: auto;
}
.login-header {
  height: 140px;
  background-color: #1d3977;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url("../img/header-bg-new.png");
  background-size: 100% 100%;
  background-position: top;
}

/*.login-header::after
{
	position: absolute;
	container: "";
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	 background-image: url("../img/header-bg-new.png");
	  background-size: 100% 100%;
	  background-position: top;
	  box-sizing: unset !important;
}*/

.login-body {
    padding: 45px;
    text-align: center;

}
.login-header h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 2;
    margin: 0;
    text-transform: uppercase;
}

.login-sec .login-username input#wppb_user_login, .login-sec .login-password input#wppb_user_pass {
  width: 100% !important;
  border:1px solid #0000001A !important;
  border-radius: 8px;
}


.login-sec form#wppb-loginform input#wppb-submit 
{
    width: 100%;
    display: block;
    margin: 30px auto 15px;
    height: 50px;
    border: none;
    border-radius: 50px;
    background: #f9bf3b;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    max-width: 70%;
    color: #111;
}


.cart-header-sec a.elementor-button {
    background: none;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
}



.login-submit.form-submit {
  width: 100%;
  display: block;
}

.login-with-text
 {
    width: 100%;
    display: block;
    margin: auto;
    height: 50px;
    background: #fff;
    border: 1px solid #444;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    transition: .3s;
    max-width: 70%;
    text-align: center;
  color: #000;
  line-height: 48px;
}
.login-body .SignUp {
  text-align: center;
}
.login-with-text:hover {
    background: #173574;
    color: #fff;
}

.custom_footer.new_footer-b p {
  font-size: 16px;
  color: #111;
  margin: 0;
}
.custom_footer.new_footer-b p {
  margin: 0;
}
.custom_footer.new_footer-b p span {
  font-size: 14px;
}

.login-sec .elementor-container.elementor-column-gap-default
 {
  width: 100%;
}

.wppb-form-field.login-password.pbpl-class .forget-btn {
  text-align: right;
  font-size: 15px;
  color: #111;
  font-weight: normal;
  text-decoration: underline;
}

.wppb-form-field.login-password.pbpl-class {
  position: relative;
}


.login-body .text-center.SignUp-text {
  font-size: 20px;
  margin-top: 10px;
}
.login-body .text-center.SignUp-text a {
  text-decoration: underline;
}

body a.forget-btn, body button#olws-dynamic-btn, p.wppb-alert a {
    color: #111111;
}


p.wppb-alert + a.forget-btn {
    margin-bottom: 10px;
}




/*============*/

@media screen and (max-width: 767px)

{

 .login-header h2
  {
  font-size: 30px;
  }

.login-header {
  height: 70px;
}

.login-body {
  padding: 15px;
  text-align: center;
}
  .login-sec form#wppb-loginform input#wppb-submit {
    max-width: 100%;
    height: 45px;
    padding: 0;
  }

.login-with-text {
    max-width: 100%;
    height: 45px;
  }

 form#wppb-loginform .login-submit.form-submit {
    margin-bottom: 0;
  }

.login-body .text-center.SignUp-text {
  font-size: 18px;
}
.custom_footer.new_footer-b p {
  font-size: 14px;
  color: #111;
  margin: 0;
  line-height: normal;
}
.cart-header-sec .elementor-widget-wrap.elementor-element-populated .elementor-element {
  margin-left: 10px;
}







}



