.lf-user-info{
	background-color: #FECE5C!important;
}

.lf-user-info .lf-items{
	flex-wrap: wrap;
    justify-content: center;
    -webkit-transition: height 2s; /* Safari prior 6.1 */
  	transition: height 2s;
}

.lf-user-info .lf-items .text_input{
	margin: 4px;
	text-align: center;
	border-radius: 5px;
	border: none;
	height: 35px;
	width: 90%;
}

.lf-user-info .lf-items #phone_area{
	margin: 4px;
	text-align: center;
	border-radius: 5px;
	border: none;
	height: 35px;
	width: 90%;
}

.lf-user-info .lf-items .lf-item-valid{
	border: solid 2px #23AF11!important;
}

.lead-form-container .cr{
    background-color: white;
}

.lead-form-container .checkbox{
	width: 100%;
}

.lead-form-container .cr-icon{
    font-family: 'Glyphicons Halflings';
}

select {
  text-align: center;
  text-align-last: center;
  text-align: -webkit-center;
  /* webkit*/
}
option {
  text-align: left;
  /* reset to left*/
}

.lf-user-info .lf-items{
    
    text-align: left;
}

@media only screen and (max-width: 600px) {
 	
	.lead-form-container .quick-fill-hidden{
		height: 40px; 
		overflow: hidden;
	}

	.lead-form-container .quick-fill-show{
		height: 340px; 
		overflow: hidden;
	}

}

@media only screen and (min-width: 600px) {
 	.lf-user-info .lf-items input{
		width: 16%;
	}

	.lf-user-info .lf-items  #phone_area{
		width: 16%;
	}

	

}

