body {
    height: 100vh;
    background-size: 100%;
	font-family: 'Roboto Slab', serif;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: white !important;
}
.logo {
	max-width:170px;
	margin-bottom:20px;
}
.h5 {
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	color:#ffffff;
	margin-bottom:20px;
}
.card {
	padding: 20px;
	border-radius: 20px;
	background: rgb(107 2 105);
	border: none;
	box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
	border-left: 5px solid #0a67c3;
	border-right: 5px solid #0a67c3;
}
.ih-item .info img {
	width:auto;
	height:auto;
	padding-top:30px;
}
