.login-section-wrapper h1{
	    font-size: 2rem;
    line-height: 1.31818182em;
margin-top: 20px;
    letter-spacing: -1.2px;
    font-weight: 600;
        white-space: nowrap;
}
.login-section-img {
	background: #f1f7ed;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    position: relative;
    background-image: url(/images/signup/demo-gallery-1.png);
	min-height: 880px;
	display: block;
}
.ae-login-section-img {
	background: #f1f7ed;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    position: relative;
    background-image: url(/images/signup/ae-demo-gallery-1.png);
	min-height: 880px;
	display: block;
}
.sb-login-section-img {
	background: #f1f7ed;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    position: relative;
    background-image: url(/images/signup/sb-demo-gallery-1.png);
	min-height: 880px;
	display: block;
}
.subscribe-header-desc {
	margin-top: 5px;
	font-size: 15px;
}
@media (max-width:991px){
	.login-section-img-wrapper{
		display:none;
	}
}

.login-section-img-wrapper {
	background: #f1f7ed;

}
.social-login {
	    background-color: transparent;
}
.social-login-button{
	margin-right: 20px;
}
.inline-el-holder .inline-el {
    display: block;
    margin-right: 1.3rem;
}
.inline-el-holder {
	margin-bottom: 20px;
}

.rad-with-details label{
 margin-left: 10px;
 margin-bottom: 0px;
}
.rad-with-details .more-info {
	margin-left: 23px;
	margin-bottom: 5px;
	font-size: 11px;
}
 .login-section-wrapper {
	 display: flex;
	 flex-direction: column;

	 background-color: #fff;
}
 @media (max-width: 1200px) {
	 .login-section-wrapper {
	
	}
	.signup-login-layout .fxt-content{
	padding:60px;
	}
}


@media (max-width:529px){
	.signup-login-layout .login-section-wrapper  .fxt-content{
		padding:10px !important;
		width:100% !important;
	}
	
	.signup-login-layout{
		overflow-x:hidden;
	}
}

@media (max-width:439px){
	.fxt-content h1{
		font-size: 1.8rem;	
	}
	
	.fxt-content p{
		font-size: 15px;
	}
}

@media (max-width:400px){
	.fxt-content h1{
		font-size: 1.7rem;	
	}
	
	.fxt-content p{
		font-size: 14px;
	}
}

 @media (max-width: 575px) {
	 .login-section-wrapper {
		 padding-top: 0px;
		 padding-bottom: 20px;
		 min-height: 100vh;
	}
	
	#cookieConsent {
    line-height: 20px;
    padding: 8px 0 8px 0px;
}

#cookieConsent p 
{
      line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
}
.inline-el-holder {
    margin-bottom: 10px;
}
.signup-login-layout .fxt-form {
    margin-top: 20px !important;
}
}
 .login-wrapper {
	 width: 300px;
	 max-width: 100%;
	 padding-top: 24px;
	 padding-bottom: 24px;
}
 @media (max-width: 575px) {
	 .login-wrapper {
		 width: 100%;
	}
}
 .login-wrapper label {
	 font-size: 14px;
	 font-weight: bold;
	 color: #b0adad;
}
 .login-wrapper .form-control {
	 border: none;
	 border-bottom: 1px solid #e7e7e7;
	 border-radius: 0;
	 padding: 9px 5px;
	 min-height: 40px;
	 font-size: 18px;
	 font-weight: normal;
}
 .login-wrapper .form-control::placeholder {
	 color: #b0adad;
}
 .login-wrapper .login-btn {
	 padding: 13px 20px;
	 background-color: #fdbb28;
	 border-radius: 0;
	 font-size: 20px;
	 font-weight: bold;
	 color: #fff;
	 margin-bottom: 14px;
}
 .login-wrapper .login-btn:hover {
	 border: 1px solid #fdbb28;
	 background-color: #fff;
	 color: #fdbb28;
}
 .login-wrapper a.forgot-password-link {
	 color: #080808;
	 font-size: 14px;
	 text-decoration: underline;
	 display: inline-block;
	 margin-bottom: 54px;
}
 @media (max-width: 575px) {
	 .login-wrapper a.forgot-password-link {
		 margin-bottom: 16px;
	}
}
 .login-wrapper-footer-text {
	 font-size: 16px;
	 color: #000;
	 margin-bottom: 0;
}
 .login-title {
	 font-size: 30px;
	 color: #000;
	 font-weight: bold;
	 margin-bottom: 25px;
}
 .login-img {
	 width: 100%;
	 height: 100vh;
	 object-fit: cover;
	 object-position: left;
}
 /**************************************


/*=======================================================================
1. Typography
=========================================================================*/


.fxt-content-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .fxt-none-767 {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-none-991 {
    display: none !important;
  }
}



/*========================================================================
7. Demo Layout Four
=========================================================================*/
.signup-login-layout {
  min-height: 100vh;
  position: relative;

  z-index: 1;
}

