html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  
  background-image: url(/images/bg.jpg) !important;
  background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	background-size: cover;
}

.card {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
}

h5 {
	font-family: hero-new, sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #000;
	letter-spacing: 0.05rem;
	line-height: 1.32;
	font-size: 1.5rem;
	margin-bottom: 1rem !important;
}

.card-img-top {
	max-width: 300px !important;
	margin: 1.5rem auto .5rem;
}