#login-banner {
	width: 400px !important;
	max-width: 100% !important;
	height: 150px !important;
	max-height: auto !important;
}

h4 {
	font-weight: 600 !important;
}

.card {
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
	border: none !important;
}

a:focus,
a:hover {
	text-decoration: none !important;
	color: #AA0600 !important;
}