/*
 Default: #008000;
 */



.Button,
.Form__control {
	border-color: #008000;
}

.Button {
	color: #008000;
}

.Button:focus,
.Button:hover {
	background: #008000;
	color: #fff;
}

.Form__control:focus {
	border-color: #ddd;
}
