a.close-user-content, #mailchimp-box form input[type="submit"], .login-form input#submit.button {
	border-color: #fff;
}

input[type="submit"]:hover {
	background-color: #fff;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
}

body > .login-form-container {
	background-color: #111;
}

.btn-open-login-form {
	background-color: #111;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px #111 inset;
}

input[type='submit']:hover {
	color: #111;
}

#custom-subscribe #submit-subscribe:before {
	background-color: #111;
}