body {
	background-image: url(https://hfc.bmgdashboard.com/dev/wp-content/uploads/2022/12/ocean-water.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
}
.login h1 a {
	background-image: url(https://hfc.bmgdashboard.com/dev/wp-content/uploads/2022/12/white-marlin-notxt.png) !important;
	width: 150px;
	height: 150px;
	background-size: contain;
}

#login {
	padding: 0;
}

#loginform {
	background: #333333;
	border-radius: 8px;
	border: none;
	color: white;
}

#nav a,
#backtoblog a {
	color: white !important;
}

.itsec-pwls-login__link {
	background: #1c9aa6;
}
.itsec-pwls-login__link:hover,
.itsec-pwls-login-fallback__link:hover {
	background: #1c9aa6;
	filter: brightness(90%);
	color: #fff;
}
.itsec-pwls-login-fallback__link {
	background: #1c9aa6 !important;
	vertical-align: top;
	display: block;
	text-decoration: none;
	height: 28px;
	margin: 10px 0;
	margin-top: 20px;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	background: #0083e3;
	color: #fff;
	text-shadow: none;
	padding: 20px 30px;
	line-height: 0;
	box-shadow: none;
	font-weight: 300;
	font-size: 1.2em;
	border: none;
}

.itsec-pwls-login--hide .itsec-pwls-login-fallback__or {
	display: none;
}
