#contactForm input[type="text"],input[type="number"],input[type="date"],
#contactForm textarea {
    width: 100%;
	background: white;
}
#contactForm textarea {
    resize:vertical;
    min-height: 40px;
}
.formGroup{
    margin-bottom: 15px;
}
.formGroup .error{
    font-style: italic;
    color: red;
    font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}