.flip-container {
	perspective: 1000;
}
.flipper {
  padding: 30px;
  width: 370px;
  height: fit-content;
  position: relative;
    /* background: #f5f5f5; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	
	transition: 0.6s;
	transform-style: preserve-3d;
}

.front, .back {
  /*background-color: rgba(0,0,0,.3);*/
  position: absolute;
  padding: 10px 30px;
  top: 0;
  left: 0;
  right: 0;
  backface-visibility: hidden;
}

.front{
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

.back{
    transform: rotateY(180deg);
}
.flip{
		transform: rotateY(180deg);
}
 

.title{
  text-align: center;
}
.flipbutton{
    color:#4096ee;
    text-decoration:none;
    text-align:left !important;
}


/* login/register form styles */  


.loginLogo{
 width: 150px;
 height: 100px;
}

#wrapper1 {
	overflow: hidden;
	background:#f2f2f2;
}
.de-navbar-left #wrapper1 {
	overflow: visible;
}


.boxed #wrapper1{
	padding:50px !important;
}


#contentLogin {
	width: 100%;
	background: #fff;
	padding: 90px 0 90px 0;
	z-index: 100;
}
.de_light #contentLogin {
	background: #ffffff;
}
#contentLogin {
	background: #18191b;
}
.side-layout #contentLogin{
	width:80%;
	float:right;
}
.boxed #contentLogin{
    padding:0 !important;
}

.sectionLogin {
	padding: 80px 0 80px 0;
	overflow: hidden;
	position: relative;
}
.sectionLogin {
	background: #18191b;
}
.sectionLogin.no-bg, #contentLogin.no-bg{
	background:none !important;
}
.sectionLogin.bg-dark,
.de_light .sectionLogin.bg-dark{
	background:#393a3e;
}

.relative {
	position: relative;
	z-index: 1;
}
.no-top {
	padding-top: 0 !important;
}
.no-bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
p {
	margin-bottom: 20px;
}
p.intro {
	color: #555;
	font-size: 16px;
	line-height: 1.5em;
}
.bg-grey {
	background: #f6f6f6;
}
.no-bottom {
	padding-bottom: 0 !important;
}

.de-navbar-left .container-fluid .container {
	width: 100%;
}
.container-fluid {
	padding: 0px;
	margin: 0px;
}
.text-middle, .table [class*="col-"].text-middle {
	vertical-align: middle;
    background-color: #ffffff;
}
@media only screen and (max-width: 992px) {
	.text-center-sm {
		text-align: center;
	}

	.padding100 {
	    padding: 35px 20px !important;
}
}
.padding100 {
	padding: 75px 100px;
}


@media only screen and (max-width: 992px) {
	.text-center-sm {
		text-align: center;
	}
}

.tiny-border {
	height: 1px;
	background: #333;
	width: 40px;
	margin: 20px 0 20px 0;
	display: block;
}
.tiny-border.center {
	margin-left: auto;
	margin-right: auto;
}
.widget .tiny-border{
	width:100%;
	background:rgba(255,255,255,.2);
}
.profile_pic .tiny-border {
	margin-bottom: 20px;
}
#contact_form {
	/* margin-top: 20px; */
}
#contact_form textarea {
	height: 195px;
}
#contact_form.s2 textarea {
	height: 180px;
}
#contact_form.form-s1 textarea{
	padding: 10px;
	height:160px;
}

.btn-custom.btn-small {
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-fx.btn-custom {
	text-transform: normal;
}

a.btn-custom, .btn-custom, a.btn-slider, .btn-slider {
	font-family: "Rubik";
	font-size: 12px;
	min-width: 120px;
}
a.btn-custom,a.btn-custom:active,a.btn-custom:focus,a.btn-custom:visited,
.btn-custom {
	color: #fff;
	border-radius: 3px;
	padding: 15px 30px 15px 30px;
	min-width: 120px;
	outline:0;
}

.form-subscribe .btn-custom{
	display:table-cell;
	border-radius:0 60px 60px 0;
	height:40px;
	vertical-align:middle;
}
a.btn-custom:hover, .btn-custom:hover {
	color: #fff !important;
	opacity: .8;
	-webkit-box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.3);
}

.btn-custom,
form input[type=submit] {
	padding: 8px 10px 8px 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.error {
	clear:both;
	display: none;
	color: #e7505a;
	padding-top:20px;
}
.success {
	clear:both;
	display: none;
	color: #96c346;
	padding-top:20px;
}
.timeline-badge.success {
    background-color: #3f903f !important;
  }
  .overlay-s3 {
	background: rgba(91, 35, 108, .5);
}

.list.s3{
	display: inline;
	margin:0;
	padding:0;
}

.list.s3 li{
	display: inline;
	margin-right:20px;
}

.list.s3 a{
	font-weight:bold;
}

.spacer-double {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
}


.form-border input[type=text], .form-border textarea, .form-underline input[type=email], .form-border select {
	padding: 8px;
	margin-bottom: 20px;
	border: none;
	border: solid 1px #dddddd;
	background: none;
	border-radius: 0;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color:#333;
}
.de_tab .de_nav li span, .feature-box-small-icon i, a.btn-line:after, .de_count, .social-icons a i,
 .de_tab.tab_steps .de_nav li span, .de_tab.tab_steps .de_nav li span:hover, .de-gallery .overlay .icon i,
  .de-gallery .overlay .icon i:hover, .product img, .product img:hover, .mfp-close, .mfp-close:hover, 
  .pic-hover .bg-overlay, .pic-hover:hover>.bg-overlay, i.btn-action-hide, .pic-hover.hover-scale img,
   .text-rotate-wrap, .text-rotate-wrap .text-item, .overlay-v, .carousel-item .pf_text .title, 
   .carousel-item:hover .pf_text .title, .carousel-item .pf_text .title .type, .carousel-item:hover .pf_text .title .type,
    header, .owl-slider-nav .next, .owl-slider-nav .prev, #back-to-top.show, #back-to-top.hide, .social-icons-sm i,
	 .social-icons-sm i:hover, .overlay-v i, .overlay-v i:hover, .de_tab .de_nav li span, #popup-box.popup-show,
	  #popup-box.popup-hide, .form-underline input[type=text], .form-underline textarea, .form-underline input[type=email],
	   .form-underline select, .btn-rsvp, .btn-close, .btn-custom, .overlay-v span, .de_tab.tab_style_4 .de_nav li,
	   .form-subscribe input[type=text], #mainmenu a span, #mainmenu a.active span,.feature-box .inner,
	   .feature-box:hover .inner,.feature-box .inner i,.feature-box:hover .inner i,
	   .error_input,.de_tab.tab_steps.style-2 .de_nav li.active .arrow,.owl-item.active.center > div blockquote,.mask,
	   .mask .cover,.mask:hover .cover,.mask img,.mask:hover img,.accordion .content, #mainmenu li, #mainmenu li ul{
	/*-o-transition: .5s;*/
	/*-ms-transition: .5s;*/
	/*-moz-transition: .5s;*/
	/*-webkit-transition: .5s;*/
	
	-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;


	transition: .5s;
	outline: none;
}

