﻿h1, h2, h3, h4, h5, h6, p {
font-family: "Raleway",sans-serif !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
color: rgba(0, 0, 0, 0);
opacity: 1;
display: block;
background: url("../img/ifcalendar.png") no-repeat;
width: 20px;
height: 20px;
border-width: thin;
}

input[type="date"]::-moz-calendar-picker-indicator {
color: rgba(0, 0, 0, 0);
opacity: 1;
display: block;
background: url("../img/ifcalendar.png") no-repeat;
width: 20px;
height: 20px;
border-width: thin;
}
input, .alert {
 font-family: "Raleway",sans-serif !important;
}


body {
	font-family: "Raleway",sans-serif !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	background: url("../img/ifcalendar.png") no-repeat;
	width: 20px;
	height: 20px;
	border-width: thin;
}
input[type="date"]::-moz-calendar-picker-indicator {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	background: url("../img/ifcalendar.png") no-repeat;
	width: 20px;
	height: 20px;
	border-width: thin;
}