





#form_container form{ padding-right: 15px; padding-left: 15px; }



/***********SELECT MENU**********/

select {

  /* styling */
  /*border-radius: 4px;*/
  background-color: #fff;
  border:0;
  display: block;
  font: inherit;
  line-height: 2.6em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
/*  -webkit-appearance: none;
  -moz-appearance: none;*/
 
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #000 50%),
    linear-gradient(135deg, #000 50%, transparent 50%),
    linear-gradient(to right, #DEDEDE, #DEDEDE);
  background-position:
    calc(100% - 18px) calc(1em + 8px),
    calc(100% - 13px) calc(1em + 8px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 3.7em;
  background-repeat: no-repeat;
 
  
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, #000 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #000 50%),
    linear-gradient(to right, #DEDEDE, #DEDEDE);
  background-position:
    calc(100% - 14px) 1.5em,
    calc(100% - 19px) 1.5em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 3.7em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}






/*****DATE PICKER STYLE*/


[type="date"] {
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
	background-position: right center !important;
	position:relative;
	

}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
 
  display:block;
  width:50px;
  height:50px;
  float:right;
  position:absolute;
  top:0;
  right:0;
}


	
/***********************/
.inputnormal{
	border:0;
	outline:0;
	background-color:#fff;
	font-size:14px;
	color:#6B6B6B !important;
	padding:14px 15px;
	float:left;
	height:50px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	width:100%;
	
}
select option, select{
	color:#6B6B6B !important;
	background-color:#fff !important;
}
.button{
	background-color:#F7941D !important;
	color:#FFF !important;
}

.inputbutton{
	background-color:#F7941D;
	width:auto;
	padding:14px 25px;
	font-size:16px;
	font-weight:600;
	line-height:normal;
	border:0;
	color:#fff;
	outline:none;
	cursor:pointer;
	line-height:12px;
	display:inline-block;
	border-radius:50px;
}

.inputbutton:hover, .inputbutton:focus{
	background-color:#7465AB;
	color:#FFF;
	padding:14px 25px !important;
}


/************/


fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}


.check-box-styl{  display: inline-block; margin-top: 5px; margin-right: 8px ;}

.otp-mobile{font-size: 18px !important;}
.form-label fieldset {
  position: relative;
}
.form-label fieldset:first-child input {
  border-radius: 0;
}
.form-label fieldset:last-child input {
  border-radius: 0;
  /*box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);*/
}
.form-label fieldset + fieldset {
  border-top: 1px solid #fff;
}
.form-label label {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #6B6B6B;
  -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}

.form-css-label input[data-empty="false"], .form-css-label input:valid, .form-css-label input:focus {
 /* padding: 25px 20px;*/
}
.form-css-label input:focus {
  outline: 0;
  background: #fff;
  /*padding: 25px 20px;*/
  
}
.dob{
 color: #6B6B6B !important;
 }

.form-css-label input[data-empty="false"] + label, .form-css-label input:valid + label, .form-css-label input:focus + label {
  color: #0071BC;
  font-weight: 500;
  font-size: 12px;
  -webkit-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0);
}

.form-js-label input[data-empty="false"], .form-js-label input:focus {
  padding: 22px 8px 10px;
}
.form-js-label input:focus {
  outline: 0;
  background: white;
}
.form-js-label input[data-empty="false"] + label, .form-js-label input:focus + label {
  color: #5856D6;
  font-weight: 700;
  font-size: 12px;
  -webkit-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}


 form {
  margin: 0;
  padding:0;
}



.autoheight{}





@media only screen and (max-width: 640px) {

/*input {
	font-size:10px !important;
	
	
}*/
.form-css-label input[data-empty="false"] + label, .form-css-label input:valid + label, .form-css-label input:focus + label {
 font-size:10px !important;

}



.form-js-label input[data-empty="false"] + label, .form-js-label input:focus + label {
   font-size:10px !important;
 
}

.autoheight{
	height:auto;
}

.inputbutton{
	font-size:16px !important;
}


}