/*
 Default: #c12138;
 */

h1,
a {
	color: #c12138;
}

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

.Button {
	color: #c12138;
}

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

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