.login_column{
	background: #044FC0;
}

/* Landing-page-style pill, adapted to sit on the blue login panel. Labels which
   door the visitor is on: student finder vs institute login vs free trial. */
.auth_context_badge{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.auth_context_badge i{
	font-size: 1rem;
}
.help-text{
	color:#eb953a;
}
.load_modal_step_link{
	color: #000 !important;
	padding: 4px 10px;
	text-decoration: none;
	background: #eee;
	margin-left: 6px;
	margin-right: 6px;
}

.load_modal_step_link:hover{
	background: #ddd;
}

.organization_box{
	font-size: 1.4rem;
	font-weight: 600;
}