body, html {
	background: transparent url("//www.healinghearts.org/wp-content/uploads/2013/05/clearPart2-e1368747171427.png") no-repeat scroll;
	background-size: cover;
	background-color: #fff;
	font-family: "Roboto Slab", serif;
	color: #60646c !important;
}

a {
	color: #9b285a !important;
}
a:hover {
	color: #23527c !important;
	text-decoration: underline !important;
}

.login form .input, .login input[type=text] {
	font-size: 14px;
	font-weight: normal;
}

#backtoblog  a {
	color: #999 !important;
}

.login h1 a {
	width: auto;
	background-image: url(//www.healinghearts.org/wp-content/uploads/2016/06/Healing-Hearts-Ministries-International-Logo-wide.png);
	-webkit-background-size: 84px;
	background-size: contain;
	background-position: center bottom;
	margin: 0 auto 0px;
}

.login form {
	margin-top: 0px;
	padding: 12px 20px 20px;
	background: aliceblue;
	border: 1px solid #d1e4ff;
	-webkit-box-shadow: 1px 1px 8px #c9d9df;
	box-shadow: 1px 1px 8px #c9d9df;
}

#loginform label, #nav a {
	font-weight: 700;
}

.button-primary {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e73be), color-stop(100%,#055aa5)) !important;
	background: linear-gradient(to bottom, #1e73be 0%,#055aa5 100%) !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3) !important;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3) !important;
}

.login #login_error {
	background-color: #e2401c !important;
	color: #ffffff !important;
	border-left: .618em solid rgba(0,0,0,.15) !important;
}