/* Input */
 .form-group input[type=text]{
	height:39px;
}

/* Input */
 .form-group input[type=email]{
	transform:translatex(0px) translatey(0px);
	height:39px;
}

/* Input */
  .form-group input[type=tel]{
	height:39px;
}
label.required::after{
	color:#e35d5d;
	}