/* ---------- Login card layout ---------- */

.login .card {
	overflow: hidden;
}

.login .card-body h6.card-title {
	font-size: 2rem;
}

/* ---------- Auth tabs ---------- */

.b9-auth-tabs {
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.b9-auth-tabs .nav-item {
	display: contents;
}

.b9-auth-tabs .nav-link {
	flex: 1 1 auto;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 0.5rem;
	margin-top: 0.5rem;
	color: #6c757d;
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
}

.b9-auth-tabs .nav-link:hover {
	border-bottom-color: rgba(0, 0, 0, 0.15);
}

.b9-auth-tabs .nav-link.active {
	color: inherit;
	border-bottom-color: currentColor;
}

/* ---------- Google sign-in button ---------- */

.b9-google-signin {
	position: relative;
}

.b9-google-signin__gis {
	position: absolute;
	inset: 0;
	opacity: 0.001;
	overflow: hidden;
	cursor: pointer;
}

.b9-google-signin__gis > div,
.b9-google-signin__gis iframe {
	width: 100% !important;
	height: 100% !important;
}

/* ---------- Auth form fields ---------- */

#b9-auth-form .form-control {
	width: 100%;
	border-radius: calc(var(--global_radius) - 4px);
	/* padding: 0.55rem 0.75rem; */
	/* font-size: 0.95rem; */
}

.login .alert{
	border-radius: calc(var(--global_radius) - 4px) !important;
}

/* ---------- Page background ---------- */

.b9-wrapper-sections {
	background-image:
		linear-gradient(
			rgba(0, 0, 0, 0.9),
			rgba(0, 0, 0, 0.9)
		),
		url("/assets/img/views/main/home/the-back-nine-golf-content.png") !important;
	background-size: cover;
	background-position: center;
}