.signup-login-layout .fxt-bg-wrap {
  padding: 8vh 0 8vh 16vw;
  min-height: 100vh;
}
@media only screen and (max-width: 1199px) {
  .signup-login-layout .fxt-bg-wrap {
    padding: 8vh 0 8vh 10vw;
  }
}
@media only screen and (max-width: 991px) {
  .signup-login-layout .fxt-bg-wrap {
    padding: 6vh 0 6vh 6vw;
  }
}
@media only screen and (max-width: 767px) {
  .signup-login-layout .fxt-bg-wrap {
    padding: 5vh 4vw;
  }
}
.signup-login-layout .fxt-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.signup-login-layout .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 45px;
}
@media only screen and (max-width: 991px) {
  .signup-login-layout .fxt-bg-color {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .signup-login-layout .fxt-bg-color {
    min-height: 100%;
    padding: 20px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.signup-login-layout .fxt-bg-img {
  padding: 40px 50px;
  min-height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .signup-login-layout .fxt-bg-img {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .signup-login-layout .fxt-bg-img {
    padding: 30px;
  }
}
.signup-login-layout .fxt-bg-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(2, 2, 3, 0.6);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.signup-login-layout .fxt-bg-img:after {
  content: "";
  right: 0;
  top: 20%;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 15px solid transparent;
}
.signup-login-layout .fxt-header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-content: center;
  text-align: center;
}
.signup-login-layout .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}
.signup-login-layout .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .signup-login-layout .fxt-header h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .signup-login-layout .fxt-header h1 {
    font-size: 28px;
  }
}
.signup-login-layout .fxt-header p {
  color: #fff;
}
.signup-login-layout .fxt-content {
padding: 50px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1199px) {

}
.signup-login-layout .fxt-form {
  margin-top: 30px;
}
.signup-login-layout .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 5px;
}
.signup-login-layout .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}
.signup-login-layout .fxt-form .form-group {
  position: relative;
  z-index: 1;
      display: inline;
}
.signup-login-layout .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 18px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 14px;
}
.signup-login-layout .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}
.signup-login-layout .fxt-form .form-control {
  min-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  color: #111;
      background: none;
          margin-bottom: 20px;
}
.signup-login-layout .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.signup-login-layout .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.signup-login-layout .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.signup-login-layout .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.signup-login-layout .fxt-btn-fill {
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #01cc66;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sm-text {
	font-size: 14px;
}
.social-box {
    text-align: center;
    font-size: 16px;
}
.social-box button {
    width: 100%;
    background: rgba(64,87,109,.07);
    border: 0px solid #ababab;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all .60s;
    margin-bottom: 10px;
}
.social-box button[disabled] {
	filter: grayscale(1);
  cursor: not-allowed;
}
.social-box button:not([disabled]):hover {
	background: rgba(64,87,109,.15);
	
}
.login-text {
	text-align: center;
}
.signup-login-layout .fxt-btn-fill:hover {
  background-color: #01b058;
  border-color: #01b058;
}
.signup-login-layout .fxt-btn-fill:focus {
  outline: none;
}
.signup-login-layout .fxt-style-line {
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
}
.signup-login-layout .fxt-style-line h2 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 14px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.signup-login-layout .fxt-style-line h2:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.signup-login-layout .fxt-style-line h2:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.signup-policy {
	    line-height: 21px;
	    margin-top: 20px;
	
	
}
.signup-login-layout ul.fxt-socials {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
}
.signup-login-layout ul.fxt-socials li {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .signup-login-layout ul.fxt-socials li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 350px) {
  .signup-login-layout ul.fxt-socials li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.signup-login-layout ul.fxt-socials li a {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.signup-login-layout ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  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;
  width: 45px;
  height: 45px;
}
.signup-login-layout ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.signup-login-layout ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}
.signup-login-layout ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}
.signup-login-layout ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}
.signup-login-layout ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}
.signup-login-layout ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}
.signup-login-layout ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}
.signup-login-layout ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}
.signup-login-layout ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}
.signup-login-layout ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}
.signup-login-layout .switcher-text {
  color: #57BEA2;
  font-size: 15px;
  margin-left: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.signup-login-layout .switcher-text:last-child {
  margin-right: 0;
}
.signup-login-layout .switcher-text:hover {
  color: #666;
}
.signup-login-layout .switcher-text.active {
  color: #666;
}
.signup-login-layout .checkbox {
  padding-left: 5px;
}
.signup-login-layout .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}
.signup-login-layout .checkbox label:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.signup-login-layout .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}
.signup-login-layout .checkbox input[type="checkbox"] {
  display: none;
}
.signup-login-layout .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}
.signup-login-layout .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #01cc66;
  border-color: #01cc66;
}
.signup-login-layout .fxt-footer {
  text-align: center;
}
