/* These are the styles for the employer registration specific header (header-registration.php) */
/* if we ever move to SASS, all the header files could probably be combined into one headers.scss */

.registration-header .registration-title-wrap {
	display: flex;
	align-items: center;
	height: 67px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #59595980;
}

.registration-header .registration-title-wrap .registration-page-title {
	width: 220px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #4f4f4f;
}