input.login-btn,
button.login-btn {
	background-color: #cd5156 !important;
}
input.login-btn:hover,
button.login-btn:hover {
	background-color: #b1252b !important;
}

a,
.checkbox label {
	color: #cd5156 !important;
}

a:hover,
.checkbox label:hover {
	color: #b1252b !important;
}
input[type=checkbox]:checked + label:before {
	color: #cd5156 !important;
}
a.ics {
	color: #fff !important;
}