
form .labelForm{
	border-bottom-width: 4px !important;
}

.formStyled .form-group > label{
	font-weight: bold;
}

@media (max-width: 576px){
	form .col-sm-auto input { 
		width:100% !important;
	}
}

@media (max-width: 767px){
	form .w-sm-100 input { 
		width:100% !important;
	}
}



@media (min-width: 768px) and (max-width: 992px){
	form .w-md-100 input { 
		width:100% !important;
	}
}
/*
.formStyled input,
.formStyled textarea{
	color:#939598;
	resize: none;
	font-size: 14px;
	font-weight: 600;
	background-color: #fff;
	border:none;
	width: 100%;
	padding: 11px 22px;
	border-radius: 21px;
	margin: 0 0 25px 0;

}

.formStyled textarea{
	height: 160px;
}


.formStyled button{
	line-height: 1;
	border-radius: 21px;
	color: #fff;
	background-color: #ef4123;
	font-weight: 600;
	font-size: 14px;
	padding: 11px 22px;
	border: none;
	cursor: pointer;
	width:100%;
}

.formStyled button:hover,
.formStyled button:focus,
.formStyled button.active{
	color: rgba(255,255,255, .7);
}
*/

.formStyled ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #939598;
}
.formStyled :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #939598;
	opacity:  1;
}
.formStyled ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #939598;
	opacity:  1;
}
.formStyled :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #939598;
}
.formStyled ::-ms-input-placeholder { /* Microsoft Edge */
	color:    #939598;
}