/* Add here all your css styles (customizations) */

.sky-form.contact-style input[type="text"],
.sky-form.contact-style input[type="email"],
.sky-form.contact-style textarea{
  margin-bottom: 15px;
}


.con_email_field{
	position: relative;
}

.con_email_field:before{
	width: 30px;
    height: 34px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 34px;
    font-family: "FontAwesome";
    content: "\f0e0";
    font-size: 20px;
    color: #bbbbbb;
	/*content: "\f066";*/
}

.con_ph_field{
	position: relative;
}

.con_ph_field:before{
	width: 30px;
    height: 34px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 34px;
    font-family: "FontAwesome";
    content: "\f095";
    font-size: 20px;
    color: #bbbbbb;
	/*content: "\f066";*/
}

.con_user_field{
	position: relative;
}

.con_user_field:before{
	width: 30px;
    height: 34px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 34px;
    font-family: "FontAwesome";
    content: "\f007";
    font-size: 20px;
    color: #bbbbbb;
	/*content: "\f066";*/
}
