#auth-external-service-login {
	display: none;
	padding-top: 1em;

	h3 {
		display: none;
	}
}

#bates-login-wrapper {
	/* large because the items above are floated */
	margin-top: 5em;
	padding-top: 1.5em;
	border-top: 1px dashed hsl(0 0% 75%);
	clear: both;

	summary {
		background: hsl(0, 90%, 23%);
		color: white;
		border-radius: 3px;
		padding: .5em 1em;
		width: max-content;
		margin-inline: auto;
		cursor: pointer;
	}
}

.login #nav {
	text-align: center;

	a {
		color: #2271b1;
	}
}

#backtoblog {
	/* hide the "back to..." link */
	display: none;
}


/* this is the popup google container in the upper right corner of the page */
#credential_picker_container {
	display: none;
}