﻿#leftAside, #leftMenusDisplayToggler, #heightControl, .userInfo > a, .userInfo > input {
	display: none;
}

#MainContent_loginForm {
	margin: 2rem;
}

	#MainContent_loginForm td {
		padding: 10px;
	}

	/* login page has black background, thus need very bright blue colors */
	#MainContent_loginForm a, #MainContent_loginForm a:visited {
		color: #79c9ec;
	}

		#MainContent_loginForm a:hover {
			color: white;
		}

.login-title {
	font-weight: bold;
	font-size: medium;
}

.login-intro {
	margin: 2rem;
	text-align: center;
	color: red;
	font-size: 1.5em;
	line-height: 2;
}

/* popup for lost password needs white closing icon (badly visible on dark background) */
#lostPassPopup .mfp-close {
	color: white;
}
