/* Styles specific to login.html (access form) */

.intro {
	margin: 0 0 26px;
	font-size: 1.05em;
	font-weight: 500;
	letter-spacing: -.005em;
}

.access {
	text-align: left;
}

.back-link {
	display: inline-block;
	margin-top: 24px;
	color: rgba(255, 255, 255, .35);
	font-size: .74em;
	font-weight: 400;
	text-decoration: none;
	transition: color .18s;
}

.back-link:hover {
	color: var(--accent);
}