.pbSubmit {
	color: white !important;
	background-color: #005B7B !important;
}

.pbSubmit:hover {
	color: #005B7B !important;
	background-color: white !important;
}

.quote-details-textarea #message_1 {
	border: solid 1px #005B7B !important;
	height: 200px !important;
}

.fields .large {
	border: solid 1px #005B7B !important;
}

.quote-details-textarea #message_1::placeholder {
	font-weight: bold;
	opacity: 0.5;
	color: grey;
}