.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
	background: #d7c724;
	color: #003764;
	font-weight: 600;
	border: 0;
	padding: 8px 24px;
	border-radius: 24px;
	min-height: auto;
	line-height: normal;
	vertical-align: middle;
	font-size: 1rem;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wp-core-ui .button-group.button-large .button:hover,
.wp-core-ui .button.button-large:hover,
.wp-core-ui .button-group.button-large .button:focus,
.wp-core-ui .button.button-large:focus {
	filter: brightness(85%);
}

body {
	background: #fafafa;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.language-switcher,
#backtoblog {
	display: none;
}

#loginform {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

#nav {
	text-align: center;
}

#login h1 a,
.login h1 a {
	background-image: url("https://qcsreferrals.wpenginepowered.com/wp-content/uploads/2025/03/RLDatix_QCS_Logo_Color.svg");
	background-size: contain;
	height: 100px;
}

#login {
	padding: 0;
}