.error_input{
	border-bottom:solid 1px #ff0000 !important;
}


.form-underline input[type=text], .form-underline input[type=password], .form-underline textarea, .form-underline input[type=email], .form-underline select {
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	border: none;
	border-bottom: solid 1px #bbbbbb;
	background: none;
	border-radius: 0;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.form-underline select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/ui/arrow-down-form.png') no-repeat 98% 60%;
}
.form-underline select:focus {
	background: url('../images/ui/arrow-down-form-hover.png') no-repeat 98% 60%;
}
.form-underline input[type=text], .form-underline textarea, .form-underline input[type=email], .form-underline select {
	color: #333;
	border-bottom: solid 1px #bbb;
}


.list{
	margin:0;
	padding:0;
}
.list li{
	list-style:none;
}
 
.list.s3{
	display: inline;
	margin:0;
	padding:0;
}

.list.s3 li{
	display: inline;
	margin-right:20px;
}

.list.s3 a{
	font-weight:bold;
}

.spacer-single {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}


#bg-login-4 {background:url(../../imgs/19.jpg) top center;}


/* media query */
@media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait){
	.sectionLogin{
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-attachment:scroll;
	}
}


  
a.btn-custom,.btn-custom
{
	background-color:var(--indigo);
}
  




.loginDiv{
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  /*display: flex !important;*/
 /*   -ms-flex-wrap: wrap !important;*/
 /*   flex-wrap: wrap !important;*/
    margin-right: -15px !important;
    margin-left: -15px !important; 
}
.vh-100{
	height: 100vh!important;
}

.text-dangerr{
	color: red !important;
}

/* login eye */
.field-set1 i  {
    position: absolute;
    right: 41px;
    top: 32%;
    color: #ccc;
    cursor: pointer;
    /*transform: translateY(-50%);*/
    -webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);


	color: #ccc;
    cursor: pointer;
}

.field-set2 i {
    position: absolute;
    right: 17px;
    top: 42%;
    color: #ccc;
    cursor: pointer;
    transform: translateY(-50%);
	color: #ccc;
    cursor: pointer;
}

.field-set3 i{
    position: absolute;
    right: 16px;
    top: 42%;
    color: #ccc;
    cursor: pointer;
    transform: translateY(-50%);
	color: #ccc;
    cursor: pointer;
}

.passtoggle{
	/* display: flex; */
    justify-content: center;
    align-items: center;
}

.eyeDiv{
	display: flex; 
    position: relative;
}


/*responsiveness*/

/*@media  only screen and (min-width: 200px) and (max-width: 400px)  {*/
/*	.loginDiv{*/
/*	  height: 132vh !important;*/
/*  }*/
  
/*  .sectionLogin {*/
/*		  height: 130vh !important;*/
/*  }*/
/*  .secondSectionn{*/
/*      display: flex;*/
/*	  height: 620px !important;*/
/*  }*/
  
/*  .allLoginSec{*/
/*		   height: 86vh !important;*/
/*  }*/
/*  .imggSection{*/
/*	  height: 220px !important;*/
/*  }*/
/*  .padding100 {*/
/*      padding: 35px 0px !important;*/
/*  }*/
  
/* }*/

@media  only screen and (min-width: 200px) and (max-width: 400px)  {
  .secondSectionn{
      display: flex;
	  justify-content: center;
  }

}

 @media (min-width: 768px){
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
 /*responsiveness*/
 .logReg_btn {
    padding: 8px 30px 8px 30px !important;
}
 
 
/* .loginDiv .field-set input{*/
/*     margin-bottom: 0 !important;*/
/* }*/
 

/* .loginRegisterError,.loginRegisterSuccess{*/
/*	display: none;*/
/* }*/

/*  p.alert {*/
/*	margin-bottom: 0 !important;*/
/* }*/

.passVerificationUl ul{
    list-style: none;
    padding: 0;
    
}

.passVerificationUl{
    display: none;
}

.passVerificationUl ul li{
   color: red ;
   margin-bottom: 6px;
   font-weight: 500;
}

.passVerificationUl ul li.active{
   color: green;

}

.passVerificationUl ul li span::before{
   content: "✖";

}

.passVerificationUl ul li.active span::before{
   content: "✔";

}

#registerBtn{
    pointer-events: none;
}

#registerBtn.active{
    pointer-events: auto;
}
