

#row_contact_form{
	margin-top: 50px;
}

#contact_form_block{
	background: #ececec;
    padding: 50px 15px;
    border-radius: 50px;

}

#contact_form_div{
	padding: 100px 0px;
}


#we_can_contact_you_img{
	height: 140px;
}

.img_contact{
	height: 150px;
}

#submit_message_contact_form{
	background: #650a37;
	color: white;
	font-weight: 500;
    border-radius: 22px;
    padding: 10px;
}
	
.div_icons_contact{
	text-align: center !important;
    line-height: 2;

}

.contact_input{

	background-color: white !important;
    /*color: white !important;*/
    border-bottom: 2px solid rgb(222, 222, 222) !important;
    border-top: 2px solid rgb(222, 222, 222) !important;
    border-left: none !important;
    border-right: 2px solid rgb(222, 222, 222) !important;
    margin-left: -2px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    /*width: 85% !important;*/
    /*margin: 0 auto;*/
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 450;
    font-size: 20px;
    height: 60px !important;
}

.contact_textarea{

	background-color: white !important;
    /*color: white !important;*/
    border-bottom: 2px solid rgb(222, 222, 222) !important;
    border-top: 2px solid rgb(222, 222, 222) !important;
    border-left: none !important;
    border-right: 2px solid rgb(222, 222, 222) !important;
    margin-left: -2px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    /*width: 85% !important;*/
    /*margin: 0 auto;*/
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 450;
    font-size: 20px;
    height: 200px !important;
}

.span_input_contact_image{

    height: 40px;
    width: 40px;
}


.span_input_contact{
    background-color: white !important;
    border-right-color: black !important; 
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-bottom: 2px solid rgb(222, 222, 222) !important;
    border-top: 2px solid rgb(222, 222, 222) !important;
    border-left: 2px solid rgb(222, 222, 222) !important;
    border-right: none !important;
}
	

