﻿body.login-page .login-content .navbar-fixed-top {
	border-bottom: 0 !important;
}

@media screen and (min-width: 768px ) {
	.loginrow {
		display: flex;
		flex-direction: row;
	}
}

.helpful-links-heading {
	padding-bottom: 0px !important;
	padding-top: 40px;
	margin-bottom: 10px !important;
}

.helpful-links {
	text-align: center;
	width: 100%;
}

.helpful-link {
	font-size: 15px;
}

.feature {
	background-color: #f7f8f8;
	position: relative;
	border-radius: 10px;
	border: 1px solid #eeeeee;

}

	div.feature a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-decoration: none;
		z-index: 10; 
		background-color: #FFF; 
		opacity: 0; 
		filter: alpha(opacity=1);
	}
