/* CSS for login background: container and background image. 
You can customize css codes within {} brackets. But
DO NOT remove or change the section IDs, e.g. #background */

#background { /* background container */
	background-color: black;
	margin: 0;
	padding: 0;
	height: 100%;
}
#background img { /* background image */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#loginFormTitle {
	height: 57px!important;
}