.ngform label {
	font: 15px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
	color: #555555;
}
.ngform .ngerror {
	color: #dc4642;
}
.ngform .ngformerror {
	color: #dc4642;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 20px 0;
}
.ngform label.ngmandatory {
	font-weight: bold;
}
.ngform .ngformnopad {
	padding: 0px;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], input[type=time],
textarea, textarea.form-control,
select {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: #ffffff;
	font: 15px Arial,'Helvetica',sans-serif;
	color: #000000;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	border-radius: 5px;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], input[type=time],
textarea, textarea.form-control,
select {
	font-family: inherit;
}

.ngform input[type=submit] {
	border-color: #6e6e6e;
	border-width: 1px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #ffffff;
	font: italic 15px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
	color: #6e6e6e;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	border-radius: 5px;
	display: block;
	float: right;
	cursor: pointer;
  outline: none;
}
.ngform input[type=submit]:hover {
	border-color: #000000;
	background: #ebebeb;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #000000;
}

.ngform textarea {
	height: 120px;
}

input::-webkit-calendar-picker-indicator {
    display: inline;
}
