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

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

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