#xf-logo {
    background-image: url(images/HVMlogo.gif);
	max-width: 100%;
   	max-height: 100%;
    height: 95px;
	width: auto;
	object-fit: fill;
}

.tableQuicklinks{
	display:none;
}

.login-prompt-wrapper #Login-submit,
div.forgot-password-form #submit-button{
	border-radius: 5px;
	font-size: 14pt;
	line-height: 24pt;
	height: 30pt;
	background-color: #edf0f9;
	color: #999;
	padding: 2px 20px 20px 20px;
	cursor:pointer;
	border: 1px solid #22499e;
}

#list-actions- {display:none;}

.login-prompt-wrapper {
	width: 50%;
	border: 5px solid #b3b7cb;
	margin: 3em auto;
	padding: 30px;
	border-radius: 20px;
	background-image: url(images/HVMlogo.gif);
	background-repeat: no-repeat;
	background-position:10% 53%;	
}

#Login-Username label,
#Login-Password label {
	float: left;
	display: block;
	font-size: 18pt;
	text-align: right;
	width: 30%;
	line-height: 30pt;
	color: #22499e;
}

#Login-Username input,
#Login-Password input,
#email-or-username ,
#reset-password-by{
	height: 30pt;
	font-size: 18pt;
	border-radius: 3px;
}

#Login-Username, #Login-Password {
	padding: 10pt 25%;
}
