/* Make "Get New Password" and other login buttons red and rounded */
.wp-core-ui .button-primary {
  background-color: #cca55d !important;
  border: 1px solid #cca55d !important;
  color: white !important;
  cursor: pointer !important;
  display: inline-block;
  font-size: 16px !important;
}

/* Hover effect */
.wp-core-ui .button-primary:hover {
  background-color: #aa7a39 !important;
  border-color: #aa7a39 !important;
}

.login .message,
.login .notice,
.login .success {
	border-left: 4px solid #cca55d !important;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	word-wrap: break-word;
  font-size: 16px;
}