div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.cougarservice__btn {
	color: #ED6D01;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	position: relative;
	background: none;
	border: none;
	z-index: 0;
	cursor: pointer;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	line-height: 2.8;
	padding: 0 1.8em;
	border-radius: 0.3em;
	letter-spacing: 0em;
	border-color: #ED6D01;
	overflow: hidden;
}
.cougarservice__btn:hover {
	color: #fff;
}
.cougarservice__btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: height 0.3s;
	background-color: #ED6D01;
	z-index: -1;
}
.cougarservice__btn:hover:before {
	height: 100%;
}
.cougarservice__btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border-width: 2px;
	border-style: solid;
	border-color: inherit;
}