
.form-signin, .form-signup {
 /* max-width: 420px;*/
  padding: 1rem;
}

.form-signin a, .form-signup a {
  text-decoration: none !important;
  color: #C7F464 !important;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"], .form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #333333 !important;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #333333 !important;
}

.form-floating label::after{
  font-size: 12px !important;
  background: transparent !important;
}

.form-floating input {
  border-color: #333333 !important;
}

/*input.floatingInput:focus + label:after{
  font-size: 12px !important;
  background: transparent !important;
}

input.floatingInput:not(:focus) + label:after{
  background: none !important;
  background-color: transparent !important;
}*/

.btn-default{
	background: #6CA227 !important;
  background-image: linear-gradient(to top, #000000, #C7F464) !important;
	color: #ffffff !important;
  height: 48px;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 18px;
}

.btn-default:hover{
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
	background: #09402D !important;
  background-image: linear-gradient(to bottom, #000000, #C7F464) !important;
	color: #ffffff !important;
}

button.close{
  border: none !important;
  background-color: transparent;
  color: grey;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 28px;
  line-height: 14px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 5px;
  height: 24px;
}

button.close:hover{
  color: #cc0000 !important;
  font-weight: 800;
}

.intl-tel-input {
  width: 100% !important;
}

    
.iti {
  width: 100% !important;
}



form.formsignup{
  box-shadow: none !important;
  text-shadow: none !important;
}

form.formsignup input.form-control{
  font-size: 14px !important;
  height: 44px !important;
  text-shadow: none !important;
}

form.formsignup label, form.formsignup a, form.formsignup p, form.formsignup .icheck-primary, form.form-signup p, form.formsignup input, form.form-signup select, form.form-signin input, form.form-signin select, form.form-signin label, .select2-selection, form.form-forgotten input, form.form-forgotten label, form.form-reset input, form.form-reset label {
  color: #f15f2a !important;
  text-shadow: none !important;
  background: transparent !important;
}

.flexCheckDefault{
  font-size: 14px !important;
  color: #C7F464 !important;
}


.form-bg::before {
  content: "";
  background: #000000;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  /*height: 100vh !important;*/
  width: 100% !important;
  opacity: 0.5;
  z-index: 8;
}

/* Since positioning the image, we need to help out the caption */
.label-caption {
  position: relative;
  background: rgba(0, 0, 0, 0.7) !important;
  color: #C7F464;
  padding: 30px;
  border-radius: 20px;
  z-index: 9;
  font-size: 1.25rem;
}

.border-primary-2 {
  border-color: #C7F464 !important;
}

.typing-text {
  border-right: 0.15em solid black; /* cursor */
  white-space: nowrap; /* keep text on one line */
  overflow: hidden; /* hide excess text */
  /* animation: typing 3.5s steps(40) infinite; typing animation */
}

.typing-text-1 {
  animation: typing 2.5s steps(40) forwards; /* type out 7 characters */
}

.typing-text-2 {
  animation: typing 3.5s steps(40) infinite; /* type out 6 characters */
  animation-delay: 2.5s; /* wait for 3.5s before typing */
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}


.coupon-form{
   min-height: 70vh;
}

.password-bars {
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 30.3333%;
}


.password-bars.active {
  border-color: #C7F464 !important;
}

@media (max-width: 767px){
  .container{
    width: 100% !important;
    margin: 0px !important;
  }

  .label-caption {
    margin-top: 3rem;
    font-size: 18px !important;
  }

  .label-caption h1{
    font-size: 20px !important;
  }

  .label-caption .lead{
    font-size: 13px !important;
  }

  .coupon-form{
     min-height: 55vh;
  }
} 